Hi,
When building the project0 for LM4F120 LaunchPad using CCS I encountered the following error (see console output).
It seems to me that the compiler is trying to create some batch files when the access is denied. When I browse into the directory I can't find the files it's trying to create.
The system is running windows 7 on an NTFS volume with CCS5.3. The user account does have admin rights. The gmake binary is in the PATH env.
Does anyone have an idea what the problem might be? Thx!
Ben
**** Build of configuration Debug for project project0 ****
"D:\\EDA\\ti\\ccsv5\\utils\\bin\\gmake" -k all
process_begin: CreateProcess(C:\Users\benji\AppData\Local\Temp\make8480-1.bat, C:\Users\benji\AppData\Local\Temp\make8480-1.bat, ...) failed.
make (e=5): Access is denied.
gmake: *** [project0.obj] Error 5
process_begin: CreateProcess(C:\Users\benji\AppData\Local\Temp\make8480-1.bat, C:\Users\benji\AppData\Local\Temp\make8480-1.bat, ...) failed.
make (e=5): Access is denied.
gmake: *** [startup_ccs.obj] Error 5
gmake: Target `all' not remade because of errors.
**** Build Finished ****