which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
SonarQube enterprise edition-8.5.0.37579
what are you trying to achieve
what have you tried so far to achieve this
Present SonarQube enterprise edition is installed in Linux PC and working fine.Now we have a project in windows platform and we can built it keil compiler.
To analyze C and C++ code of project please let us know the steps to be followed to achieve below things.
How to use same instance of SonarQube in both Windows and Linux.
How to use build-wrapper in Keil compiler?
It’s not clear to me what you mean by this. You only need one, central instance of the SonarQube server. It can run on any OS that supports Java. And then you can analyze from whatever machine is convenient as long as it can “see” SonarQube on the network.
As to getting started with analysis, did you check out the docs I linked to previously? And if so, what specifically about those docs is unclear to you?
I followed above documentation to install SonarQube(local instance).
From the Docs that u attached i understood build-wrapper is required for C and CPP analysis but i can not find anything about using build-wrapper with Keil compiler