Today when trying to use 5.5.0.00077 with SYS/BIOS 6.35.4.50 and XDCtools 3.25.3.72 to perform a clean re-build of a SYS/BIOS project for a Tiva LM4F device the build would fail to complete, which had previously successfully built. The CCS build console reported continuous attempts to build the same pagkage. e.g.
Windows task manager showed the CCS build kept creating gmake sub-processes.making package.mak (because of .xdcenv.mak) ...
making package.mak (because of .xdcenv.mak) ...
making package.mak (because of .xdcenv.mak) ...
making package.mak (because of .xdcenv.mak) ...
The same build failure occurred when a new SYS/BIOS project was created.
Found this old thread code composer 3.3 - gmake loop error which reported similar symptoms, albeit with Code Composer 3.3 rather than CCS 5.5. The problem in that thread was solved by changing the date time setting of the OS.
In my case was running Windows XP SP3 and the date/time is correct for local time. The time zone on the PC is "GMT Standard Time", and "Automatic adjust clock for daylight saving changes" was selected in Windows.
I have found the following is repeatable on this PC:
a) Disable the Windows XP "Automatic adjust clock for daylight saving changes" and a re-build of a SYS/BIOS project completes
b) Select the Windows XP "Automatic adjust clock for daylight saving changes" and a re-build of a SYS/BIOS project fails to complete, with gmake sub-processes repeatedly getting created.
Not sure if the problem is with Windows XP or the check of file date/time by the CCS gmake.
[The local time went backwards by one hour last night at the end of summer time - which might have caused a date/time comparison issue somewhere]