ARM9 / bass

fork of byuu's bass assembler
170 stars 50 forks source link

Unable to compile #28

Closed ThatGothJohn closed 3 years ago

ThatGothJohn commented 3 years ago

Compiling bass.cpp ... bass.cpp:73:1: fatal error: opening dependency file obj/bass.d: No such file or directory 73 | } | ^ compilation terminated. make: *** [../nall/GNUmakefile:171: obj/bass.o] Error 1

thar0x29a commented 3 years ago

For everyone that runs into the same issue: you need to create an "obj" and "out" folder inside of "bass". Nasty git killed them again. I hope to add them soon.