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.

CCS/RM57L843: Program "make " not found in PATH for IwIP Demo project

Part Number: RM57L843


Tool/software: Code Composer Studio

Hello,

I'm want to use Ethernet with LwIP, I have TI's example for LwIP demo but when I am importing that example project in CCS and try to build, it gives error " Program "make" not found in PATH "  .

How can I resolve this issue.

Bellow is the snapshot of the Directory structure:

  • Hello,

    Please provide all the build messages in the build console. You can copy&paste the text to a text file and attach the file to this thread.

    Thanks

    ki

  • Bellow is the text file which contains build message from build console.

    **** Build of configuration Debug for project Build-RM57x ****
    
    make all 
    
    make all 
    Cannot run program "make": Launching failed
    
    Error: Program "make" not found in PATH
    PATH=[C:\ti\ccs1010\ccs\ccs_base\common\bin;C:\ti\ccs1010\ccs\ccs_base\common\uscif;C:\Python\Scripts\;C:\Python\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\NVIDIA Corporation\NVIDIA NGX;C:\Program Files\Git\cmd;C:\Program Files\TortoiseGit\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\MATLAB\R2020a\bin;C:\Program Files\MATLAB\R2019b\bin;C:\Users\shantanu.s\AppData\Local\Microsoft\WindowsApps]
    
    Error: Program "make" is not found in PATH
    
    PATH=[C:\ti\ccs1010\ccs\ccs_base\common\bin;C:\ti\ccs1010\ccs\ccs_base\common\uscif;C:\Python\Scripts\;C:\Python\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\NVIDIA Corporation\NVIDIA NGX;C:\Program Files\Git\cmd;C:\Program Files\TortoiseGit\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\MATLAB\R2020a\bin;C:\Program Files\MATLAB\R2019b\bin;C:\Users\shantanu.s\AppData\Local\Microsoft\WindowsApps;]
    
    **** Build Finished ****
    

  • Thanks,

    Please check the project properties to make sure that the default build command is being used:

    If it is, then please see the below link for other suggestions:

    https://software-dl.ti.com/ccs/esd/documents/sdto_ccs_build-errors.html#make-the-system-cannot-find-the-file-specified

    Thanks

    ki

  • Hello, 

    Thanks for your suggestion i chenged the settings to default command, now project is giving a different error i think some include path is missing. I have added two include paths still i guess some other paths are missing.

    Bellow is the image and text file for build and include options.

    **** Build of configuration Debug for project Build-RM57x ****
    
    "C:\\ti\\ccs1010\\ccs\\utils\\bin\\gmake" all 
     
    Building file: "D:/Shantanu/hercules/v00.03.00/RM57x/HALCoGen-RM57x/source/HL_emac.c"
    Invoking: ARM Compiler
    "C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/Shantanu/hercules/v00.03.00/RM57x/HALCoGen-RM57x/include" --include_path="D:/Shantanu/hercules/v00.03.00/example/hdk/inc" --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen-RM57x/source/HL_emac.d_raw" --obj_directory="HALCoGen-RM57x/source"  "D:/Shantanu/hercules/v00.03.00/RM57x/HALCoGen-RM57x/source/HL_emac.c"
     
    >> Compilation failure
    HALCoGen-RM57x/source/subdir_rules.mk:9: recipe for target 'HALCoGen-RM57x/source/HL_emac.obj' failed
    "D:\Shantanu\hercules\v00.03.00\RM57x\HALCoGen-RM57x\include\HL_hal_stdtypes.h", line 51: fatal error: cannot open source file "stdint.h"
    1 catastrophic error detected in the compilation of "D:/Shantanu/hercules/v00.03.00/RM57x/HALCoGen-RM57x/source/HL_emac.c".
    Compilation terminated.
    gmake: *** [HALCoGen-RM57x/source/HL_emac.obj] Error 1
    
    **** Build Finished ****
    

    Thanks,

    Shantanu S

  • Shantanu Salunkhe said:
    Thanks for your suggestion i chenged the settings to default command, now project is giving a different error i think some include path is missing. I have added two include paths still i guess some other paths are missing.

    It is recommended to start a new thread for a new topic. I see you have done that. I have answered your question in the new thread. 

    https://e2e.ti.com/support/tools/ccs/f/81/t/948179

  • Yes, Thank you.