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,
I am getting this above error, when I switched to MDK324.exe , also I tried to remove 'debug information' option from output tab, like suggested on this forum, but then I how I will get into the debugging mode.
I am using GNU compiler for comiling and debugging keil enviornment
thanks in advance Vishal
Depending on what GNU assembler you are using, the correct switch for generating dwarf2 debug information is either -gdwarf2 or -gdwarf-2.
I believe that -gdwarf2 is the more correct one to be using. It seems to be supported by more recent builds of the GNU toolchain.
It seems that -gdwarf2 is the preferred option in UV3 now as well.
It is the option supported by the CodeSourcery GNU ARM toolchain which is also compatible with Keil uVision.
Maybe use that toolchain instead?
http://www.keil.com/appnotes/docs/apnt_199.asp
Thanks Patrick, it helped me in resolving the issue.