Tool/software: Code Composer Studio
Hi,
after upgrading from CCS 8.3.1 to 9.0.1 my CC2652R1F project stopped compiling properly, I got this error message:
XDC runtime error: can't find the library 'lib/boot.aem4' specified by package ti.targets.arm.rtsarm
This had me baffled for a long time (yes I am somewhat new to CCS), until I finally figured out it's the same problem as in the somewhat incongruously named issue this question is linked to.
There is apparently a SDOWP bug ID "CCSIDE-3460" about this, but I can't seem to find it and it's not mentioned anywhere else?
In any case, what happens is that Target in the General – Products tab is somehow silently changed from ti.targets.arm.elf.M4F to ti.targets.arm.elf.M4, and this wasn't something I really noticed.
Changing it back to M4F fixes the problem.