| |||||
Technical Support Support Resources
Product Information | LX51: AVOIDING WARNING 7 (MODULE NAME NOT UNIQUE)Information in this article applies to:
QUESTIONI'm following the example in the document GENERAL: CALLING BOOT LOADER FUNCTIONS FROM USER APPLICATION and I've added the boot code (object file) to the main code with the option Link Publics Only. However, I new receive the following linker message: WARNING L7: MODULE NAME NOT UNIQUE on the STARTUP module. How can I avoid this warning? ANSWERYou can give a different module name to the STARTUP file that is part of the main application by changing the source line: NAME ?C_STARTUP to NAME ?C_STARTUP_MAIN The assembler directive NAME defines the module name and avoids the name conflict at the linker level. MORE INFORMATION
SEE ALSO
Last Reviewed: Monday, July 18, 2005 | ||||
| |||||