Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Build error: "No rule to make target 'bin/y.dbg1.o'"
2017-03-27, 19:11
Post: #2
RE: Build error: "No rule to make target 'bin/y.dbg1.o'"
if you build with
Code:
make DEBUG=y
you will get this error, you will also get this if you do
Code:
DEBUG=y make
or export DEBUG=y

if you have a script where DEBUG=y is set it will probably generate the same thing.

The fix is to make sure that DEBUG is not set.

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Build error: "No rule to make target 'bin/y.dbg1.o'" - NiKiZe - 2017-03-27 19:11



User(s) browsing this thread: 1 Guest(s)