Other Parts Discussed in Thread: TM4C129XNCZAD, SYSBIOS
Tool/software: Code Composer Studio
I had a problem with one of my network disks this morning where my project was stored.
That problem has been repaired, but now, when I try to build my project, I get this failure.
This doesn't look like a problem in my project, it looks like a problem with CCS, and it's stopping me from working on this.
I can't open any project on my system (even ones on MSP430, than hasn't been opened in a year or more) and build without getting lists of errors.
I've tried closing and reopening projects, or deleting and reopening projects, cleaning, rebuilding,...
Any ideas (other than giving up???)?
----------------------------------- snip -------------------------------------------------
**** Build of configuration Debug for project 7-Channel_EV_Controller ****
"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 12 all -O
gmake[1]: Entering directory 'W:/7-Channel_EV_Controller/Debug'
'Building file: ../7-Channel_EV_Controller.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_50_01_12_core/xs" --xdcpath="C:/ti/tirtos_tivac_2_16_01_14/packages;C:/ti/tirtos_tivac_2_16_01_14/products/tidrivers_tivac_2_16_01_13/packages;C:/ti/tirtos_tivac_2_16_01_14/products/bios_6_45_02_31/packages;C:/ti/tirtos_tivac_2_16_01_14/products/ndk_2_25_00_09/packages;C:/ti/tirtos_tivac_2_16_01_14/products/uia_2_00_05_50/packages;C:/ti/tirtos_tivac_2_16_01_14/products/ns_1_11_00_10/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.tiva:TM4C129XNCZAD -r release -c "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS" --compileOptions "-mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path=\"C:/ti/tirtos_tivac_2_16_01_14/products/ndk_2_25_00_09/packages/ti/ndk/inc\" --include_path=\"C:/ti/TivaWare_C_Series-2.1.3.156/examples/boards/dk-tm4c129x\" --include_path=\"W:/7-Channel_EV_Controller\" --include_path=\"C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b\" --include_path=\"C:/ti/tirtos_tivac_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/posix\" --include_path=\"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include\" --define=TARGET_IS_TM4C129_RA1 --define=ccs=\"ccs\" --define=PART_TM4C129XNCZAD --define=ccs --define=TIVAWARE -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi " "../7-Channel_EV_Controller.cfg"
subdir_rules.mk:26: recipe for target 'build-559190287-inproc' failed
js: "C:/ti/xdctools_3_50_01_12_core/packages/xdc/tools/configuro/Main.xs", line 54: configPkg\.errorlog (The system cannot find the path specified)
org.mozilla.javascript.WrappedException: Wrapped java.io.FileNotFoundException: configPkg\.errorlog (The system cannot find the path specified) (C:/ti/xdctools_3_50_01_12_core/packages/xdc/tools/configuro/Main.xs#54)
at org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Context.java:1754)
at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:167)
at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266)
at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205)
at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1519)
at script.run(C:/ti/xdctools_3_50_01_12_core/packages/xdc/tools/configuro/Main.xs:54)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
at xdc.services.intern.xsr.Invoke.call(Invoke.java:130)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1473)
at script.main(C:/ti/xdctools_3_50_01_12_core/packages/xdc/tools/ICmd.xs:50)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
at xdc.services.intern.xsr.Invoke.call(Invoke.java:92)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1473)
at script(C:/ti/xdctools_3_50_01_12_core/packages/xdc/xs.js:188)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
at org.mozilla.javascript.Context.evaluateReader(Context.java:1110)
at config.Shell.evaluateReader(Shell.java:849)
at config.Shell.processReader(Shell.java:512)
at config.Shell.processFile(Shell.java:571)
at config.Shell.exec(Shell.java:781)
at config.Shell.main(Shell.java:1416)
Caused by: java.io.FileNotFoundException: configPkg\.errorlog (The system cannot find the path specified)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileWriter.<init>(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159)
... 23 more
gmake[1]: *** [build-559190287-inproc] Error 1
gmake[1]: Leaving directory 'W:/7-Channel_EV_Controller/Debug'
gmake: *** No rule to make target 'build-559190287', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-559190287', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-559190287', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-559190287', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-559190287', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-559190287', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-559190287', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-559190287', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-559190287', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-559190287', needed by 'configPkg/compiler.opt'.
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
----------------------------------- snip -------------------------------------------------