How is this error possible? g++: error: build/.o: No such file or directory
-
Oh wow, I think I just found this.
SOURCES = \ dummy.cpp \ \
The empty space and extra slash () is what caused this.
@fcarney said in How is this error possible? g++: error: build/.o: No such file or directory:
is what caused this.
is your issue solved then? If so please don't forget to mark your post as such. Thanks