Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
Dear TI,
Code Composer Version: CCSv7.2
SYSBIOS Version: bios_6_50_01_12
XDC Tool Version: xdctools_3_50_02_20.
CCS and SYSBIO installation paths: C:\
I imported the existing "Hello Example" project from SYSBIOS and tried building the project. But unfortunately the project was not completely built successfully, looks like hangs at 3 or 4% and neither fail nor success. I did CCS installation many times but not luck. But same project is successfully built in other two PC's but not in my PC(embarassing!!).
Can some one please help me in resolving, I have followed so may docs and threads but no luck?
Logs for your reference:
**** Build of configuration Debug for project TEST_SYSBIOS ****
"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 4 all -O
gmake[1]: Entering directory 'C:/Users/pavankrishna/workspace_v7/TEST_SYSBIOS/Debug'
'Building file: ../app.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_50_02_20_core/xs" --xdcpath="C:/ti/bios_6_50_01_12/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p ti.platforms.evm6678 -r release -c "C:/ti/ti-cgt-c6000_8.1.3" --compileOptions "-g --optimize_with_debug" "../app.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring app.xe66 from package/cfg/app_pe66.cfg ...
generating custom ti.sysbios library makefile ...
Starting build of library sources ...
making C:/Users/pavankrishna/workspace_v7/TEST_SYSBIOS/src/sysbios/sysbios.ae66 ...
gmake[1]: Entering directory `C:/Users/pavankrishna/workspace_v7/TEST_SYSBIOS/src/sysbios'
cle66 C:/ti/bios_6_50_01_12/packages/ti/sysbios/BIOS.c ...
asme66 C:/ti/bios_6_50_01_12/packages/ti/sysbios/family/c64p/Exception_asm.s64P ...
asme66 C:/ti/bios_6_50_01_12/packages/ti/sysbios/family/c64p/Hwi_asm.s62 ...
asme66 C:/ti/bios_6_50_01_12/packages/ti/sysbios/family/c64p/Hwi_asm_switch.s62 ...
Thanks,
-Pavan