I want to create a dynamic link library using the C6000(from CCS v5.5), and want to use the dynamic link library in other projects.
See the information on this site.(http://processors.wiki.ti.com/index.php/C6000_Dynamic_Linking)
But I do not know how to create, use that.
C6000 linker option was set to --dynamic=lib -o dll_hello.dll. files(.dll) have been created. However, I do not know how to import/export.
I want more examples.