This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GCC 4.8.1 MIPS
- From: Hendrik Greving <hendrik dot greving dot intel at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 20 Jul 2013 18:28:41 -0700
- Subject: GCC 4.8.1 MIPS
I tried to build a cross-compiler for mips target, I wanted to see how
mips handles certain target macros (I basically want to look at
mips.ii). In any case, when compiling, I am getting this error:
../../gcc-4.8.1/gcc/lto-wrapper.c: In function ‘void
merge_and_complain(cl_decoded_option**, unsigned int*,
cl_decoded_option*, unsigned int)’:
../../gcc-4.8.1/gcc/lto-wrapper.c:407:7: error: ‘OPT_fPIC’ was not
declared in this scope
../../gcc-4.8.1/gcc/lto-wrapper.c:408:7: error: ‘OPT_fpic’ was not
declared in this scope
../../gcc-4.8.1/gcc/lto-wrapper.c:409:7: error: ‘OPT_fpie’ was not
declared in this scope
../../gcc-4.8.1/gcc/lto-wrapper.c:410:7: error: ‘OPT_fcommon’ was not
declared in this scope
[..]
and more...
Do I need newer binutils? i386 target compiles fine.
Regards,
Hendrik Greving