From: Eric <win...@gm...> - 2011-01-02 23:05:36
|
I'm trying to build amforth for an Atmega32U4 board (http://ladyada.net/products/atmega32u4breakout/). I've made a copy of the template project and I specify the MCU as atmega32u4. When I build it, I get the following error: wine ../../../Atmel/avrasm2.exe -I ../../../Atmel/Appnotes -I ../../core -I ../../core/devices/atmega32u4 -fI -v0 -e test2.eep.hex -l test2.lst test2.asm ../../core/devices/atmega32u4\device.asm(13): error: Overlap in .cseg: addr=0x1 conflicts with 0x0:0x2 Assembly failed, 1 errors, 14 warnings make: *** [test2.hex] Error 1 I'm not sure what that means. How would I go about tracking down this problem? Eric |