HBL - Compile Errors
Posted: Sun Apr 22, 2012 5:54 pm
Hi guys
I'm trying to compile HBL for my game and get the following errors:
[spoiler]C:/pspsdk/bin/psp-ld -T patapon2/linker_hbl.x -LC:/pspsdk/psp/sdk/lib utils.o el
oader.o elf.o globals.o syscall.o lib.o md5.o memory.o patapon2/sdk_hbl.o debug
.o config.o modmgr.o malloc.o graphics.o font.o tables.o runtime_stubs.o setting
s.o hook.o reloc.o resolve.o test.o -o eloader.elf
eloader.o: In function `callback_thread':
eloader.c:(.text+0xbc): undefined reference to `sceKernelSleepThreadCB'
hook.o: In function `setup_hook':
hook.c:(.text+0x1fc8): undefined reference to `sceKernelLoadModule'
hook.c:(.text+0x1fd0): undefined reference to `sceKernelLoadModule'
make: *** [hbl] Error 1[/spoiler]
How can I solve this so it compiles sucessfully? What information do you guys need else?
I'm trying to compile HBL for my game and get the following errors:
[spoiler]C:/pspsdk/bin/psp-ld -T patapon2/linker_hbl.x -LC:/pspsdk/psp/sdk/lib utils.o el
oader.o elf.o globals.o syscall.o lib.o md5.o memory.o patapon2/sdk_hbl.o debug
.o config.o modmgr.o malloc.o graphics.o font.o tables.o runtime_stubs.o setting
s.o hook.o reloc.o resolve.o test.o -o eloader.elf
eloader.o: In function `callback_thread':
eloader.c:(.text+0xbc): undefined reference to `sceKernelSleepThreadCB'
hook.o: In function `setup_hook':
hook.c:(.text+0x1fc8): undefined reference to `sceKernelLoadModule'
hook.c:(.text+0x1fd0): undefined reference to `sceKernelLoadModule'
make: *** [hbl] Error 1[/spoiler]
How can I solve this so it compiles sucessfully? What information do you guys need else?