Hi,
I am attempting to compile
C:\Program Files\Texas Instruments\mcsdk_2_00_05_17\examples\ndk\helloWorld
for evm6678l (ccs 5.1.0.09000)
I had to add include links to compile. I took my best guess at the correct paths.
"C:\Program Files\Texas Instruments\pdk_C6678_1_0_0_17\packages\ti\drv\cppi"
"C:\Program Files\Texas Instruments\pdk_C6678_1_0_0_17\packages\ti\drv\qmss"
"C:\Program Files\Texas Instruments\ndk_2_20_06_35\packages"
There are a pile of undefined symbols and sections specifications when I link.
I think I will need a link.cmd. Where is it? Hello world shouldn't be so difficult, so I must be doing something wrong.
I want to start transceiving packets on the ethernet. C:\Program Files\Texas Instruments\pdk_C6678_1_0_0_17\packages\ti\drv\pa\example\emacExample runs, but it is only loopback.
Greg