[solved]-f may not be used without -shared ... ?

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

Moderators: cheriff, TyRaNiD

Post Reply
User avatar
_Zack_
Posts: 9
Joined: Fri Jul 04, 2008 1:59 am

[solved]-f may not be used without -shared ... ?

Post by _Zack_ »

Edit : Nvm, solved it by re-working the makefile
Last edited by _Zack_ on Thu Sep 03, 2009 4:49 am, edited 1 time in total.
My Releases :

My Releases :
Image
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

The PSP toolchain can only do static linking. If you want shared libraries, you have to use a prx which is done in a psp-specific way, not by the normal linker.
Post Reply