From: Marcin C. <sa...@sa...> - 2011-01-31 13:04:56
|
>> Elliott Chapin <ec...@te...> wrote: > I am now looking at using avra under linux. Avra doesn't compile for me, > so I am trying the static version. As recommended, I have downloaded > amforth by svn, ... Accordingly, it appears that the makefile lines Can you post your compilation problems? > DIR_ATMEL=../../Atmel > > and > > AVRA=avra -I $(DIR_ATMEL)/Appnotes2 You should set DIR_ATMEL to the directory containing files from AvrStudio (with the Appnotes directory). My installation of AvrStudio has "Appnotes", not "Appnotes2". The original Windows directory is in my case c:\Program Files\Atmel\AVR Tools\AvrAssembler2 it contains avrasm2.exe and the Appnotes directory. (I have it mounted on my FreeBSD but you might just as well copy the "Appnotes" directory to your Linux partition) //Marcin |