-
Notifications
You must be signed in to change notification settings - Fork 26
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
Can you please help me with this folder makefile issue #59
Comments
Have you build your program yet with "make"? |
Makefile:22: ../Makefile.common: No such file or directory |
Instead of using the Makefile copied from ./examples (which is a direct git checkout of ngdevkit-examples), can you try to replace your copied makefile with the standalone example that is available at https://github.com/dciabrin/ngdevkit-examples/tree/standalone/00-standalone? This example makefile is a bit different from what you most probably copied, because it directly include Makefile.common in your local directory, rather the top directory as your error reported. Please make sure to follow the instruction that I gave you in #53: you need to adapt makefiles from 00-standalone and have the ngdevkit toolchain in your path as explained. |
so when i try to run the "make gngeo" command it gives me this error:ngdevkit-gngeo --scale 3 --no-resize -i rom puzzledp |
That indicates that the rom is not built in this directory. You either haven't run "make" before, or the compilation failed somewhere. |
m68k-neogeo-elf-gcc |
Hey there, so I am trying to build a program using a makefile in my own Directory but then when I type “make gngeo” it gives me a makefile error or something, so can you help me please!
The text was updated successfully, but these errors were encountered: