On 23/04/09 18:54, Michael Trimarchi wrote:
Do you have add some support on the dsp to generate dsp code? So I fix recently in the kernel the dsp part, and I would like to patch gdb, but I need a compiler to create test program that use dsp instruction.
No, the compiler does not generate DSP instructions.However, the assembler does support DSP instructions, so inline assembler should work.
Andrew