Hello,
I try to debug a application using DSP/BIOS Link on Linux.
I found that DSP/BIOS Link make use of threads (pthreads ?).
So it's difficult do use the gdb! Gdb hangs after evocing a thread.
The questions are:
How to debug a DSP/LINK bios app on Linux?
How to debug a DSP/LINK bios app on Linux with gdb?
Is there a DSP/BIOS Link port that uses the poll/select mechanism instead of threads, which would be a clean
implementation for a deterministic Linux programm.
Is it possible to modify or port DSP/BIOS Link on ARM-side for using the poll/select systemcalls?
Are there some activities in that way?
Thank you very much.