This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

dm6437 ndk example issue

Hello,

I have been trying to get the ndk 2.0.0 client example working on the evmdm6437 board (DSP/BIOS 5.41.13.42). It will build successfully, but when launched, nothing happens as in no output to the console (except for the GEL stuff). I have fixed the predefined symbols to include _NDK_EXTERN_CONFIG, _INCLUDE_NIMU_CODE, and CHIP_DM6437. I verified that my .tcf file (the provided on from the example) i using the dm6437_init() function as its insertion point. I do have a few warnings when I build that pertain to the the function itoa being implicitly defined. I am missing something?