Hello ATMEL
I just had to make some sw that needed avrasm2
I was on a Linux platform and was basically "FSCK'ed" , as i couldn't download that package without hitting an "exe - installer".
avrasm & avrasm2 runs fine under linux wine , so all i needed was a zipfile downloadable from atmel with those 2 packages in.
I succeded in finding a zipfile (2.7 MB) containing (on the net) :
avrassembler
avrassembler2
avrprog
help (chm files)
But i would rather have been able to download that package from an "Official Atmel site" , and saw the 27Mb commandline tool installer on the beta-site , but again an exe.
I just made a little linux script "avrasm2" containing , this , and also found/included some makefile hints , as comments in the script.
#AVRASM=wine ~/projects/avr/AvrAssembler2/avrasm2.exe #AVRASMOPTS=-fI -I ~/projects/avr/AvrAssembler2/Appnotes -e $@.eep -l $@.lst -m $@.map wine ~/avr/AvrAssembler2/avrasm2.exe -I ~/avr/AvrAssembler2/Appnotes $1
Would you please make a zip package available (maybe on the beta site) , with the latest avrassembler(s) , and their includefiles (Appnotes) , even the help chm files can be seen/read on linux , but a "Real PDF" would be nice.
Edit:
I might have been able to install something from/via wine & the exe-installers , but i would prefer to ust get the assemblers , wo. installing a full "Studio" on a system where i don't need it.
TIA
/Bingo