dots-tb / rePatch-reDux0

Kernel Plugin to make ux0:rePatch allow the modding of encrypted games similar to ux0:patch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation fails for GameBoy Advance targets

nyaasen opened this issue · comments

commented

$ /opt/devkitpro/devkitARM/bin/arm-none-eabi-gcc rePatch-reDux0-master/repatch.h rePatch-reDux0-master/repatch.c
rePatch-reDux0-master/repatch.c:30:10: fatal error: vitasdkkern.h: No such file or directory
#include <vitasdkkern.h>
^~~~~~~~~~~~~~~
compilation terminated.

Either dependence on vitasdkkern.h must be removed or vitasdkkern.h needs to be ported to the GBA

Thanks