-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Code Generation Tools
-
CODEGEN-15018
-
-
-
default
The linker may crash when processing a local common symbol. To confirm that a local common symbol caused a linker crash, use the nm utility to check for the presence of local common symbols in the object files used in the link. For example, with nm6x:
> nm6x hal_timer_bios.ae66 | grep -e " c" 00000004 c LastCLKTime 00000004 c LastCLKValid 00000004 c TimeMS 00000004 c TimeS 00000004 c TimeStart 00000004 c hEvent