Good morning, This is my first mailing to the list, and very much a newbie to forth. I am trying to build for the AT90CAN128 mcu, following the directions given the "User Manual for Windows".
I am using AVRStudio 4.18 (build 716). The first issue I ran across was adding the additional path to the assembly options as stated in section "1.2.5 Setting up AVRStudio" of the documentation. I could not locate the "core" directory, but realizing these directions are out of date, I did add the full path to the "avr8" directory which contains, among other things, preamble.asm, device.asm, and macros.asm. This did help the assembler locate the correct files. So I attempted to run a build. The second issue I ran into is during the compile of "device.asm", I get the following error: "...\device.asm(54): error: Undefined symbol: isr". I think that this means that I am missing the definition of "isr". I've looked in the various include (*.inc) files, and assembly (*.asm) files and can't find this anywhere. Any clue where I have gone astray? Thanks Terry _______________________________________________ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amforth-devel