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.
Hello,
When I am trying to build the demo application from the latest mmWave SDK. I followed the steps like running the script file(setenv.bat) for the windows. Then I moved to demo directory and gave "gmake all" I am getting this error:
'gmake' is not recognized as an internal or external command,
operable program or batch file.
couldn't find the solution, can you please help me as soon as possible.
Thanks,
Govardhan
gmake command is not available in the PATH environment variable.
Can you add the path C:\ti\ccs1110\ccs\utils\bin to your PATH environment variable (assuming the ccs is installed in default location. update the ccs path/version as installed in your machine)
Hello,
Thanks, a lot for your help the above error has been resolved, but this time while trying to build the same after doing the above changes I am getting this error.
"gmake PROC_CHAIN=TDM objClean mmwDemo bin
gmake[1]: Entering directory 'C:/ti/mmwave_mcuplus_sdk_04_02_00_02/mmwave_mcuplus_sdk_04_02_00_02/ti/demo/am273x/mmw'
'Cleaning the Millimeter Wave Demo MSS Objects'
process_begin: CreateProcess(NULL, rm -f obj_am273x/mmwdemo_adcconfig.oer5f obj_am273x/mmwdemo_monitor.oer5f obj_am273x/mmw_cli.oer5f obj_am273x/mmwdemo_flash.oer5f obj_am273x/mss_main.oer5f obj_am273x/mmwdemo_rfparser.oer5f obj_am273x/mssgenerated/ti_board_config.oer5f obj_am273x/mssgenerated/ti_board_open_close.oer5f obj_am273x/mssgenerated/ti_dpl_config.oer5f obj_am273x/mssgenerated/ti_drivers_config.oer5f obj_am273x/mssgenerated/ti_pinmux_config.oer5f obj_am273x/mssgenerated/ti_power_clock_config.oer5f obj_am273x/mssgenerated/ti_drivers_open_close.oer5f, ...) failed.
make (e=2): The system cannot find the file specified.
mss/mmw_mss.mak:154: recipe for target 'mssDemoObjClean' failed
gmake[1]: *** [mssDemoObjClean] Error 2
gmake[1]: Leaving directory 'C:/ti/mmwave_mcuplus_sdk_04_02_00_02/mmwave_mcuplus_sdk_04_02_00_02/ti/demo/am273x/mmw'
makefile:57: recipe for target 'mmwDemoTDM' failed
gmake: *** [mmwDemoTDM] Error 2"
couldn't find the solution, can you please let me know as soon as possible.
Thanks,
Govardhan
make (e=2): The system cannot find the file specified.
make: The system cannot find the file specified has some troubleshooting tips for that error.
This doesn't help me can you please direct me to the right link and the solution for the issue
Thanks.
Hi Govardhan,
Please make sure that you have installed all the prerequisite tools and dependecies for the mmWave MCU Plus SDK to rebuild any lib or application.
as mentioned in the mwmave SDK release note (section 2.4) C:\ti\mmwave_mcuplus_sdk_04_02_00_02\mmwave_mcuplus_sdk_04_02_00_02\docs\mmwave_mcuplus_sdk_release_notes.pdf
Although the right set of instructions are provided in the SDK user guide mmwave_mcuplus_sdk_user_guide.pdf
but check all the paths in this files C:\ti\mmwave_mcuplus_sdk_04_02_00_02\mmwave_mcuplus_sdk_04_02_00_02\scripts\windows\checkenv.bat
exist.
And finally all paths checked, then run the 'gmake clean' command then 'gmake all' command from the command prompt screen.
Regards,
Jitendra