This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: Default 32 bit output
Hi Domen,
> Can someone tell me what this means?
> I used:
../configure --prefix=/storage/GCC-32-i686/opt --disable-nls
--enable-languages=c,c++ --with-gnu-as --with-gnu-ld --with-newlib
--target=i686-elf
The "../configure" part means it won't work, since you cannot build GCC in the GCC source directory, nor any subdirectory thereof, and that the GCC source should be rm'd and re-untar'd
HTH,
--Eljay