Hello,
I am using Code Composer
Version: 5.1.0.09000
I made a change to the code (if it matters, I tried to switch a C++ map to a list) and now the code will not compile and will not throw an error until I ask it to cancel the build. I thought maybe it was taking awhile, so I left it over night and it still wasn't able to finish. Here is the message after I hit cancel:
**** Build of configuration Debug for project PXMTracking ****
C:\ti\ccsv5\utils\bin\gmake -k all
'Building file: C:/Users/jabkiewiczb/Workspace/PXMTracking/trunk/src/workerTask.cpp'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000/bin/cl6x" -mv6600 -g -O2 --cpp_default --gcc --include_path="C:/ti/ccsv5/tools/compiler/c6000/include" --include_path="C:/Users/jabkiewiczb/Workspace/TI_Libraries/dsplib_c66x_3_1_0_0/inc" --include_path="C:/Users/jabkiewiczb/Workspace/PXMTracking/trunk/src" --include_path="C:/Users/jabkiewiczb/Workspace/PXMExploitation/trunk/src" --display_error_number --diag_warning=225 --abi=eabi --temp_directory="../../bin/pxm_tracking" --obj_directory="../../bin/pxm_tracking" --asm_directory="../../bin/pxm_tracking" --list_directory="../../bin/pxm_tracking" --preproc_with_compile --preproc_dependency="../../bin/pxm_tracking/workerTask.pp" --cmd_file="./configPkg/compiler.opt" "C:/Users/jabkiewiczb/Workspace/PXMTracking/trunk/src/workerTask.cpp"
"C:/Users/jabkiewiczb/Workspace/PXMTracking/trunk/src/workerTask.cpp", line 89: warning #552-D: variable "completion_time" was set but never used
INTERNAL ERROR: C:\ti\ccsv5\tools\compiler\c6000\bin\cg6x.exe experienced a fatal internal fault while
processing function WorkerMain
This is a serious problem. Please contact Customer
Support with this message and a copy of the input file
and help us to continue to make the tools more robust.
Terminate batch job (Y/N)?
^Cgmake: *** [C:/Users/jabkiewiczb/Workspace/PXMTracking/trunk/bin/pxm_tracking/workerTask.obj] Interrupt
**** Build of configuration Debug for project PXMTracking ****
Command canceled
Error: Program "C:/ti/ccsv5/utils/bin/gmake" is not found in PATH
PATH=[C:\ti\ccsv5\ccs_base\common\bin;C:\ti\ccsv5\ccs_base\common\uscif;C:\ti\ccsv5\ccs_base\DebugServer\license;C:/ti/ccsv5/eclipse/jre/bin/client;C:/ti/ccsv5/eclipse/jre/bin;C:/ti/ccsv5/eclipse/jre/lib/i386;C:\Perl64\site\bin;C:\Perl64\bin;C:\Users\jabkiewiczb\Workspace\TI_Libraries\xdctools_3_22_04_46;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\LeapsGui\LeapsLibrary;c:\LeapsApi\LeapsLibrary;C:\Program Files\MATLAB\R2012a\bin;C:\Program Files\TortoiseSVN\bin;C:\Users\jabkiewiczb\Workspace\TI_Libraries\xdctools_3_22_04_46;C:\Users\jabkiewiczb\Workspace\TI_Libraries\xdctools_3_22_04_46\packages;C:\LeapsGui\LeapsLibrary; C:\MinGW\bin;C:\Program Files (x86)\PHP\v5.3\;C:\Program Files (x86)\Manzanita Systems\MP2TSAE Demo 5;D:\mcsdk\xdctools_3_22_04_46\packages\ti\platforms\sim64Pxx\Windows;C:\ti\ccsv5\utils\bin;D:\WorkspaceD\ipp7\dll;C:\ti\ccsv5\eclipse;]
**** Build Finished ****
I am not even sure where to start looking. I think I changed everything ok. Any advice?
Thanks,
Brandy