This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hello,
I have been trying to perform SonarQube analysis on my repository. I have license only on a specific server and hence I will need to build the code through terminal and these are the errors that I am facing:
1) My make version is :
mac-terminal~% make --version
GNU Make 3.81
2) When I try to check for the gmake version: it is not recognized.
mac-terminal ~ % gmake -v
zsh: command not found: gmake
3) But when I build my code directly in CCS I see this:
And this is the command I tried to use with sonarqube as well but it led to many errors.
4) This is what I see when I try to execute this build command with sonarqube.
5) These are the errors if I point it to a MakeFIle.
I need some help or someone to point me in the right direction.
Hi Ki,
I don't have any prior knowledge about the sonarqube.
I also verified our past hercules threads and i don't see anyone worked with sonarqube bfore.
Could you please help me with this issue, if you have any knowledge on this?
--
Thanks & regards,
Jagadish.
Could you please help me with this issue, if you have any knowledge on this?
I do not have any experience with sonarqube. CCS builds work fine, the issue is building outside of CCS with sonarqube.
Hello,
Is there a way you can help me finding the appropriate command for building the project through terminal, that should help me make some progress.
Hi Rohan,
I checked with my colleague, and they don't know sonarqubs either.