| View previous topic :: View next topic |
| Author |
Message |
sakya
Joined: 28 Apr 2006 Posts: 190
|
Posted: Thu Nov 29, 2007 9:17 pm Post subject: Help with linking order |
|
|
Hi! :)
I'm having some problems with linking order and cannot find a solution.
I have this libs linked in the makefile:
| Code: | LIBS = -lFLAC -lmad -lvorbisidec -lm \
-lpspgu -lpspgum -lpspaudio -lpsppower \
-lpsphprm -lpspusb -lpspusbstor -lpspaudio -lpspaudiocodec -lpspkubridge |
I need to add -lpsputility but then I get the "Error, could not fixup imports, stubs out of order" error.
I tried to put it in different positions.
How can I know the correct order?
Can someone please help me? :)
Many thanks.
Ciaooo
Sakya |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Fri Nov 30, 2007 6:45 am Post subject: |
|
|
| Is that for an uncommitted change? A current checkout compiles without that lib just fine. |
|
| Back to top |
|
 |
sakya
Joined: 28 Apr 2006 Posts: 190
|
Posted: Fri Nov 30, 2007 7:55 pm Post subject: |
|
|
Hi! :)
| J.F. wrote: | | Is that for an uncommitted change? |
Yes. ;)
I'd like to add Sony OSK (and it needs psputility).
EDIT: I solved the linking error.
-lpsputility was just in the library list (is it added automatically for some dependencies?).
Ciaooo
Sakya |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Sat Dec 01, 2007 6:57 am Post subject: |
|
|
| The build.mak file seems to add most of the sdk libs to the list normally. I'm not sure what criteria it uses as I've never looked at it closely. |
|
| Back to top |
|
 |
|