I have been building using CCS v5.1 with the command line. After moving to v5.5 it can no longer find make. I use the following command:
eclipsec.exe -nosplash -data "dir_above_proj_dir" -ccs.autoImport -application com.ti.ccstudio.apps.projectBuild
-ccs.projects project_name -ccs.configuration Debug
The errors are attached at the bottom. The main jist of it is
Cannot run program "\bin\gmake": Launching failed Error: Program "\bin\gmake" not found in PATH
I tried taking out my custom Build command of "${CCS_UTILS_DIR}/bin/gmake -j -k" and I checked "Use default". After I removed that it says can't find make (not gmake).
Keep in mind that, not matter what version I am using or what build option I am using, these projects all build in the GUI IDE.
I have read the Wiki about this topic and it says nothing about v5.5 differences.
Thanks
Chris
-----------------------------------------------------------------------------------------------------------------------------------
14:28:35 **** Clean-only build of configuration Debug for project ber_calculator ****
"\\bin\\gmake" -j clean
Cannot run program "\bin\gmake": Launching failed
Error: Program "\bin\gmake" not found in PATH
PATH=[C:/ti/CCSv5.5/ccsv5/eclipse/jre/bin/client;C:/ti/CCSv5.5/ccsv5/eclipse/jre/bin;C:/ti/CCSv5.5/ccsv5/eclipse/jre/lib/i386;C:\Program Files (x86)\MATLAB\R2013b\bin\win32;C:\ti\CCSv5.5\ccsv5\ccs_base\emulation\analysis\bin\..\..\..\common\bin;C:\ti\CCSv5.5\ccsv5\ccs_base\emulation\analysis\bin\..\..\..\DebugServer\bin;C:\ti\CCSv5.5\ccsv5\ccs_base\emulation\analysis\bin\ofs;C:\ti\CCSv5.5\ccsv5\ccs_base\common\bin;C:\ti\CCSv5.5\ccsv5\ccs_base\common\uscif;C:\ti\CCSv5.5\ccsv5\ccs_base\DebugServer\license;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\MATLAB\R2013b\bin;C:\Program Files\TortoiseSVN\bin;;C:\ti\CCSv5.5\ccsv5\ccs_base\emulation\analysis\bin\.;C:\ti\CCSv5.5\ccsv5\ccs_base\emulation\analysis\bin\../xmldb/aet_config;C:\ti\CCSv5.5\ccsv5\ccs_base\emulation\analysis\bin\../xmldb/trace_config/setup;C:\ti\CCSv5.5\ccsv5\ccs_base\emulation\analysis\bin\../xmldb/trace_config/devices;C:\ti\CCSv5.5\ccsv5\ccs_base\emulation\analysis\bin\../../../common/bin;C:\ti\CCSv5.5\ccsv5\ccs_base\emulation\analysis\bin\../../../common/uscif;C:\ti\CCSv5.5\ccsv5\ccs_base\emulation\analysis\bin\../../tpi;C:\ti\CCSv5.5\ccsv5\ccs_base\simulation\env\ccs\drivers;C:\dsp_source\branches\us2128\unit_tests\projects;]
14:28:35 Build Finished (took 93ms)
14:28:35 **** Build of configuration Debug for project ber_calculator ****
"\\bin\\gmake" -j all
Cannot run program "\bin\gmake": Launching failed
Error: Program "\bin\gmake" not found in PATH
PATH=[C:/ti/CCSv5.5/ccsv5/eclipse/jre/bin/client;C:/ti/CCSv5.5/ccsv5/eclipse/jre/bin;C:/ti/CCSv5.5/ccsv5/eclipse/jre/lib/i386;C:\Program Files (x86)\MATLAB\R2013b\bin\win32;C:\ti\CCSv5.5\ccsv5\ccs_base\emulation\analysis\bin\..\..\..\common\bin;C:\ti\CCSv5.5\ccsv5\ccs_base\emulation\analysis\bin\..\..\..\DebugServer\bin;C:\ti\CCSv5.5\ccsv5\ccs_base\emulation\analysis\bin\ofs;C:\ti\CCSv5.5\ccsv5\ccs_base\common\bin;C:\ti\CCSv5.5\ccsv5\ccs_base\common\uscif;C:\ti\CCSv5.5\ccsv5\ccs_base\DebugServer\license;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\MATLAB\R2013b\bin;C:\Program Files\TortoiseSVN\bin;;C:\ti\CCSv5.5\ccsv5\ccs_base\emulation\analysis\bin\.;C:\ti\CCSv5.5\ccsv5\ccs_base\emulation\analysis\bin\../xmldb/aet_config;C:\ti\CCSv5.5\ccsv5\ccs_base\emulation\analysis\bin\../xmldb/trace_config/setup;C:\ti\CCSv5.5\ccsv5\ccs_base\emulation\analysis\bin\../xmldb/trace_config/devices;C:\ti\CCSv5.5\ccsv5\ccs_base\emulation\analysis\bin\../../../common/bin;C:\ti\CCSv5.5\ccsv5\ccs_base\emulation\analysis\bin\../../../common/uscif;C:\ti\CCSv5.5\ccsv5\ccs_base\emulation\analysis\bin\../../tpi;C:\ti\CCSv5.5\ccsv5\ccs_base\simulation\env\ccs\drivers;C:\dsp_source\branches\us2128\unit_tests\projects;]
14:28:35 Build Finished (took 78ms)
-----------------------------------------------------------------------------------------------------------------------------------
EDIT:
I just noticed that it spits out the path and nowhere in the path is a utils directory like:
C:\ti\CCSv5.5\ccsv5\utils\bin
as i would expect there to be.