-
Notifications
You must be signed in to change notification settings - Fork 23
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
Consider naming wrapper script Makefile.rom
the same as the original SGDK makefile makefile.gen
-- v0.7.1: No rule to make target '/src/boot/sega.s'
#59
Comments
I just tested the samples directory and I was able to build those with the debian package of gendev 0.7.1. Can you verify what makefile you are using? Try: |
Thanks, that appears to be promising! Looks like the Genesis Code 1.3.2 plugin uses
|
Excellent! I am not familiar with Genesis Code, but it looks like it's a plugin for Visual Studio. I suppose I could consider changing things a bit for the next version where I essentially rename the original SGDK makefile something else and make my wrapper the name of the original makefile. That may make integration easier. |
Makefile.rom
the same as the original SGDK makefile makefile.gen
-- v0.7.1: No rule to make target '/src/boot/sega.s'
That would sound sensible to me, but as just a casual user my opinion may not be the best thing. Either way if you choose to close this I won't complain as at least anyone with the same setup as me should be able to get it working just by changing the configuration of the plugin so thanks for pointing me to the correct information. FYI, it looks like the git repository for the VS Plugin is here. |
Might be something I'm doing wrong as I'm only a dabbler with this but it is fun!
Building projects now fails early on with
As I installed the dpkg over a previous version, if I change the symlink
sgdk
to point to the earliersgdkv1.51
the builds complete OK. Switching back tosgdkv1.62
makes the error happen again.Running on
The text was updated successfully, but these errors were encountered: