Tool/software: Code Composer Studio
I try to build the version.c file every time the project is build. I follow example from forums for CCS4, but it did not work.
I add the following into project "CCS Build", "Pre-build steps"
${CCS_UTILS_DIR}/bin/gmake -k -j 4 /NMD_Bringup_app/Application/Version.c
makefile:243: recipe for target 'pre-build' failed
gmake[2]: *** No rule to make target '/NMD_Bringup_app/Application/Version.c'.
gmake[1]: [pre-build] Error 2 (ignored)
Thanks for advice