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.
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.