mtgos-mtgos-3ds9/readme

9 lines
345 B
Text
Raw Permalink Normal View History

2017-04-23 17:41:25 +00:00
to build mtgos you need the cross compilers, whose makefile is included in cross/
Quick walkthrough of the steps needed for building:
1) mkdir -pv build; cd build - this will enter a build directory, as an in-dir build is not supported
2) cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/arm-none-eabi.cmake ..
3) make
4) Kernel is in kernel/kernel