I'm trying to compile an application for msp430 on windows 7 using CCS 5.1
I get these errors:
<Linking>
warning #10366-D: automatic library build: using library
"C:\ti\ccsv5\tools\compiler\msp430\lib\rts430xl.lib" for the first time, so
it must be built. This may take a few minutes.
"c:/users/nadav/appdata/local/temp/tie457~1/obj/copy_decompress_none.asm", ERROR! :
[E1000]
Unable to open temp macro library
'C:\Users\Nadav\AppData\Local\Temp\032562': Permission denied
>> Compilation failure
gmake.exe[1]: *** [c:/users/nadav/appdata/local/temp/tie457~1/obj/copy_decompress_none.obj] Error 1
"c:/users/nadav/appdata/local/temp/tie457~1/obj/log.asm", ERROR! :
[E1000]
Unable to open temp macro library
'C:\Users\Nadav\AppData\Local\Temp\046722': Permission denied
....
I tried everything I can think of to solve the permission problem.
I'm logged in as administrator, Turned off UAC, set the permissions on the Temp folder to full permissions for all user, excluded the temp folder in the antivirus program..
Nothing, it does not compile.
when I look in the Temp folder I see the files created.
Can anybody help me?
Thanks,
Nadav