Hi

I can succesfully compile amforth for atmega644 and atmega1284 , but for 
atmega2560 I get a lot of almost identical errors , see below copy/paste.
I'm working under ubuntu , but trying your solution for windows + 
avrstudio6.1 , it looks the same errors are produced.

Does anybody know what the problem could be ?

Thanks !

Ronny Suy
Belgium

ronny@ronny-Aspire-X3475:/media/ronny/16GB 
USB3/amforth-5.5/appl/atmega2560 board$ make
wine ../../Atmel/avrasm2.exe -I ../../Atmel/Appnotes2 -I ../../core -I 
../../core/devices/atmega2560 -fI -v0 -e template.eep.hex -l 
template.lst template.asm
../../core\words/store-i_big.asm(38): error: Overlap in .cseg: 
addr=0x1f000 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(42): error: Overlap in .cseg: 
addr=0x1f001 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(43): error: Overlap in .cseg: 
addr=0x1f002 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(44): error: Overlap in .cseg: 
addr=0x1f003 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(45): error: Overlap in .cseg: 
addr=0x1f004 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(46): error: Overlap in .cseg: 
addr=0x1f005 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(47): error: Overlap in .cseg: 
addr=0x1f006 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(49): error: Overlap in .cseg: 
addr=0x1f007 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(50): error: Overlap in .cseg: 
addr=0x1f008 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(51): error: Overlap in .cseg: 
addr=0x1f009 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(55): error: Overlap in .cseg: 
addr=0x1f00a conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(56): error: Overlap in .cseg: 
addr=0x1f00b conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(57): error: Overlap in .cseg: 
addr=0x1f00c conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(60): error: Overlap in .cseg: 
addr=0x1f00d conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(61): error: Overlap in .cseg: 
addr=0x1f00e conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(62): error: Overlap in .cseg: 
addr=0x1f00f conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(63): error: Overlap in .cseg: 
addr=0x1f010 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(68): error: Overlap in .cseg: 
addr=0x1f011 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(70): error: Overlap in .cseg: 
addr=0x1f012 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(71): error: Overlap in .cseg: 
addr=0x1f013 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(72): error: Overlap in .cseg: 
addr=0x1f014 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(74): error: Overlap in .cseg: 
addr=0x1f015 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(75): error: Overlap in .cseg: 
addr=0x1f016 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(78): error: Overlap in .cseg: 
addr=0x1f017 conflicts with 0x1f000:0x1f3b8
../../core/devices/atmega2560\device.asm(11): error: Overlap in .cseg: 
addr=0x1f018 conflicts with 0x1f000:0x1f3b8
../../core/devices/atmega2560\device.asm(12): error: Overlap in .cseg: 
addr=0x1f019 conflicts with 0x1f000:0x1f3b8
../../core/devices/atmega2560\device.asm(13): error: Overlap in .cseg: 
addr=0x1f01a conflicts with 0x1f000:0x1f3b8
../../core/devices/atmega2560\device.asm(14): error: Overlap in .cseg: 
addr=0x1f01b conflicts with 0x1f000:0x1f3b8
../../core\macros.asm(57): error: Overlap in .cseg: addr=0x1f01c 
conflicts with 0x1f000:0x1f3b8
../../core/devices/atmega2560\device.asm(16): error: Overlap in .cseg: 
addr=0x1f01d conflicts with 0x1f000:0x1f3b8
../../core/devices/atmega2560\device.asm(17): error: Overlap in .cseg: 
addr=0x1f01e conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(81): error: Overlap in .cseg: 
addr=0x1f01f conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(82): error: Overlap in .cseg: 
addr=0x1f020 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(83): error: Overlap in .cseg: 
addr=0x1f021 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(84): error: Overlap in .cseg: 
addr=0x1f022 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(85): error: Overlap in .cseg: 
addr=0x1f023 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(86): error: Overlap in .cseg: 
addr=0x1f024 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(88): error: Overlap in .cseg: 
addr=0x1f025 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(89): error: Overlap in .cseg: 
addr=0x1f026 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(91): error: Overlap in .cseg: 
addr=0x1f027 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(92): error: Overlap in .cseg: 
addr=0x1f028 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(93): error: Overlap in .cseg: 
addr=0x1f029 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(94): error: Overlap in .cseg: 
addr=0x1f02a conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(95): error: Overlap in .cseg: 
addr=0x1f02b conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(98): error: Overlap in .cseg: 
addr=0x1f02c conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(108): error: Overlap in .cseg: 
addr=0x1f02d conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(109): error: Overlap in .cseg: 
addr=0x1f02e conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(110): error: Overlap in .cseg: 
addr=0x1f02f conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(112): error: Overlap in .cseg: 
addr=0x1f030 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(113): error: Overlap in .cseg: 
addr=0x1f031 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(115): error: Overlap in .cseg: 
addr=0x1f032 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(116): error: Overlap in .cseg: 
addr=0x1f033 conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(117): error: Overlap in .cseg: 
addr=0x1f034 conflicts with 0x1f000:0x1f3b8
../../core/devices/atmega2560\device.asm(20): error: Overlap in .cseg: 
addr=0x1f035 conflicts with 0x1f000:0x1f3b8
../../core/devices/atmega2560\device.asm(21): error: Overlap in .cseg: 
addr=0x1f036 conflicts with 0x1f000:0x1f3b8
../../core/devices/atmega2560\device.asm(22): error: Overlap in .cseg: 
addr=0x1f037 conflicts with 0x1f000:0x1f3b8
../../core/devices/atmega2560\device.asm(23): error: Overlap in .cseg: 
addr=0x1f038 conflicts with 0x1f000:0x1f3b8
../../core\macros.asm(57): error: Overlap in .cseg: addr=0x1f039 
conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(122): error: Overlap in .cseg: 
addr=0x1f03a conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(123): error: Overlap in .cseg: 
addr=0x1f03b conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(124): error: Overlap in .cseg: 
addr=0x1f03c conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(126): error: Overlap in .cseg: 
addr=0x1f03d conflicts with 0x1f000:0x1f3b8
../../core\words/store-i_big.asm(127): error: Overlap in .cseg: 
addr=0x1f03e conflicts with 0x1f000:0x1f3b8

Assembly failed, 63 errors, 0 warnings
makefile:57: recipe for target 'template.hex' failed
make: *** [template.hex] Error 1
ronny@ronny-Aspire-X3475:/media/ronny/16GB 
USB3/amforth-5.5/appl/atmega2560 board$








------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to