FS#28884 - [avr-gcc] PLEASE ENTER SUMMARY

Attached to Project: Community Packages
Opened by Alex Forencich (alex.forencich) - Tuesday, 13 March 2012, 05:07 GMT
Last edited by Jelle van der Waa (jelly) - Tuesday, 13 March 2012, 10:41 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
I am re-reporting this as the package name has changed and it it still not fixed (old bug is #25798). The avr-gcc package in the Arch repository is missing all XMEGA mcu support as it does not contain the Atmel patches from http://distribute.atmel.no/tools/opensource/avr-gcc/ .

Good pkgbuilds for properly patched avr-gcc are available here: http://alexforencich.com/wiki/en/linux/arch_avr_gcc

Note that the patches may not apply to the bleeding edge version of GCC. The latest version the linked pkgbuilds have been tested with is 4.5.3.


Steps to reproduce:
avr-g++ -c -mmcu=atxmega128a3 -I. -gstabs -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wa,-adhlns=voadrv.lst -MD -MP -MF .dep/voadrv.o.d -DF_CPU=32000000L voadrv.cpp -o voadrv.o
voadrv.cpp:1:0: error: unrecognized argument to -mmcu= option: 'atxmega128a3'
voadrv.cpp:1:0: note: See --target-help for supported MCUs
This task depends upon

Closed by  Jelle van der Waa (jelly)
Tuesday, 13 March 2012, 10:41 GMT
Reason for closing:  Duplicate
Additional comments about closing:  https://bugs.archlinux.org/task/25798
Comment by Alex Forencich (alex.forencich) - Tuesday, 13 March 2012, 05:15 GMT
Sorry for not setting the summary; the different color made me skip over it. Should be: [avr-gcc] missing xmega support

Loading...