Hi Paul,

Great news!

@libmad
There is a missing library libmad, so add -lmad to your linking line.

@SoftFloat
The default DevKit is compiled with hard float, the linker accept this. But Open2x DevKit is compiled with soft float, in this case, i need soft float units. Soft Float is much faster, cause no raised exception, by using floating point opcode, has to be catched by the system, which needs a lot of cpu cycles.

Cheers,
Thomas

Sorry for my bad language, hope you understand what i'm meaning.