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.

RM57L843: Code Composer Studio: I am trying to build my code through terminal but gmake doesn't get recognized.

Part Number: RM57L843

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.