roger99
Joined: 30 Aug 2006 Posts: 2
|
Posted: Fri Nov 24, 2006 9:37 am Post subject: Errors compiling PSPLINK |
|
|
I am trying to compile PSPLINK but get errors. I am running Ubuntu 6.10 and presume the toolchain is installed correctly as I can compile the sdk samples but when I try to compile PSPLINK with a 'make release' i get the following errors.
| Code: | make -C psplink all
make[1]: Entering directory `/home/beavis/psp_projects/psplink/psplink'
psp-build-exports -b exports.exp > exports.c
*** stack smashing detected ***: psp-build-exports terminated
Aborted (core dumped)
make[1]: *** [exports.c] Error 134
rm exports.c
make[1]: Leaving directory `/home/beavis/psp_projects/psplink/psplink'
make: *** [all] Error 2 |
Anybody got any ideas? |
|