-
sfillib won't compile at all, when using
> make install
I tried it in a root terminal too, still won't work.
The error seems to come from a missing header file: jpeglib.h, and I don't see it…
-
This pull request has broken compiling Luma3DS: https://github.com/smealum/ctrulib/pull/282
Error: http://hastebin.com/kofalaqofa.lua
It seems like an update to the FSLDR_OpenFileDirectly function i…
-
Errors i get
make[1]: Entering directory `/c/Users/Shadow/Desktop/GameYob-master/Luma3DS/Luma3DS/injector'
arm-none-eabi-gcc -Wall -Wextra -MMD -MP -marm -mcpu=mpcore -mfloat-abi=hard -mtp=soft -f…
-
**System model:** new3DS
**SysNAND version (+emu/redNAND version if applicable):** sys9.2 / emu11.2
**Entrypoint (How/what you're using to boot Luma3DS):** BS9 1.2
**Luma3DS version:** Last good [4…
-
**System Model:** New 3DS
**System Version:** 11.3.0-36U SysNAND
**Entrypoint:** Boot9Strap
**Luma Version:** 8.0 stable
**Luma3DS configuration/options:**
Default EmuNAND: (1)
Screen br…
-
rxTools needs to be updated to compile under latest ctrulib build
_(I know i can edit the \rxTools-DUKESRG\CakeBrah\source\libkhax\khaxinit.cpp, still other warnings appear then)_
`arm-none-eabi-g++ …
-
arm-none-eabi-gcc -MMD -MP -MF /c/Projects/citro3d/build/attribs.d -g -Wall -Wextra -Werror -O2 -mword-relocations -fomit-frame-pointer -ffunction-sections -march=armv6k -mtune=mpcore -mfloat-abi=hard…
-
I followed the guide, making sure I had everything, but I keep getting these errors while building:
`C:/devkitPro/libctru/include/3ds/result.h:9:30: note: in definition of macro 'R_SUCCEEDED'
#def…
-
> while(aptMainLoop())
> {
> hidScanInput();
> if(hidKeysDown() & KEY_START)
> break;
>
> gfxFlushBuffers();
> gfxSwapBuffers();
> gspW…
-
When compiling your source with latest ctrulib (commit 1cef3e5) from smealum you get the following errors: (same for "SafeA9LHInstaller")
(Note, this is for everything that uses CakeBrah/Brahmaloader…