Testing the new CGT 7.3.0 I ran into a make problem for command line builds (I have CCS5.1.0.05000 installed).
With CGT 7.2.4 the build command is properly resolved:
00:24:15 **** Build of configuration Release for project NC_common **** 00:24:15 00:24:15 D:\Program Files\Texas Instruments\CCStudio_v5.1\ccsv5\utils\bin\gmake -k -j12 all
With CGT 7.3.0 this becomes
14:44:34 **** Build of configuration Release for project NC_common **** 14:44:34 14:44:34 make -k -j12 all 14:44:34 14:44:34 Cannot run program "make": Launching failed 14:44:34 Error: Program "make" is not found in PATH
What is wrong with the translation of the make program and path in CGT7.3.0? (Eclipse builds work fine and the GUI settings also show nothing abnormal).