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

Browse information via make file

Dear all,

we are using a build system (similar to make) to configure our build projects. The build system then calls the Keil-compiler/toolchain. Debuugging the resulting .axf-file via Keil µVision works well, but when you click "View->Source Browser Window" or hit "F12" for functions, you then get the error "No Browse Information avaiable in xxx.axf".

Question 1)
Is there a parameter for to call the Keil-toolchain and tell it to build browse information?
(Much like the option "options->output->Browse Information" in the µVision-IDE, but when calling the toolchain from our buildsystem.)

Question 2)
If this works and the browse information is created: Where do I have to put the resulting file and how do I have to name it, so debugging will work correctly? (Let's say the .axf-file is at "C:\projects\bin\myproject.axf".)

Thanks allot in advance and have a nice day
Janis