Other Parts Discussed in Thread: TM4C1294NCPDT, SYSBIOS
We are running Bamboo on a virtual machine with 4 cores and it kicks off a a build of our projects. It builds but takes *forever*! Something happens when asmem4f or clem4f run in the build system that is weird. We have run the same makefile from the command line and also done builds inside the CCSv6 IDE. They take about 3 minutes each for a clean build. The one in Bamboo takes 93 minutes. We watched the CPU usage and it drops to about 2% CPU usage when asmem4f or clem4f run on the bios/rtos files.
I have looked for asmem4f and clem4f in my CCSv6 install directory and do not find them. I also haven't found any documentation on how we might be able to turn on debug or verbose operation. I feel certain such info exists but I just haven't looked in the right places.
We are willing to do the heavy lifting of understanding why this happens, but we could use some pointers to how to see what the tools are actually doing.
Our guesses so far have been only one core running (not it), memory swapping(maybe), 6.0.0 vs. 6.2.0 (not it), problems with the virtual machine. We haven't gotten too far except to eliminate the number of cores as an issue.