We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi All, I am stuck on this warnings when linking the project, could be the keil configuration ? i have tried whith checked options: "generate assembler SRC file and assemble SRC file " and the result is the same, could anyone give me a hint on this issue ? Thanks, Ukri
*** WARNING L7: MODULE NAME NOT UNIQUE MODULE: .\obj2\UTIL.obj (UTIL) *** WARNING L7: MODULE NAME NOT UNIQUE MODULE: .\obj2\AT24C02.obj (AT24C02)
Sounds like you are linking multiple object files with the same name. Jon