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.