Undefined reference to `sceUtilityGetSystemParamInt'

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
71M
Posts: 122
Joined: Tue Jun 21, 2005 5:28 am
Location: London

Undefined reference to `sceUtilityGetSystemParamInt'

Post by 71M »

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: Select all

/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
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

Update newlib (toolchain.sh -n).
71M
Posts: 122
Joined: Tue Jun 21, 2005 5:28 am
Location: London

Post by 71M »

Nice one, thanks!
Post Reply