On 01/28/2011 01:40 PM, Matthias Trute wrote: > Elliot, > >> I'm having a slightly better time with AvrStudio4 - by taking file >> fragments from the Linux to XP (Gnome Document Viewer). Learned that >> unix file paths are understood. > > In the rare cases in which I use the studio under windows, I've never > had any problems with the slash/backslashes. Same with line endings, > it simply works.
I had assumed that / versus \ would be a problem, but learned that it wasn't. The question of line endings, as I suspected might be the case, was mainly one of readablilty. > >> I am running into inconsistencies in file location - generating "cannot >> find ..."; quite easy to edit item by item so far, but nice if fixed. >> Version transition problem? > > Can you please more specific here? In the makefile (the build.xml > is nothing really different), I use a number of directories. You need > the directory with the xxxxdef.inc files from Atmel (IIRC they are > included automatically, but....) and the two directories .../core (for > e.g. the words/whatever.asm files) and.../core/device for the > controller specific definitions. E.g., When amforth.asm was loaded, .include "dict_appl_core.inc" produced an error. I found the file in appl/template/. Granted, I hadn't made up dict_appl.inc yet; perhaps that was the problem - sorry for being a bit sloppy. But then there's .include "devices/atmega168.asm"; this file seems actually to be devices/atmega168/device.asm. Anyway, I'll make up dict_appl.inc, clean up, and see what happens. Thx, E. C. > > Matthias > -- Elliott Chapin http://clients.teksavvy.com/~echapin ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Amforth-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amforth-devel
