Itay Chamiel wrote:
Hi,

The only solution I have found so far is to manually modify the auto-generated linker command file, moving the two data sections into a single UNION with a shared run address. Once I did that, the project linked, and ran correctly (both codecs simultaneously) with a measurable performance increase. Unfortunately, this is no good as a permanent fix because the command file gets overwritten at each full build. Since the article I linked to above has no explanation of this, and the codec authors themselves do not currently know how to solve this problem short of repackaging the two codecs as a single package, I'd like to know if the community has answers to this question.

what about removing the overlay related stuff from the codecs link.xdt and adding them UNIONised in the servers link.cmd file?



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

Reply via email to