Re: Problem building cross-compiler for mips

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Eduardo,

> I'm using the following commands:
> ./configure --target=mipsel-elf --prefix=/usr/local/ ...
..^^

As mentioned in the GCC documentation...

http://gcc.gnu.org/install/
http://gcc.gnu.org/install/configure.html

...running configure in the self-same directory of the GCC source code is
not supported.  (Nor from any subdirectory within the GCC source code tree.)

Your GCC source is likely tainted.  You should rm -rf it, tar x fresh, and
start from there.

HTH,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux