mikeakohn / naken_asm

Assembler for MSP430, dsPIC, ARM, MIPS, 65xx, 68000, 8051/8052, Atmel AVR8, and others.
http://www.mikekohn.net/micro/naken_asm.php
GNU General Public License v3.0
294 stars 50 forks source link

python3: can't open file 'print_binary.py' #80

Closed benoitOpenBSD closed 4 years ago

benoitOpenBSD commented 4 years ago

Hi,

When I try to "make tests", I have the following error :

... [1802]testing req ... PASS [1802]testing seq ... PASS [1802]testing adci 14 ... head: 1802_naken.hex: No such file or directory FAIL (exp) :020000007C0E74 (got) python3: can't open file 'print_binary.py': [Errno 2] No such file or directory

I can't find the file print_binary.py in the git repository.

Best regards, Benoit

mikeakohn commented 4 years ago

Whoops. Never meant to check that in. Should be fixed... let me know and I'll close the issue (or you can close it if you like). Thanks for the heads up!

benoitOpenBSD commented 4 years ago

It's OK now, thanks !