Quantcast
Channel: Tools
Viewing all articles
Browse latest Browse all 91752

Forum Post: CCS 5.x - build: Change Eclipse java.io.tmpdir to an other value than C:\Windows\temp?

$
0
0

Team,

Could you please help with the following? For CCS 5.x is there a way to change the java.io.tmpdir to point to an other folder?

We use Code Composer Studio 5.1 on Windows XP SP3. Due to a new corporate security policy, we can no longer use the TEMP directory on Microsoft Windows. It seems that CCS uses this directory during build and returns now with an error.
Do you know how to prevent CCS to use the C:\Windows\Temp?

We found out for another tool that every tool based on Eclipse uses the JVM tmp to output their tmp files.
A JVM option is available to change this behavior : -Djava.io.tmpdir
In CodeComposerStudio, in the global Eclipse configuration, we can see that : java.io.tmpdir = C:\Windows\temp
And this is probably why CCS is outputting all the temp files in C:\Windows\temp
Can you provide us a way to change this option in CodeComposerStudio 5 ?
I've already tried in eclipse.ini and ccstudio.ini. But it didn't work.

The error is returned during a ‘Build Project’. The following message is displayed.
C:\ti\ccsv5\utils\bin\gmake -k all
process_begin: CreateProcess(C:\Windows\Temp\make3732-1.bat, C:\Windows\Temp\make3732-1.bat, ...) failed.
make (e=1260): Error 1260
gmake: *** [src/Tx/Chain/CBW1TxChain.obj] Error 1260
process_begin: CreateProcess(C:\Windows\Temp\make3732-1.bat, C:\Windows\Temp\make3732-1.bat, ...) failed.
make (e=1260): Error 1260
gmake: *** [src/Tx/Chain/CBW2TxChain.obj] Error 1260
gmake: Target `all' not remade because of errors.
**** Build Finished ****

Thanks in advance,

Anthony


Viewing all articles
Browse latest Browse all 91752

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>