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,
Is it possible to generate Browse Information using the GCC compiler in Keil? I can't see the option in the target configuration.
Thank you in advance.
Hello Luis,
The Keil uVision IDE can work with a GNU compiler.
You can read more about it here:
http://www.keil.com/support/docs/3127.htm
and here:
http://www.keil.com/support/man/docs/uv4/uv4_gnucomp.htm
Once you have that setup, use the Set command to load the debug information into the Keil Debugger:
Make sure you have downloaded the latest version of GCC:
developer.arm.com/.../gnu-rm
Good luck with your project.
Kevin - that doesn't address the specific question about Browse Information.