Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: avr-gcc - Cross Compiling GNU GCC targeted at avr https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=238705 ------- Additional Comments From j.w.r.degoede@xxxxxx 2007-05-02 11:19 EST ------- Notice that the link above is THE install manual of THE libc for avr. Also avr has (rudimentary) C++ support, but no libstdc++ support. Its libc also has no threading support etc. This is a microcontroller environment with as little as 512 bytes of total RAM (not Kbytes but bytes! including space for the stack). Thus most of the gcc features which require libc support simply do not apply. Also see: http://gcc.gnu.org/install/specific.html#avr And notice how it says: "Use `configure --target=avr --enable-languages="c"' to configure GCC." and how it refers too http://www.nongnu.org/avr/ for further information, which almost directly links to: http://www.nongnu.org/avr-libc/user-manual/install_tools.html So I'm pretty sure (but not 100%) that this is correct. This is also how for example cdk4avr, which I've been using under Linux until now, does it. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review