| View previous topic :: View next topic |
| Author |
Message |
PinkPeach
Joined: 02 Mar 2005 Posts: 23
|
Posted: Sun Jul 10, 2005 6:17 pm Post subject: Problem building w/latest svn SDK, undef. ref. in libcglue |
|
|
I grabbed the sdk from subversion yesterday and now i get when compiling:
libpsplibc.a(glue__sbrk.o): In function `_sbrk':
/tmp/pspdev/pspsdk/sdk/libc/libcglue.c:292: undefined reference to `sceKernelMaxFreeMemSize'
make: *** [out] Error 1
To be sure, i reupdated this morningbut still the same
any idea ? :( |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Sun Jul 10, 2005 6:34 pm Post subject: |
|
|
| Assuming you aren't using build.mak, you need -lkernel at the end of your linker command line. |
|
| Back to top |
|
 |
|