What the error means is pretty straightforward. You (well, your
source files) are trying to write different values to the same address
(es) in code space. How you are doing it may not be that easy to
find, given that so much of amforth is already set up.
The addresses in question are the in
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 ../