Hi All,
I am using c674 platform and compiler 7.4.4. I intend to create an application such that at run time the user can upload a package on the c674 and get it running on the DSP without disturbing whatever is currently running on the DSP.
I browsed through this forum to find the Dynamic Loader utility provided by TI. http://e2e.ti.com/support/development_tools/compiler/f/343/p/176857/638749.aspx#638749
In the example provided the dynamic lib created links to exported functions base image. I intend to do it the other way, i want the dynamic exe to link to the dynamic lib at rutime using the dynamic loader. I use the --force-static-binding=off flags and use --import to indicate that the symbols will be imported. I can successfully compile and load the dynamic exe. I use ofd.exe to find that the symbol in the dynamic exe is marked 'undefined'.
Can someone provide some pointers on how I can link the dynamic library having that symbol with the dynamic exe at runtime ?
Regards
Krishna