So einfach scheint es nicht zu sein. Ich habe Kubuntu in einer VM laufen. Per git clone das Repo geholt
ins Verteicnis tgy gewechselt und make ausgeführt
Code:
tommy@tommy-VirtualBox:~$ git clone https://github.com/sim-/tgy.git
Cloning into tgy...
remote: Counting objects: 691, done.
remote: Compressing objects: 100% (335/335), done.
remote: Total 691 (delta 465), reused 581 (delta 355)
Receiving objects: 100% (691/691), 192.88 KiB | 37 KiB/s, done.
Resolving deltas: 100% (465/465), done.
Code:
tommy@tommy-VirtualBox:~$ cd tgy
tommy@tommy-VirtualBox:~/tgy$ make
avra --define tgy_esc tgy.asm
AVRA: advanced AVR macro assembler Version 1.2.3 Build 1 (15. November 2007)
Copyright (C) 1998-2007. Check out README file for more info
AVRA is an open source assembler for Atmel AVR microcontroller family
It can be used as a replacement of 'AVRASM32.EXE' the original assembler
shipped with AVR Studio. We do not guarantee full compatibility for avra.
AVRA comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of avra under the terms
of the GNU General Public License.
For more information about these matters, see the files named COPYING.
Pass 1...
m8def.inc(40) : Error : Unknown mnemonic/macro: #ifndef
m8def.inc(41) : Error : Unknown mnemonic/macro: #ifndef
m8def.inc(42) : Error : Unknown mnemonic/macro: #define
m8def.inc(737) : Error : Unknown mnemonic/macro: #endif
m8def.inc(738) : Error : Unknown mnemonic/macro: #endif
make: *** [tgy.hex] Fehler 1
tommy@tommy-VirtualBox:~/tgy$