| View previous topic :: View next topic |
| Author |
Message |
UsefulIdiot
Joined: 17 Jan 2006 Posts: 13
|
Posted: Tue Jan 17, 2006 4:52 pm Post subject: Assembler problems installing |
|
|
I found a spare box today to do my psp dev'ing on and installed ubuntu on it(dont like messing with cygwin). I installed all the required packages and the sdk seems to compile fine until (i think) its linking sceGumLoadIdentity.o
The assembler outputs the error:
/tmp/ccapdkp6.s: Assembler error:
/tmp/ccapdkp6.s:25: Illegal operands 'vmidt.q M300'
and then quits. Any ideas leading to a fix? I wasnt able to find any leads in the forums after browsing for an hour or so. |
|
| Back to top |
|
 |
TyRaNiD
Joined: 18 Jan 2004 Posts: 918
|
Posted: Tue Jan 17, 2006 5:27 pm Post subject: |
|
|
| You need to update your toolchain (specifically binutils) to make use of vfpu opcodes. |
|
| Back to top |
|
 |
UsefulIdiot
Joined: 17 Jan 2006 Posts: 13
|
Posted: Wed Jan 18, 2006 12:14 am Post subject: |
|
|
| to what version specifically? apt says i have latest version of binutils and I would think the script would get the latest version it needs also |
|
| Back to top |
|
 |
chp
Joined: 23 Jun 2004 Posts: 313
|
|
| Back to top |
|
 |
Panajev2001a
Joined: 20 Aug 2005 Posts: 100
|
Posted: Wed Jan 18, 2006 1:36 am Post subject: |
|
|
When will this be integrated in the standard oopo's psptoolchain script ?
Am I wrong or the current psptoolchain-20060110.tgz package when unpacked and run (./toolchain.sh) will not update binutils to the VFPU patched version ? |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Wed Jan 18, 2006 1:49 am Post subject: |
|
|
If you read the included readme, you would have noticed the part where it tells you how to update to the very latest version of everything in the subversion repository.
I was waiting until the recent additions settled down before updating it on my site. |
|
| Back to top |
|
 |
groepaz

Joined: 01 Sep 2005 Posts: 305
|
Posted: Wed Jan 18, 2006 2:57 am Post subject: |
|
|
maybe another little script that first updates the toolchain script from svn, and then runs the toolchain script itself could be added....would be very useful (and avoid lots of simelar questions/problems) imho. _________________ http://www.hitmen-console.org
http://hitmen.c02.at/files/yapspd/ |
|
| Back to top |
|
 |
Panajev2001a
Joined: 20 Aug 2005 Posts: 100
|
Posted: Wed Jan 18, 2006 3:12 am Post subject: |
|
|
| ooPo wrote: | If you read the included readme, you would have noticed the part where it tells you how to update to the very latest version of everything in the subversion repository.
I was waiting until the recent additions settled down before updating it on my site. |
ooPo, I can assure you I have learned the RTFM rule a LONG time ago :).
I am just wary of installing ANYTHING that is still in SVN trunk/daily snapshot that the maintainer has not deemed to put in the official/stable release changing the previous official/stable release in this case the psp toolchain script dated 2006-01-10.
| Quote: | | I was waiting until the recent additions settled down before updating it on my site. |
;).
I think I'll wait with you then: I trust your judgement :).
Last edited by Panajev2001a on Wed Jan 18, 2006 3:16 am; edited 1 time in total |
|
| Back to top |
|
 |
Panajev2001a
Joined: 20 Aug 2005 Posts: 100
|
Posted: Wed Jan 18, 2006 3:15 am Post subject: |
|
|
| groepaz wrote: | | maybe another little script that first updates the toolchain script from svn, and then runs the toolchain script itself could be added....would be very useful (and avoid lots of simelar questions/problems) imho. |
I guess it could help some, but my problem was not "how do I get the version currently in the SVN repository ?".
I phrased my post badly I think: a better question would have been "when will ooPo's release a new toolchain script and when will the new additions be moved out of the trunk and made available with simple execution of the toolchain script ?". |
|
| Back to top |
|
 |
johnxmcmanus
Joined: 19 Jan 2006 Posts: 1
|
Posted: Sat Jan 21, 2006 8:52 am Post subject: You need to update your toolchain (specifically binutils) to |
|
|
I think if you run "svn update" and hit enter from psptoolchain directory.
got this info from update article:
http://www.scriptscribbler.com/psp/tutorials/lesson01.htm _________________ JohnnieMac |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Sat Jan 21, 2006 5:01 pm Post subject: |
|
|
| groepaz wrote: | | maybe another little script that first updates the toolchain script from svn, and then runs the toolchain script itself could be added....would be very useful (and avoid lots of simelar questions/problems) imho. |
This is why, as I've stated many times, the readme.txt mentions that you can just type 'svn update' to get the latest version automatically. There's no need for a wrapper script or other magery... a very simple command does it all.
Anyway, its moot now as I've modified the script (in the 20060120 release) to use 'svn cat' to grab the latest version of the patches each and every time it is run.
Perhaps someday when it all settles down I'll make it grab only a specific, known-stable revision number. I don't imagine that day will be anytime in the near future, however.
Enjoy. |
|
| Back to top |
|
 |
|