for SimpleDE custom theme. Now it will not build at all. I was thinking a windows update caused it.
but I did a clean install of windows 10 and devkitARM. nothing else and it still isn't working.
is there an issue with the build tools? I did see some errors when devkitARM was installing
about keys from some gmail addresses but idk if that has anything to do with it!
any help would be greatly appreciated
Code: Select all
C:\omega-de-kernel-main>build.bat
Setting environment variables PATH, DEVKITARM, DEVKITPRO, LIBGBA...
Done!
Making it with make...
Ezcard_OP.c
C:/omega-de-kernel-main/source/Ezcard_OP.c: In function 'SetRompageWithHardReset':
C:/omega-de-kernel-main/source/Ezcard_OP.c:284:25: error: implicit declaration of function 'LZ77UnCompWram' [-Wimplicit-function-declaration]
284 | LZ77UnCompWram((u8*)(0x08000000),(u8*)(0x02000000));
| ^~~~~~~~~~~~~~
C:/omega-de-kernel-main/source/Ezcard_OP.c: In function 'Check_FW_update':
C:/omega-de-kernel-main/source/Ezcard_OP.c:560:21: warning: too many arguments for format [-Wformat-extra-args]
560 | sprintf(msg,"Please use the OFFICIAl kernel to",Built_in_ver);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/omega-de-kernel-main/source/Ezcard_OP.c:563:21: warning: too many arguments for format [-Wformat-extra-args]
563 | sprintf(msg,"update firmware. Sorry.",Built_in_ver);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
C:/omega-de-kernel-main/source/Ezcard_OP.c:566:21: warning: too many arguments for format [-Wformat-extra-args]
566 | sprintf(msg,"Press (B) to skip.",Built_in_ver);
| ^~~~~~~~~~~~~~~~~~~~
C:/omega-de-kernel-main/source/Ezcard_OP.c:521:14: warning: unused variable 'offset' [-Wunused-variable]
521 | vu32 offset;
| ^~~~~~
C:/omega-de-kernel-main/source/Ezcard_OP.c:520:14: warning: unused variable 'busy' [-Wunused-variable]
520 | vu16 busy;
| ^~~~
make[1]: *** [/c/devkitPro/devkitARM/base_rules:39: Ezcard_OP.o] Error 1
make: *** [Makefile:120: build] Error 2
Done!
Press any key to continue . . .