Hi,
I have ccs v5 and I am trying to import ccs v3 project example (Client.pjt in ndk_2_0_0_0) using import legacy project option. But when I try to build it, it fails. Just a few of the errors look like:
**** Build of configuration Custom for project client ****
C:\ti\ccsv5\utils\bin\gmake -k all
gmake: *** No rule to make target `C:/ti/ccsv5/eclipse/NDK_INSTALL_DIR/packages/ti/ndk/example/tools/common/cgi/cgiparse.c', needed by `C:/CCStudio_v3.3/ndk_2_0_0_0/packages/ti/ndk/example/network/client/evmomapl137/debug/cgiparse.obj'.
gmake: *** No rule to make target `C:/ti/ccsv5/eclipse/NDK_INSTALL_DIR/packages/ti/ndk/example/tools/common/cgi/cgiparsem.c', needed by `C:/CCStudio_v3.3/ndk_2_0_0_0/packages/ti/ndk/example/network/client/evmomapl137/debug/cgiparsem.obj'.
The problem I see here is in: gmake: *** No rule to make target `C:/ti/ccsv5/eclipse/NDK_INSTALL_DIR/packages/ti/ndk/example/tools/common/cgi/cgiparse.c
because NDK_INSTALL_DIR is set to C:/CCStudio_v3.3/ndk_2_0_0_0 i.e. NDK is installed in C:/CCStudio_v3.3 whereas it looks for it in C:/ti/ccsv5/eclipse/NDK_INSTALL_DIR/.... This might be the reason but I dont know how and where to resolve this. I have checked all the properties of my project but dint find anything where I could set this parameter.
Please see that in one of your previous post, I had read that we should not copy the project in workspace rather use 'keep original location for each project'. I have tried with both and the problem still remains. Also, I am using EVMOMAPL137 board.
Please help as I am a newbee in embedded.
Thanks and Best regards,
Mini Kaushik