[Bug 2111] AVR needs avr-libc to compile RTEMS.
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Thu Apr 4 18:12:21 UTC 2013
https://www.rtems.org/bugzilla/show_bug.cgi?id=2111
--- Comment #6 from cynt6007 at vandals.uidaho.edu 2013-04-04 13:12:21 CDT ---
It appears an unpatched version of gcc-4.8.0 builds on Ubuntu-12.10 64-bit with
../gcc-4.8.0/configure \
--target=avr \
--enable-languages=c,c++ \
--disable-nls \
--disable-libssp \
--with-dwarf2 \
--prefix=$HOME/avr-rtems
The two following configurations do not build on Ubuntu-12.10 64-bit:
"can't find limits.h in the include path"
../gcc-4.8.0/configure \
--target=avr-rtems \
--enable-languages=c,c++ \
--disable-nls \
--disable-libssp \
--with-dwarf2 \
--prefix=$HOME/avr-rtems
"cannot compute suffixes"
../gcc-4.8.0/configure \
--target=avr-elf \
--enable-languages=c,c++ \
--disable-nls \
--disable-libssp \
--with-dwarf2 \
--prefix=$HOME/avr-rtems
Next steps: plan to attempt to build avr-libc, configuring the build and
install directories such that it increases the chances it can be used to build
RTEMS.
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list