RC2014Z80 / RC2014

Official RC2014 repository for hardware schematics / software and more!
308 stars 42 forks source link

Unknown identifier #1

Closed Manawyrm closed 8 years ago

Manawyrm commented 8 years ago

Hi,

when trying to compile, I get this "unknown identifier" message from the z80asm. Any idea why?

[tobias@tobias-arch ROMs]$ ls
helloworld/  hexload/  init/  init_ram/  pigfx/  snake/  TinyBasicPlus/  buildrules.mk  buildrules_ram.mk  config.mk  Makefile  README.md
[tobias@tobias-arch ROMs]$ make
make -C hexload/
make[1]: Verzeichnis „/home/tobias/Entwicklung/z80/RC2014/ROMs/hexload“ wird betreten
z80asm -l -b hexload.asm
Error at file 'hexload.asm' line 1: Unknown identifier
Error at file 'hexload.asm' line 2: Unknown identifier
2 errors occurred during assembly
make[1]: *** [Makefile:7: hexload.bin] Fehler 1
make[1]: Verzeichnis „/home/tobias/Entwicklung/z80/RC2014/ROMs/hexload“ wird verlassen
make: *** [Makefile:3: all] Fehler 2

So long, Tobias

fbergama commented 8 years ago

Sounds like you have an old version of the z88dk toolkit. Try to install the latest source tarball from the nightly cvs snapshots:

http://nightly.z88dk.org/

Mine is from version v20160702 and is working properly.