This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

building gcc for mipsel


Hi,

I would like to build gcc for my Asus WL-500gP board. I guess, that I
need to build a cross-compiler first, but unfortunately it fails.

Here my building commands:

../gcc-5.4.0/configure --prefix=/opt/gcc-mipsel --enable-languages=c --target=mipsel-elf
make

And here the error message:

--8<---------------cut here---------------start------------->8---
checking for suffix of object files... configure: error: in `/home/peter/tmp/no-backup/output/mipsel-elf/libgcc':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
Makefile:11249: recipe for target 'configure-target-libgcc' failed
make[1]: *** [configure-target-libgcc] Error 1
make[1]: Leaving directory '/home/peter/tmp/no-backup/output'
Makefile:852: recipe for target 'all' failed
make: *** [all] Error 2
--8<---------------cut here---------------end--------------->8---

Could anyone help me please with building gcc for my router?

TIA for any hints,
-- 
           Peter


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]