Code Monkey home page Code Monkey logo

Comments (10)

Shroomalistic avatar Shroomalistic commented on June 27, 2024

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

from snes9x_3ds.

senseijimjom avatar senseijimjom commented on June 27, 2024

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

from snes9x_3ds.

AdmiralCurtiss avatar AdmiralCurtiss commented on June 27, 2024

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.

from snes9x_3ds.

senseijimjom avatar senseijimjom commented on June 27, 2024

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

from snes9x_3ds.

AdmiralCurtiss avatar AdmiralCurtiss commented on June 27, 2024

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.

from snes9x_3ds.

senseijimjom avatar senseijimjom commented on June 27, 2024

Got it working, thank you for that!

from snes9x_3ds.

Shroomalistic avatar Shroomalistic commented on June 27, 2024

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

from snes9x_3ds.

FateForWindows avatar FateForWindows commented on June 27, 2024

Does the directory have spaces?

from snes9x_3ds.

Shroomalistic avatar Shroomalistic commented on June 27, 2024

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

from snes9x_3ds.

FateForWindows avatar FateForWindows commented on June 27, 2024

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

from snes9x_3ds.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.