mariusmm/RISC-V-TLM

can't create obj/A_Instruction.o: No such file or directory

Closed this issue · 1 comments

root@ubuntu-s-4vcpu-8gb-sfo2-01:~/RISC-V-TLM# make
Compiling src/A_Instruction.cpp ...
Assembler messages:
Fatal error: can't create obj/A_Instruction.o: No such file or directory
Makefile:37: recipe for target 'obj/A_Instruction.o' failed
make: *** [obj/A_Instruction.o] Error 1

You need to create the obj directory

"mkdir obj"