I try yet to compile the source of RPsar Dumper, but the compiler give me an error:
Assembler messages:
unrecognized opcode `stub_start "pspPSAR",0x40090000,0x00020005'
unrecognized opcode `stub_func 0x56C924E1,pspPSARInit'
unrecognized opcode `stub_func 0x9C91DD9D,pspPSARGetNextFile'
unrecognized opcode `stub_end'
How to resolve?
[SOLVED]pspPSAR.o error
[SOLVED]pspPSAR.o error
Last edited by ne0h on Sat Mar 22, 2008 10:32 pm, edited 1 time in total.
-
- Posts: 328
- Joined: Sun Jun 03, 2007 10:05 pm
This is the message you get sometimes when you build your project issuing the "make" command without cleaning the project first either with command "make clean" or deleting by hand all *.o *.prx *.elf *.pbp and the newly generated *.s files. I don't want to always play the part of the boogeyman, so i'll try to say it nice: i once had the same problems and i resolved them all by myself...if people get fed of answering your question now that they are simple, what you'll be doing once the game gets harder? Play with your code a couple of days before asking! Believe me, i'm not against noobs and i don't mean to be unkind...just an advice 'cause i've seen someone getting nervous ;)
I've try somany times, and this error will never change!
Here is the code:
Here is the code:
Code: Select all
.set noreorder
#include "pspstub.s"
STUB_START "pspPSAR",0x40090000,0x00020005
STUB_FUNC 0x56C924E1,pspPSARInit
STUB_FUNC 0x9C91DD9D,pspPSARGetNextFile
STUB_END
I've change the extension but the error isn't changed!
I've searched but i haven't find a solution!
I try to compile another project with a .S file to compile, and the compiler give me te same error!
I think I have a corrupted or incorrect stub.s file, i have the Heimdall SDK!
Is not integrated whit it?
Please, can anyone send me the needed file for "compile" the .S file?
I've searched but i haven't find a solution!
I try to compile another project with a .S file to compile, and the compiler give me te same error!
I think I have a corrupted or incorrect stub.s file, i have the Heimdall SDK!
Is not integrated whit it?
Please, can anyone send me the needed file for "compile" the .S file?