Other Parts Discussed in Thread: SYSBIOS
I'm trying to write few functions that can enable me to log debug statements over the Ethernet. The print functions offer my sys/bios doent have the capacity that I need since I have lot of logging statements. i am using EVMK2H, ccsv6 and bios_6_41_00_26. Now, i was trying to build an empty project with the main running sysbios. I added the NDK/Global to my configuration. I configured the IP module. But when i tried to build it. I got the following error,
Description Resource Path Location Type
unresolved symbol NIMUDeviceTable, first referenced in /home/wei/ti/ndk_2_24_01_18/packages/ti/ndk/stack/lib/stk6.ae66<nimu.oe66> test C/C++ Problem.
I doubt this is a PATH problem. I copied the include PATH from the ndk helloworld program. The example program built sucessfully,but I couldnt get it to run properly. I couldnt ping the IP i assigned to the core. I tried both the evmk2l and evmk2e version of NDK helloword example. Neither of them work. My assumption is that its because I have the K2H, therefore the driver is different.
Two question.
How should I fix the NIMUDeviceTable error?
Why the NDK example program doesnt work?