Other Parts Discussed in Thread: CCSTUDIO
Hi,
I am building application in CCS 5.3 for C6678 EVM. I notice that each time I build app the CCS is stucked during linking for 3-4 minutes.
The interesting point is that the .out file is created almost immediately (according to Modified date) and the CCS is srtuck for another 3 minutes.
For example:
Start linking time: 10:45
Out file created: 10:45
CCS finished building process: 10:48
In console tab I see:
Building target: shannon.out
Invoking: C6000 Linker
If I open progress tab then I see two progress bars:
Launching shannon
Launching: Build before launch - Scoped incremental build before launch... Invoking Command: /opt/ti53/ccsv5/utils/bin/gmake -k -j 8 all
Refreshing workspace (Blocked: The user operat... is waiting for background work to complete.)
Refreshing '/shannon'.
Could anyone explain why CCS is stuck for 3 minutes after creating .out file and how can I fix it.
Thanks