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

multi project

Hello everyone,

I have created a Multi project using STM32f407VG in Keil Uvision 4,
In this i have included three project, out of these two are library project & the third one is the project where our main function exist.

As I have seen that we can make only one project Active at a time. I am facing a problem that i am able to use the "Go TO Definition" within the active project(i.e., i am able to go to the definition of those functions which are within Active project, but when we use "Go To Definition" on an function that is called in the active project but its body is in an non active project or(i.e., those projects which are not active) then we are getting an warning that says that Definition of the function is not found.

Is There any way through which we could use the "Go To Definition" from Active Project to Non Active Project ?

Thanks & Regards
R Kumar

0