This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

warning L7 when including c file in a assembler project

Hello,

I have include a c file with #pragma SRC
after a build of my target, I have include the .src file in the projet for future use.

but after all build (compilation) of the target, I have a BL51: WARNING 7 (MODULE NAME NOT UNIQUE)

I think that is because the c file give a obj file with the same name of the src file, I have try to do the explication of this page:

http://www.keil.com/support/docs/635.htm

but I can't find the "Include in Link/Lib" checkbox?

I use µvision3.

thanks for your help.