Homebrew Portal 3DS Alpha demo

  • Thread starter Thread starter gudenau
  • Start date Start date
  • Views Views 85,441
  • Replies Replies 138
  • Likes Likes 24
It looks like this project is built with DevkitARM and CTRULIB. You will need to install the DevkitARM toolchain from devkitpro (instructions here). The latest versions of DevkitARM actually come with ctrulib, but if you need a newer version, you can grab the source here, and build it with devkitarm, just read the instructions.

More generally, different projects are compiled with different toolchains and libraries, so you will need to learn how to read various types of build files (such as Make, CMake, or SCons to name a few common ones), to determine what tool chains they use. You will also need to familiarize yourself with some common toolchains, languages, and libraries in order to actually get everything you need. Also, having a general understanding of common command line tools is very useful. Most projects will have a nice set of build instructions that you can mostly just run one at a time, but with some projects, you just have to look at the code and figure out how to build it, and the only way to learn how to do this is experience.
 
I've been trying to get it compiled myself as well. I've been told that it needs an older version of ctrulib from before csnd was refactored, but I don't know WHICH version it needs.
Blindly looking at the history for csnd, it was clearly re-factored in mid January, so I'm guessing v0.3 is your best bet.
 
I'm pretty sure it's between version 0.4 and the current version, because 0.4 causes other errors. Could be unrelated of course.

edit: and commit cd8fa3a from March 10 is also too old, assuming my methodology is right. hm...
 
I'm pretty sure it's between version 0.4 and the current version, because 0.4 causes other errors. Could be unrelated of course.

edit: and commit cd8fa3a from March 10 is also too old, assuming my methodology is right. hm...

You need to change soft fp to hard...
 
I did a thing!
097fRGk.png


Edit:
Does not work, yet.
 

Site & Scene News

Popular threads in this forum