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.
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
Hi Mini,
One thing to check for sure is the include paths and options as you are correct CCS might be getting confused either between ndk installations or where to find it.
Have a look at the following wiki and keep us posted whether this helps get past the issue.
http://processors.wiki.ti.com/index.php/Include_paths_and_options
Best Regards,
Lisa
Hi Lisa,
Thanks for the reply.
As I have set the var NDK_INSTALL_DIR to C:\CCStudio_v3.3\ndk_2_0_0_0 and now it is unclear to me from where it gets this input to look into C:/ti/ccsv5/eclipse/NDK_INSTALL_DIR/packages/ti/ndk/example/tools/common/servers/datasrv.c.
Please have a look at the attached snapshot of include options. In case, I have to add any include option or path variable, please let me know. I am not able to figure it out. If you need any further details, please ask me.
Thanks and Best Regards,
Mini Kaushik
HI Mini,
one thing I noticed is your NDK directories seem to be linked to an environment variable. I would double check that and either correct or break that link and link it as per the wiki I sent.
Please keep us informed.
Best Regards,
Lisa
Hi Lisa,
Thanks for your reply. Currently I am working on another project. I will do it as per the link you have mentioned and will let you know if it works..
Best regards,
Mini Kaushik
Hi Mini,
ok, thanks for the update and please keep us informed when you give the tips a try.
Best Regards,
Lisa
Hi Mini,
just thought I would check for any updates with your enquiry.
Best Regards,
Lisa
Hi Lisa,
I am back on this project again..
Will update you soon...
Thanks and Best Regards,
Mini Kaushik
Hi Mini,
one cause we have seen for such a message is some of the project files becoming hidden. Please go into the project folder and check whether the .project file or any others are hidden. Please check that as well as try deleting the metadata.
This post might be useful.
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/216438.aspx
Please keep us informed.
Best regards,
Lisa
Hi Lisa,
Thanks for the reply. I tried to import it fresh and this error is now gone. Also, there were some errors with memory range. Then I allocated the memory manually from Properties and now it is built. I am not completely sure what happened right...but I am able to build it now.
Thanks for your support throughout the problem.
Best Regards,
Mini Kaushik
Hi Mini,
no problem at all, that's what we are here for. Very happy to hear you are up and running and all the best with development.
Best Regards,
Lisa