![]() |
Link tests are not allowed after GCC_NO_EXECUTABLES!
This is honestly the farthest in the gcc build prosess I have gotten to in a while, but I'm still rosted.
Here ya go: Code:
checking whether the /home/todd/lang/gcc-build/./gcc/xgcc -B/home/todd/lang/gcc-build/./gcc/ -B/usr/local/lang/i586-elf/bin/ -B/usr/local/lang/i586-elf/lib/ -isystem /usr/local/lang/i586-elf/include -isystem /usr/local/lang/i586-elf/sys-include linker (/home/todd/lang/gcc-build/./gcc/collect-ld) supports shared libraries... yesUbuntu 11.10 (12.04 Tomarrow!) AMD64 Building GCC 4.6.3 Cross Compileing To i586-elf (Like Ususal) Binutils 2.22 --disable-shared and --disable-nls used on both configure scripts. How can I clean up this mess? |
Quote:
Second - that error indicates that you didn't tell the compiler what platform it should be targeting. Without that information, the compiler will complain that it cannot link executables (which is the behavior you're seeing). Third - Check out the linux from scratch documentation for information on building an i586 cross compiler |
| All times are GMT -5. The time now is 05:15 AM. |