This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Problems building BIOSPSP Driver Examples

With relation to this thread:

http://e2e.ti.com/support/embedded/bios/f/355/p/168601/907361.aspx

I am having this same problem trying to build the examples. The libraries build fine. When I try to build the examples, it gets most of the way through the build but then fails and I get the output:

fatal error: cannot open file
   "obj/c6748-evm/c6xdsp/debug/evm6748_i2c_sample_configuro/linker_mod.cmd":
   Permission denied
gmake[1]: *** [bin/c6748-evm/evm6748_i2c_sample_c6xdsp_debug.x674] Error 1
gmake[1]: Leaving directory `C:/ti/biospsp_03_00_01_00/drivers/examples/evm6748/
i2c'
gmake: *** [evm6748_i2c_sample] Error 2

If I go on and try to build it again, I get the 'regular create' error like the others in the linked thread. Deleting it or cleaning the example changes it back to the above error.

I have tried modifying every permission humanly possible on my machine, but nothing has worked. I've tried on three different user accounts, run things as administrator and not as administrator, installed my packages to different locations ("C:\ti\", "C:\program files\texas instruments\", etc).

The problem is that pesky linker_mod.cmd file. Every time the compiler creates that file, it has absolutely 0 permissions set for it. Of course I can edit them after it fails to do the full build, but then you get the regular create error if you try to rebuild it with the new permissions. I even tried changing the permissions as quickly as possible for that file after it was created, but before it reached that step in the compilation, which didn't work either.

How on earth can this be resolved? Any suggestions are much appreciated.

Thanks,
Charles