Summary: | dev-embedded/avr-libc 1.8.0 should build crtm32u4.o | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Roc Vallès <vallesroc> |
Component: | [OLD] Development | Assignee: | Embedded Team (OBSOLETE) <dev-embedded+disabled> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | orzel |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Roc Vallès
2014-05-03 11:20:34 UTC
at configure time, avr-libc checks for what gcc supports. Like this : ... checking if avr-gcc has support for atmega32u4... yes ... Maybe at time of install your gcc was not reporting this chip ? It seems to work here : % equery files cross-avr/avr-libc | grep 32u4 /usr/avr/include/avr/iom32u4.h /usr/avr/lib/avr5/crtm32u4.o /usr/lib/debug/usr/avr/lib/avr5/crtm32u4.o.debug |