skeleton-sdcc-msx icon indicating copy to clipboard operation
skeleton-sdcc-msx copied to clipboard

Possibly missing `bin` directory creation on `Makefile`

Open dgchrt opened this issue 4 years ago • 1 comments

First make run output:

mv: rename main.bin to bin/main.com: No such file or directory
make: *** [build] Error 1

After creating a bin directory it's clean:

Binary file start = 00000100
Records start     = 00000100
Highest address   = 0000037C
Pad Byte          = FF
Done.

dgchrt avatar Nov 06 '20 17:11 dgchrt

I support this issue and especially their pull request

CodeAsm avatar Jul 20 '24 18:07 CodeAsm