Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile doesn't crete "obj" directory #15

Open
Nekto89 opened this issue Oct 30, 2014 · 0 comments
Open

Makefile doesn't crete "obj" directory #15

Nekto89 opened this issue Oct 30, 2014 · 0 comments

Comments

@Nekto89
Copy link

Nekto89 commented Oct 30, 2014

Makefile doesn't create directory so there are errors if you don't do it yourself.

makefile:12: recipe for target 'obj/cards.o' failed
make: *** [obj/cards.o] Error 1
make: *** Waiting for unfinished jobs....
makefile:12: recipe for target 'obj/tyrant.o' failed
make: *** [obj/tyrant.o] Error 1
Assembler messages:
Fatal error: can't create obj/deck.o: No such file or directory
makefile:12: recipe for target 'obj/deck.o' failed
make: *** [obj/deck.o] Error 1
Assembler messages:
Fatal error: can't create obj/xml.o: No such file or directory
makefile:12: recipe for target 'obj/xml.o' failed
make: *** [obj/xml.o] Error 1
Assembler messages:
Fatal error: can't create obj/sim.o: No such file or directory
makefile:12: recipe for target 'obj/sim.o' failed
make: *** [obj/sim.o] Error 1
Assembler messages:
Fatal error: can't create obj/read.o: No such file or directory
makefile:12: recipe for target 'obj/read.o' failed
make: *** [obj/read.o] Error 1
Assembler messages:
Fatal error: can't create obj/tyrant_optimize.o: No such file or directory
makefile:12: recipe for target 'obj/tyrant_optimize.o' failed
make: *** [obj/tyrant_optimize.o] Error 1

cpaelzer added a commit to cpaelzer/tyrant_optimize that referenced this issue Aug 5, 2016
As reported before the obj is not created and thereby can let the build
fail. (Fixes andor9#15)

Signed-off-by: Christian Ehrhardt <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants