| View previous topic :: View next topic |
| Author |
Message |
71M
Joined: 21 Jun 2005 Posts: 122 Location: London
|
Posted: Sun Oct 30, 2005 11:23 pm Post subject: Undefined reference to `sceUtilityGetSystemParamInt' |
|
|
Hi,
I'm getting the following linker error and haven't got a clue as to why it's suddenly started happening.
Cheers,
71M
| Code: | /usr/local/pspdev/lib/gcc/psp/4.0.1/../../../../psp/lib/libc.a(_Exit.o): In function `__psp_libc_init':
../../../../../../newlib/libc/sys/psp/libcglue.c:643: undefined reference to `sceUtilityGetSystemParamInt'
collect2: ld returned 1 exit status
|
|
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Mon Oct 31, 2005 1:25 am Post subject: |
|
|
| Update newlib (toolchain.sh -n). |
|
| Back to top |
|
 |
71M
Joined: 21 Jun 2005 Posts: 122 Location: London
|
Posted: Mon Oct 31, 2005 4:07 am Post subject: |
|
|
| Nice one, thanks! |
|
| Back to top |
|
 |
|