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

Any chance I can get the .elf included in builds? #52

Closed
senseijimjom opened this issue Sep 18, 2017 · 10 comments
Closed

Any chance I can get the .elf included in builds? #52

senseijimjom opened this issue Sep 18, 2017 · 10 comments

Comments

@senseijimjom
Copy link

Really enjoy the .elf, as it makes great ease for forwarding. Any chance I can get the latest builds with the .elf? Thank you so very much!

@Shroomalistic
Copy link

i second that! I have no clue how to compile it myself

@senseijimjom
Copy link
Author

I've compiled, but I'm not sure how to ignore the .gitignore. Just need that delicious .elf! :D

@AdmiralCurtiss
Copy link
Collaborator

If you already have the elf you're done, aren't you?

I have nothing against putting the elf in the releases, but I am against checking it into the repository. See #46.

@senseijimjom
Copy link
Author

I don't have the latest. Can you hook me up @AdmiralCurtiss? Then I can leave all you fine people alone :)

@AdmiralCurtiss
Copy link
Collaborator

AdmiralCurtiss commented Oct 1, 2017

The latest what, elf? Clone/download a copy of the repository, download and install the newest devkitPro, remove the -DLIBCTRU_1_0_0 from the CFLAGS in the Makefile, then just run make in the same folder as the Makefile. That should be it, and that way you can repeat that for every new change you want a compiled version of.

@senseijimjom
Copy link
Author

Got it working, thank you for that!

@Shroomalistic
Copy link

c:\snes9x>make
shaderfast.v.pica shaderfast.g.pica
shaderfast2.v.pica shaderfast2.g.pica
shaderfastm7.v.pica shaderfastm7.g.pica
shaderslow.v.pica
shaderslow2.v.pica
shaderslow3.v.pica
shaderslowm7.v.pica
3dsmain.cpp
arm-none-eabi-g++ -MMD -MP -MF /c/snes9x/build/3dsmain.d -c /c/snes9x/source/3dsmain.cpp -o 3dsmain.o
c:/snes9x/source/3dsmain.cpp:11:10: fatal error: 3ds.h: No such file or directory
#include <3ds.h>
^~~~~~~
compilation terminated.
make[1]: *** [3dsmain.o] Error 1
make: *** [build] Error 2

c:\snes9x>make
3dsmain.cpp
arm-none-eabi-g++ -MMD -MP -MF /c/snes9x/build/3dsmain.d -c /c/snes9x/source/3dsmain.cpp -o 3dsmain.o
c:/snes9x/source/3dsmain.cpp:11:10: fatal error: 3ds.h: No such file or directory
#include <3ds.h>
^~~~~~~
compilation terminated.
make[1]: *** [3dsmain.o] Error 1
make: *** [build] Error 2
this is what I get when I try to compile everytime

@FateForWindows
Copy link
Collaborator

Does the directory have spaces?

@Shroomalistic
Copy link

What do ya mean by spaces? The name of the directory?

@FateForWindows
Copy link
Collaborator

Actually, a better word would be path. Does the path to the source code have any spaces?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants