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.

CCS/TM4C1294NCPDT: build error after new install of CCS and new simple project

Part Number: TM4C1294NCPDT
Other Parts Discussed in Thread: TM4C1290NCPDT

Tool/software: Code Composer Studio

I did a clean install of CCS 6.1,2 on a lab PC and I went through the steps I normally go through to install CCS on other PC’s I have successfully used in the past.   The tools are set up to build for a Tiva TM4C1294NCPDTCPU. After CCS was installed and set up, I created a new project / simple hello world project in a new directory off the root of the C drive called delme and the directory I created a new workspace folder and new project folder so everything is clean as far as the new project I create.  

 

The build fails because it is looking in the path C:\Users\myuserName\AppData\Local\Temp\ as you can see in the compiler output in bold below.  I have no idea what is pointing to C:\Users\l235766\AppData\Local\Temp\ but that is what I think the problem is.   I thought that installing CCS would fix it since you can have multiple versions of CCS installed on a PC without affecting each other.  
I assume the problem is something in the PC but I don't know what it could be.  The PC is windows XP.

Thanks,

Doug

 

**** Build of configuration Debug for project mtProj ****

"C:\\ccs6p1p2\\ccsv6\\utils\\bin\\gmake" -k all
subdir_rules.mk:7: recipe for target 'main.obj' failed
process_begin: CreateProcess(C:\Users\l235766\AppData\Local\Temp\make547532-1.bat, C:\Users\l235766\AppData\Local\Temp\make547532-1.bat, ...) failed.
make (e=2): The system cannot find the file specified.

gmake: *** [main.obj] Error 2
subdir_rules.mk:14: recipe for target 'tm4c1290ncpdt_startup_ccs.obj' failed
process_begin: CreateProcess(C:\Users\l235766\AppData\Local\Temp\make547532-2.bat, C:\Users\l235766\AppData\Local\Temp\make547532-2.bat, ...) failed.
make (e=2): The system cannot find the file specified.

gmake: *** [tm4c1290ncpdt_startup_ccs.obj] Error 2
gmake: Target 'all' not remade because of errors.

**** Build Finished ****