Thanks , We should add this in the FAQ section in
http://forums.dolphin-emu.org/thread-4.html under
Q: LLE plugin says it fails to load "dsp_rom.bin" and "dsp_coef.bin"
A: You need these 2 files in order to use LLE.
PS: do you need the "dump_roms.ds" to dump the dsp rom ?, or is generated in the process ? o.O Because I only see the dol file in the zip
(08-30-2009, 04:51 AM)James333 Wrote: [ -> ]do you need the "dump_roms.ds" to dump the dsp rom ?, or is generated in the process ? o.O Because I only see the dol file in the zip
yes and no. the .ds files are the code which is sent to and run on the dsp. They are assembled by dolphin's dsptool and the resulting dsp code is included in the dspspy binary.
for example:
1. cd trunk\Source\DSPSpy
2. ..\..\Binary\x64\DSPTool.exe -h dsp_code util\dump_roms.ds
3. make
4. make run
does:
1. move to dspspy directory
2. use dsptool to compile the dsp asm to a c-style code blob
3. compile dspspy (dspspy #includes dsp_code.h)
4. `make run` just uses wiiload to send and run the .dol on your wii
you'll see dspspy's output screen, but it will have already dumped the files to the sd card. so you can just press home button and then get the files with ftpii or however you want.
erm, i was using dspspy from the weekly compiles. I just changed the .dol's file name and added meta and icon. I haven't coded anything. Thanks for stepping in though.
After few tries in the binary folder I copied the DSPTool.exe in the Source\DSPSpy folder and I run the DSPTool . It said " assembly completed successfuly! "
Then I tried to compile the DSPSpy but when I'm cmpiling an error appears:
17>Performing Makefile project actions
17>Assembly completed successfully!
17>"make" no se reconoce como un comando interno o externo, <--here
17>programa o archivo por lotes ejecutable. <--here
17>Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions" <--here
translation : ""make" is not recogniced as a internal or external command , program or ...( I don't know how to translate the last 4 words )
Am I doing something wrong ?
you need devkitPro and wiiload installed and setup in order to follow those directions.
just use the dol in the first post instead of compiling it yourself :p
boogerlad: there should be no dspspy in weekly compiles in the first place...
secondly, any dump you are getting from that is just the results of whatever ucode it is compiled with.
you can do:
dsptool -p dsp_dump.bin
in order to see what i'm talking about
I was 99% sure that I would need to install the devkitPro, thanks
hello,
Hi have build dspspy.dol for wii with devkit pro ppc. And I juste open the makefile in dspspy directory and remplace the dsp_code.h by my dsp_code.h (build with dsptool and dump_roms.ds)
And it's work i have two file one 4kb and 8kb
How do you compile it ?o.O I get another error xD
9>make[1]: /c/Documents: No such file or directory
9>make[1]: *** No rule to make target `/c/Documents'. Stop.
9>make: *** [build] Error 2
it cannot be have a path with spaces