Brian G Rhodes wrote:
Chris,

I found that my map is proper, and the issue is elsewhere. It looks like the LINKCFG_Dsp structure. The av5T ipc_dsplink library which is being linked with the application seems to have some duplicate symbols. I modified the LINKCFG_Dsp in dsplink to change the name and found that the settings from the ipc dsplink library are there as well. objdump does list duplicate symbols for the dsp config. The alignment after the dsp power control field is off 4 bytes in the data dsplink gets from the application.
I was able to get the system working by adding a 4 byte offset in the LINKCFG_Dsp structure for the kernel dsplink component after the dsp power control field. Is this possibly happening because I built dsplink kernel module using kbuild?

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to