This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
building gcc for mipsel
- From: Peter Münster <pmlists at free dot fr>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 22 Aug 2016 15:56:05 +0200
- Subject: building gcc for mipsel
- Authentication-results: sourceware.org; auth=none
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