Anyways, after having downloaded the plugin set for moonshell, since I'm wanting to create a plugin for a different audio format (specifically, GC/Wii stream formats), I thought I would just use the wave plugin as a base.
My problem is, the wave plugin (without changes) won't compile, and neither will any other plugin- and I"m not sure what the error would be and how to fix it, I can only guess. This is somewhat of a problem for me, as I had intended to read through the code and learn from it, but that's not such a good idea if said code is uncompilable, is it?

Anyways, this is the output log from programmer's notepad
And this is the source code in question:> "make"
"make" -C arm9 -f Makefile
make[1]: Entering directory `/d/moonshellpluginv51sdk/mspv10_wav/arm9'
crt0.s
link start
c:/devkitpror17/devkitarm/bin/../lib/gcc/arm-eabi/4.3.0/../../../../arm-eabi/bin/ld.exe: error: no memory region specified for loadable section `.text.3'
collect2: ld returned 1 exit status
make[2]: *** [/d/moonshellpluginv51sdk/mspv10_wav/arm9/arm9.so] Error 1
make[1]: *** [build] Error 2
make[1]: Leaving directory `/d/moonshellpluginv51sdk/mspv10_wav/arm9'
"make": *** [arm9/mspv10_wav.so] Error 2
> Process Exit Code: 2
> Time Taken: 00:00
http://sukasa.kicks-ass.org/mspv10_wav.rar
Now, if I make a guess, I'm assuming that there is an error with the MS plugin file- would anybody be willing to help me out a bit, I'm very interested in getting this t work (and therefore learning to make it work on my own in future)