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.
My ccs is crashing down when i am debugging my project ,and it is giving the error in the dialog box as jvm terminated exit code=1
I am able to debug my msp430 project but while coming to this tms320f28027 i am not able to debug
I have changed my stack size but there is no change in the program.I am using ccs 4.1.2.00027
Can any one plz help me out from here....
Hi Gautam,
there is no problem in upgrading the ccs.I just want to know the issue
For the first time when i have debuged the program it runned sucessfully.But when i have reinstalled my ccs it stopped working . I am able to debug and execute my msp430 ,but not this C200
Other than upgrading to the other version could i do any changes in this ???
Hi,
I agree with Gautams advice. To be honest, this is likely a sign your installation may be corrupted, and even for the v4 versions it does not seem you use the latest release. So in either case a full fresh installation is likely the best next step and also v5.5 has many improvements.
Please keep us informed.
Best Regards,
Lisa
Hi,
I have installed ccsv5 .3 and i have imported my project
the warning is
"This project was created using a version of compiler that is not currently installed:5.2.3(C2000) Another version of compiler will be used during build:6.1.0/please install the compiler of this version or migrate to one of the supported versions."
I have changed in the project properties the compiler version to TI v6.1.0
is there any other way to change the compiler version ??
Hi Carlous,
unless you have a specific reason to want a specific compiler version, it seems you are set. And yes, the project properties is where the compiler version gets chosen. To add a compiler version to your installation, this is done through window->preferences->Code composer studio->Compilers.
Best Regards,
Lisa
Hi,
In compilers option i can see in the tool discovery path as
"C:/ti/ccsv5/tools/compiler/c2000_6.1.0"
"C:/Program Files/Texas Instruments/ccsv4/eclipse/features/com.ti.cgt.c2000.5.2_5.2.3"
there is no change in the warning
When i am building my project it continues as Build project: (0%) and takes lot of time and in the console it appears as
**** Clean-only build of configuration Debug for project ex1 ****
"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k clean
DEL /D "ex1.out"
Could Not Find D:\\ex1\Debug\ex1.out
DEL /D "Source\mp1\mp1.pp" "Source\mp2\mp2.pp" "Source\mp3\mp3.pp" "Source\mp4\mp4.pp" "Source\mp5\mp5.pp" "Source\ex1_Main.pp"
Could Not Find D:\\ex1\Debug\Source\mp1\mp1.pp"
Could Not Find D:\\ex1\Debug\Source\mp2\mp2.pp"
Could Not Find D:\\ex1\Debug\Source\mp3\mp3.pp"
Could Not Find D:\\ex1\Debug\Source\mp4\mp4.pp"
Could Not Find D:\\ex1\Debug\Source\mp5\mp5.pp"
Could Not Find D:\\ex1\Debug\Debug\Source\ex1_Main.pp"
gmake: *** Access is denied.
. Stop.
gmake: *** Waiting for unfinished jobs....
if i terminate the building , in console it is as
**** Clean-only build of configuration Debug for project ex1 ****
"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k clean
DEL /D "ex1.out"
Could Not Find D:\\ex1\Debug\ex1.out
DEL /D "Source\mp1\mp1.pp" "Source\mp2\mp2.pp" "Source\mp3\mp3.pp" "Source\mp4\mp4.pp" "Source\mp5\mp5.pp" "Source\ex1_Main.pp"
Could Not Find D:\\ex1\Debug\Source\mp1\mp1.pp"
Could Not Find D:\\ex1\Debug\Source\mp2\mp2.pp"
Could Not Find D:\\ex1\Debug\Source\mp3\mp3.pp"
Could Not Find D:\\ex1\Debug\Source\mp4\mp4.pp"
Could Not Find D:\\ex1\Debug\Source\mp5\mp5.pp"
Could Not Find D:\\ex1\Debug\Debug\Source\ex1_Main.pp"
gmake: *** Access is denied.
. Stop.
gmake: *** Waiting for unfinished jobs....
**** Clean-only build of configuration Debug for project ex1 ****
!CommandLauncher.error.commandCanceled!
Error: Program "C:/ti/ccsv5/utils/bin/gmake" is not found in PATH
PATH=[C:/ti/ccsv5/eclipse/jre/bin/client;C:/ti/ccsv5/eclipse/jre/bin;C:/ti/ccsv5/eclipse/jre/lib/i386;C:/Program Files/Texas Instruments/xdctools_3_16_02_32;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\IVI Foundation\VISA\WinNT\Bin;C:/Program Files/Texas Instruments/xdctools_3_16_02_32;C:\ti\ccsv5\eclipse;]
**** Build Finished ****
Can any one help me....
Hi Carlous,
you need to correct your include paths and options. Have a look at the below wiki. Note for some reason ccs is looking in D when you seem to have things in C.
http://processors.wiki.ti.com/index.php/Include_paths_and_options
Best Regards,
Lisa
Hi Carlous,
just thought I would check for updates here.
Best Regards,
Lisa