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.
Hi,
I am getting this error frequently when compiling a SYS/BIOS project using a Windows 8.1 pro machine. I have ran as Administrator, disabled firewall, antivirus not running. It complains about not having permission. This problem is not consistent. I clean the build, and re-build the project and it goes fine sometimes, sometimes I have to repeat the process many times until it decides I have permission it seems and it goes fine. Any help is appreciated.
Thanks
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
making ../src/sysbios/sysbios.ae674 ...
gmake[1]: Entering directory `C:/XwaveFiles/DSP_Projects/Documentation_and_Training/TI_RTOS_Workshop_Files/MA_TIRTOS_Workshop_Lab_Files_Rev1.0/Workspace/blink_C6000_TASK/src/sysbios'
cle674 C:/ti/tirtos_c6000_2_00_01_23/products/bios_6_40_01_15/packages/ti/sysbios/BIOS.c ...
"C:/ti/tirtos_c6000_2_00_01_23/products/bios_6_40_01_15/packages/ti/sysbios/knl/Semaphore.c", line 234: remark #2142-D: comparison between signed and unsigned operands
"C:/ti/tirtos_c6000_2_00_01_23/products/bios_6_40_01_15/packages/ti/sysbios/timers/timer64/Timer.c", line 775: remark #2142-D: comparison between signed and unsigned operands
asme674 C:/ti/tirtos_c6000_2_00_01_23/products/bios_6_40_01_15/packages/ti/sysbios/family/c64p/Hwi_disp_always.s64P ...
asme674 C:/ti/tirtos_c6000_2_00_01_23/products/bios_6_40_01_15/packages/ti/sysbios/family/c64p/Hwi_asm.s62 ...
asme674 C:/ti/tirtos_c6000_2_00_01_23/products/bios_6_40_01_15/packages/ti/sysbios/family/c64p/Hwi_asm_switch.s62 ...
asme674 C:/ti/tirtos_c6000_2_00_01_23/products/bios_6_40_01_15/packages/ti/sysbios/family/c64p/Clobber_asm.s62 ...
asme674 C:/ti/tirtos_c6000_2_00_01_23/products/bios_6_40_01_15/packages/ti/sysbios/family/c64p/Exception_asm.s64P ...
asme674 C:/ti/tirtos_c6000_2_00_01_23/products/bios_6_40_01_15/packages/ti/sysbios/family/c64p/MemoryProtect_asm.s64P ...
asme674 C:/ti/tirtos_c6000_2_00_01_23/products/bios_6_40_01_15/packages/ti/sysbios/family/c62/TaskSupport_asm.s62 ...
asme674 C:/ti/tirtos_c6000_2_00_01_23/products/bios_6_40_01_15/packages/ti/sysbios/timers/timer64/Timer_asm.s64P ...
asme674 C:/ti/tirtos_c6000_2_00_01_23/products/bios_6_40_01_15/packages/ti/sysbios/timers/gptimer/Timer_asm.s64P ...
asme674 C:/ti/tirtos_c6000_2_00_01_23/products/bios_6_40_01_15/packages/ti/sysbios/timers/dmtimer/Timer_asm.s64P ...
are674 BIOS.obj c64p_Hwi_disp_always.obj c64p_Hwi_asm.obj c64p_Hwi_asm_switch.obj c64p_Clobber_asm.obj c64p_Exception_asm.obj c64p_MemoryProtect_asm.obj c62_TaskSupport_asm.obj timer64_Timer_asm.obj gptimer_Timer_asm.obj dmtimer_Timer_asm.obj ...
gmake[1]: Leaving directory `C:/XwaveFiles/DSP_Projects/Documentation_and_Training/TI_RTOS_Workshop_Files/MA_TIRTOS_Workshop_Lab_Files_Rev1.0/Workspace/blink_C6000_TASK/src/sysbios'
'Building file: ../app.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_31_01_33_core/xs" --xdcpath="C:/ti/tirtos_c6000_2_00_01_23/packages;C:/ti/tirtos_c6000_2_00_01_23/products/bios_6_40_01_15/packages;C:/ti/tirtos_c6000_2_00_01_23/products/ipc_3_10_01_11/packages;C:/ti/tirtos_c6000_2_00_01_23/products/ndk_2_23_01_01/packages;C:/ti/tirtos_c6000_2_00_01_23/products/uia_2_00_00_28/packages;C:/ti/ccsv6/ccs_base;C:/XwaveFiles/DSP_Projects/SYSBIOS_platforms;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p evmc6748_XWAVE -r release -c "C:/ti/ccsv6/tools/compiler/ti-cgt-c6000_8.1.0" --compileOptions "-g --optimize_with_debug" "../app.cfg"
because: Permission denied
C:/ti/xdctools_3_31_01_33_core/bin/xdcenv: can't open '.xdcenv.mak', xdctools_3_31_01_33_core\gmake.exe: *** No rule to make target `.configuro'. Stop.
js: "C:/ti/xdctools_3_31_01_33_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** [configPkg/linker.cmd] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
Carlos,
We don't use Windows 8.1 here (only Windows 7). But lets try a couple of things.
Are you building from within CCS? Are you building a CCS Project or a Makefile Project?
Is it possible to build a TI-RTOS example for the C6000. Look in the Resource Explorer for a simple example.
Which version of CCS are you using?
~Ramsey
Thanks Ramsey. I have another pc RUNNING Windows 7 and I don't have the same problem, but that one is slow. In any case, I am building from within CCS, a CCS project, and the version is 6.1.2.00015 . Any project will give me this problem. Even a blinking LED program extracted from the TI-RTOS workshop.
Thanks
Carlos
Carlos,
Have you seen this link on installing CCS on Windows 8? Maybe following these instructions will resolve your issues.
~Ramsey
Hi Thanks, I don't think that's the issue, ... I have seid yes to that in the installation