[SOLVED] Slighty O/T : Need Avrasm2
Posted: Sat Sep 09, 2023 4:40 pm
Hi all,
A bit O/T, but I couldn't decide to post either in "Programming" or in "Hardware"...
Daryl R has created a few projects using the ATmega324p PDIP-40 chip to perform interfacing, etc. I have quite a few of those devices and I wanted to play with the IDE interface that Daryl created (for his SBC2.5 IIRC). I have his files, but I can't compile using the standard avr-gcc toolchain(*) (I work on linux).
Would anyone out there have the last version of avrasm2.exe that they can send me? I know that Microchip support the AVR chips in their latest IDE, but that IDE simply refuses to install under Wine. AFAIK I only need the assembler - the linker and avrdude that I already have should be OK.
Thanks in advance.
(*) Using the "supported" avr-gcc toolchain would require a complete rewrite of all of the sourcefiles *AND* processor definitions, as the gcc tools have a completely different syntax than that of avrasm2...
Thanks for the file proposals, as of 10/09/23 I now have the file and everything compiles perfectly.
A bit O/T, but I couldn't decide to post either in "Programming" or in "Hardware"...
Daryl R has created a few projects using the ATmega324p PDIP-40 chip to perform interfacing, etc. I have quite a few of those devices and I wanted to play with the IDE interface that Daryl created (for his SBC2.5 IIRC). I have his files, but I can't compile using the standard avr-gcc toolchain(*) (I work on linux).
Would anyone out there have the last version of avrasm2.exe that they can send me? I know that Microchip support the AVR chips in their latest IDE, but that IDE simply refuses to install under Wine. AFAIK I only need the assembler - the linker and avrdude that I already have should be OK.
Thanks in advance.
(*) Using the "supported" avr-gcc toolchain would require a complete rewrite of all of the sourcefiles *AND* processor definitions, as the gcc tools have a completely different syntax than that of avrasm2...
Thanks for the file proposals, as of 10/09/23 I now have the file and everything compiles perfectly.