-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-10951
-
-
C2000_22.6.0.LTS
-
-
default
Extract the attached zip file to an empty directory. Run the command ...
% cl2000 -@top_level.txt <Linking> error #10471-D: Ignoring empty output section ".cinit" in memory range FLASH_BANK0_SEC1; objects in CRC range must be non-empty. error #10010: errors encountered during linking; "KB0x1.out" not built >> Compilation failure
The .cinit section is empty. It is allocated to a memory range that is in a crc GROUP. Perhaps that should get a warning. But why is it such a problem that it causes the link to fail?