I'm using CCS Version: 5.5.0.00077.
I'm trying to use the Hex2000 Utility in the Post-Build Steps (CCS Build >> Steps).
Command reads:
"${CG_TOOL_HEX}" -i "${BuildArtifactFileName}" -o "${BuildArtifactFileBaseName}.hex" -order MS -romwidth 16
Description is:
"Create flash image: Intel-HEX"
My error is:
process_begin: CreateProcess(NULL, mingw32-make -j4 --no-print-directory post-build, ...) failed.
make (e=2): The system cannot find the file specified.
I never had this problem before and had been running this utility for about a year. Ever since a recent version upgrade, I've been getting this error.
Any help?