code wont compile due to devkitppc r18 October 24, 2009 12:37PM | Registered: 14 years ago Posts: 405 |
linking ... boot.elf e:/devkitPro/libogc/lib/wii\libogc.a(ipc.o): In function `__ios_ioctlvformat_parse': ipc.c:(.text.__ios_ioctlvformat_parse+0x174): undefined reference to `__ctype_ptr' e:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/4.4.1/../../../../powerpc-eabi/bin/ld.exe: e:/devkitPro/libogc/lib/wii\libogc.a(ipc.o)(.text.__ios_ioctlvformat_parse+0x174): unresolvable R_PPC_EMB_SDA21 relocation against symbol `__ctype_ptr' ipc.c:(.text.__ios_ioctlvformat_parse+0x4e0): undefined reference to `__ctype_ptr' e:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/4.4.1/../../../../powerpc-eabi/bin/ld.exe: e:/devkitPro/libogc/lib/wii\libogc.a(ipc.o)(.text.__ios_ioctlvformat_parse+0x4e0): unresolvable R_PPC_EMB_SDA21 relocation against symbol `__ctype_ptr' e:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/4.4.1/../../../../powerpc-eabi/bin/ld.exe: final link failed: Nonrepresentable section on output collect2: ld returned 1 exit status
Re: code wont compile due to devkitppc r18 October 24, 2009 01:48PM | Registered: 14 years ago Posts: 265 |
Re: code wont compile due to devkitppc r18 October 24, 2009 02:10PM | Admin Registered: 14 years ago Posts: 5,132 |
Re: code wont compile due to devkitppc r18 October 24, 2009 03:17PM | Registered: 14 years ago Posts: 405 |
Re: code wont compile due to devkitppc r18 October 24, 2009 06:00PM | Registered: 14 years ago Posts: 175 |
Re: code wont compile due to devkitppc r18 October 24, 2009 07:31PM | Registered: 14 years ago Posts: 405 |