Other Parts Discussed in Thread: CC2650
Tool/software: Code Composer Studio
Hello I am trying to compile with a Speed vs Size trade off at 2 and I get the following error message in the console : "L’opération demandée n’a pu s’accomplir sur un fichier ayant une section mappée utilisateur ouverte". Surprisingly it is in french and it means : "The requested operation could not execute on a file having a open user mapped section."
Any hint how to resolve this ?
Regards.
Frederic
making package.mak (because of package.bld) ...
making package.mak (because of package.bld) ...
TOOLS/subdir_rules.mk:12: recipe for target 'build-446239361-inproc' failed
js: "C:/ti/xdctools_3_32_00_06_core/packages/xdc/bld/_gen.xs", line 538: package\package.bld.xml (L’opération demandée n’a pu s’accomplir sur un fichier ayant une section mappée utilisateur ouverte)
org.mozilla.javascript.WrappedException: Wrapped java.io.FileNotFoundException: package\package.bld.xml (L’opération demandée n’a pu s’accomplir sur un fichier ayant une section mappée utilisateur ouverte) (C:/ti/xdctools_3_32_00_06_core/packages/xdc/bld/_gen.xs#538)
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.mkXML(C:/ti/xdctools_3_32_00_06_core/packages/xdc/bld/_gen.xs:538)
at script.gen(C:/ti/xdctools_3_32_00_06_core/packages/xdc/bld/PackageContents.xs:698)
at script.main(C:/ti/xdctools_3_32_00_06_core/packages/xdc/bld/bld.js:133)
at script(C:/ti/xdctools_3_32_00_06_core/packages/xdc/bld/bld.js:153)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:123)
at org.mozilla.javascript.Context.evaluateReader(Context.java:1110)
at config.Shell.evaluateLoad(Shell.java:797)
at config.Shell.processLoad(Shell.java:679)
at config.Shell.load(Shell.java:1215)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126)
at org.mozilla.javascript.FunctionObject.call(FunctionObject.java:386)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1473)
at script(C:/ti/xdctools_3_32_00_06_core/packages/xdc/utils.js:503)
at script(C:/ti/xdctools_3_32_00_06_core/packages/xdc/xs.js:165)
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:847)
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:1414)
Caused by: java.io.FileNotFoundException: package\package.bld.xml (L’opération demandée n’a pu s’accomplir sur un fichier ayant une section mappée utilisateur ouverte)
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)
... 28 more
xdctools_3_32_00_06_core\gmake.exe: *** Deleting file `package.mak'
xdctools_3_32_00_06_core\gmake.exe: *** No rule to make target `.configuro'. Stop.