Part Number: ARM-CGT
Our project uses CCS/ARM-CGT to develop firmwares for AM335* sitara processors. We recently upgraded the toolchain from v18.12 to v20.2.7 and the initial build time has increased a lot. It's fine to stick with the old toolchain, but I want to know what is happening behind, and if possible use the latest version.
CCSv9 + CGT v18 = current (~60min)
CCSv9 + CGT v20 = Stucks long during link phase
CCSv12 + CGT v20 = Stucks long during link phase
CCSv12 + CGT v18 = ~60min
From our observations above, I suspect some change happened in v20 link phase. Code optimization are disabled (during development), and project settings are kept same.
Does anyone have some clues?