Errors compiling PSPLINK

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

Moderators: cheriff, TyRaNiD

Post Reply
roger99
Posts: 2
Joined: Wed Aug 30, 2006 10:06 pm

Errors compiling PSPLINK

Post by roger99 »

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

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?
Post Reply