This is the mail archive of the gcc@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]

Re: Can't build m68k-elf target with gcc-3.3.2 or gcc-3.4-20031224tree


Paul Cadaret <gnu@usd.com> writes:

> I am running configure as follows:
>
>     ---configure-complete---
>     ${SHELL}  ${SRCDIR}/configure                                 \
>             --prefix=$LOCAL                                         \
>             --target=m68k-elf                                       \
>             --program-prefix=m68k-elf-                              \
>             --with-gnu-as                                           \
>             --with-gnu-ld                                           \
>             --enable-languages="c,c++,objc"                         \
>             --disable-nls                                           \
>             --verbose                                               \
>             #
[...]
> Earlier I was able to
> build build a 'bootstrap gcc' in
> the gcc-3.4-20031224 tree with the 'all-gcc' target and I was able to
> install it with the 'install-gcc'
> target.   In this case I ran configure as follows:
>
>     ---configure-min---  
>     ${SHELL}  ${SRCDIR}/configure                                 \
>             --prefix=$LOCAL                                         \
>             --target=m68k-elf                                       \
>             --program-prefix=m68k-elf-                              \
>             --with-gnu-as                                           \
>             --with-gnu-ld                                           \
>             --without-headers                                       \
>             --with-newlib                                           \

Why did you remove --with-newlib?

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, MaxfeldstraÃe 5, 90409 NÃrnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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