Hello!
My name is Valentin Gulimanescu I downloaded code composer 4.2.3 and i am trying to build a project that uses sysbios 6_31_04_27 and NDK 2_20_02_22. I am using a evm6455 from spectrum digital. The project compiles ok without the ndk, and also runs on the evm, but when i try to add the ndk (using the wizard to edit the .cfg file) and try to compile i get an undefined symbol _NIMUDeviceTable linker error. If i try an manually add library hal_eth_6455 from NDK 2_0_0 (because it is the latest version that supports the platform i am working on) i get more undefined symbol linker errors:
undefined first referenced
symbol in file
--------- ----------------
_BCACHE_invL1pAll C:\CCStudio_v3.3\ndk_2_0_0\packages\ti\ndk\lib\hal\dsk6455\hal_eth_c6455.lib<ethdriver.o64P>
_C6455EMAC_getConfig C:\CCStudio_v3.3\ndk_2_0_0\packages\ti\ndk\lib\hal\dsk6455\hal_eth_c6455.lib<ethdriver.o64P>
_C6455EMAC_linkStatus C:\CCStudio_v3.3\ndk_2_0_0\packages\ti\ndk\lib\hal\dsk6455\hal_eth_c6455.lib<ethdriver.o64P>
_C64_disableIER C:\CCStudio_v3.3\ndk_2_0_0\packages\ti\ndk\lib\hal\dsk6455\hal_eth_c6455.lib<ethdriver.o64P>
_C64_enableIER C:\CCStudio_v3.3\ndk_2_0_0\packages\ti\ndk\lib\hal\dsk6455\hal_eth_c6455.lib<ethdriver.o64P>
_SEM_post C:\CCStudio_v3.3\ndk_2_0_0\packages\ti\ndk\lib\hal\dsk6455\hal_eth_c6455.lib<ethdriver.o64P>
Are there any drivers that i must add, because i tried manually adding dsk6455bsl.lib and csl_c6455.lib and got the same error. The path of NDK is the default install part, but i am NOT using code composer 3.3.
Could you please at least point me in the right, direction, it is my first DSP project and i am on a tight timeline. Thank you.
Valentin