This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Description Resource Path Location Type
gmake.exe[1]: *** [c:/users/appdata/local/temp/ti_mkl~1/obj/ctime64.obj] Error 2 PowerProcessor C/C++ Problem
1. Rename C:\ti directory
2. download and install new ccs v6.1.3 with msp430 and compiler
3. Import existing ccs projects.
4. clean and build all
5. CCS fails to build the library files (and also doesn't build the projects).
Mark Fitzgerald said:process_begin: CreateProcess(NULL, cl430 ctime64.c -O4 --diag_warning=225 --quiet -O4 --diag_warning=225 --quiet --abi=eabi -q --silicon_errata=CPU12 --silicon_errata=CPU13 --silicon_errata=CPU19 --silicon_errata=CPU40 -c --ti_lib --keep_unneeded_types=false -vmspx --data_model=small --code_model=small --abi=eabi -q --silicon_errata=CPU12 --silicon_errata=CPU13 --silicon_errata=CPU19 --silicon_errata=CPU40 -c --ti_lib --keep_unneeded_types=false -vmspx --data_model=small --code_model=small -Ic:/ti/ccsv6/tools/compiler/msp430~1.lts/lib/src -fr c:/users/mark/appdata/local/temp/tic113~1/obj -fs c:/users/mark/appdata/local/temp/tic113~1/obj -ft c:/users/mark/appdata/local/temp/tic113~1/obj -ppa -ppd --pp_directory=c:/users/appdata/local/temp/tic113~1/obj, ...) failed.
make (e=2): The system cannot find the file specified.
Mark,
You are correct in your assessment that it is the library build utility that is failing.
There are known issues with using the library build utility in Windows when Cygwin tools are also installed on the machine. Please see this wiki. The workaround is to temporarily remove these tools from your PATH before running CCS or the compiler tools. Sorry about the inconvenience.