From: Matthias T. <mt...@we...> - 2008-10-03 09:59:08
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Matt, > 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. Did you read the User guide? http://amforth.sourceforge.net/amforth-userguide.pdf > I get 3 errors when trying to compile "template.asm" what assembler do you use? > C:\xxx\amforth-2.8_test\core\words/applturnkey.asm(11): error: Undefined In Windows you may use the Atmel Studio itself. Just import the sources, define a project and setup the proper include directory. That's what I do when I compile amforth on windows (once per year or so, I very rarely use the windows OS). > symbol: XT_BAUD0 > symbol: XT_USART0 > symbol: XT_TOUSART0 Make sure that your dict_appl.inc includes the words/baud0.asm and words/usart0.asm files. They define the missing symbols. Matthias -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFI5ezk9bEHdGEMFjMRAj65AJ4/MnuvTUdTzKm6HSOlYLT0Itb77gCgrR2j my1eciyoaq2CTPJKbcCMWhg= =GaYt -----END PGP SIGNATURE----- |