I've inherited a legacy project and I am trying to get it to compile in CCSv4. I know that it uses the Network Development Kit (NDK) 2.0 with the Ethernet Driver Patch (v1.0.0.1). I've installed both (they are the only packages I've installed) and now am attempting to validate the installation by running the example projects that are included with NDK2.0 installation. I imported the network/helloWorld/c6747 project as a "Legacy 3.3 Project" and gone through the build settings to update the macros to be the correct path. However, I get the following when I try to compile it:
gmake: *** No rule to make target `C:/dsp/lib/evmomapl137bsl.lib', needed by `../bin/helloWorld.out'.
which is preeceeded by the following error:
"C:/Texas Instruments/ndk_2_0_0/packages/ti/ndk/example/tools/evm6747/evminit.c", line 16: fatal error: could not open source file "evmomapl137.h"
1 fatal error detected in the compilation of "C:/Texas Instruments/ndk_2_0_0/packages/ti/ndk/example/tools/evm6747/evminit.c".
Compilation terminated.
I can't find the file 'evmomapl137.h' anywhere in the NDK installation, and the target that I am using is the "C6747 Device Functional Simulator, Little Endian". As such, does anyone know what the 'evmomapl137.h' file is and/or what package it is installed in? Also, does anyone understand why the project is trying to find a header file that appears to for the OMAP?
Thank you in advance.