From: Matt E. <mat...@gm...> - 2008-09-30 05:17:45
|
Hi Guys, Currently just trying to get a simple amforth running on an ATmega8. Will use a bigger chip in the near future - just want to get this working first. At this stage have 2.8 (will upgrade after I get this working). I am stuck at the stage of compiling the template.asm in AVR Studio. My assembler skill in combination with AVR studio aren't great (I usually program in C all the time). I get 3 errors when trying to compile "template.asm" C:\xxx\amforth-2.8_test\core\words/applturnkey.asm(11): error: Undefined symbol: XT_BAUD0 C:\xxx\amforth-2.8_test\core\template.asm(49): info: 'C:\xxx\amForth\amforth-2.8_test\core\words/applturnkey.asm' included from here C:\xxx\amforth-2.8_test\core\words/applturnkey.asm(12): error: Undefined symbol: XT_USART0 C:\xxx\amforth-2.8_test\core\template.asm(49): info: 'C:\xxx\amforth-2.8_test\core\words/applturnkey.asm' included from here C:\xxx\amforth-2.8_test\core\words/applturnkey.asm(13): error: Undefined symbol: XT_TOUSART0 C:\xxx\amforth-2.8_test\core\template.asm(49): info: 'C:\xxx\amforth-2.8_test\core\words/applturnkey.asm' included from here I know I am so close to getting this to work. Just want to be able to open the terminal and see amforth running... Please help. Thanks. Matt E |