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.

Compiler/TDA2E: PROCESSOR_SDK_RADAR_03_07_00_00 Compilation error

Part Number: TDA2E
Other Parts Discussed in Thread: TDA2

Tool/software: TI C/C++ Compiler

Hello

We are currently using the TDA2 SDK version number 03_07_00_00 (downloaded from TI PROCESSOR_SDK_RADAR_03_07_00_00.exe).

I have followed the steps mentioned in the VisionSDK_UserGuide_TDA2xx.pdf section 2 (system requirements). My compilation works on windows environment.

After doing the above step I try to compile the project tda2xx_cascade_bios_radar by using the following steps (i put this in one batch file)

1) Go to the folder C:\PROCESSOR_SDK_RADAR_03_07_00_00\vision_sdk\build

2) Make a batch file compile.bat with following lines

set PATH=C:\PROCESSOR_SDK_RADAR_03_07_00_00\ti_components\os_tools\windows\xdctools_3_32_01_22_core;%PATH%
set MAKEAPPNAME=apps
set MAKECONFIG=tda2xx_cascade_bios_radar


gmake -s -j8 depend >proto.txt
gmake -s -j8

After about half an hour later i get following warning message on my console

which i guess is not important and can be ignored for TDA2 Radar SDK compilation

"C:/PROCESSOR_SDK_RADAR_03_07_00_00/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ipc_PATH does not exist! () "

The console logs detailing what is the error i am facing

"

C:\PROCESSOR_SDK_RADAR_03_07_00_00\vision_sdk\build>Compile.bat

C:\PROCESSOR_SDK_RADAR_03_07_00_00\vision_sdk\build>set PATH=C:\PROCESSOR_SDK_RADAR_03_07_00_00\ti_components\os_tools\windows\xdctools_3_32_01_22_core;C:\PROCESSOR_SDK_RADAR_03_07_00_00\ti_components\os_tools\windows\xdctools_3_32_01_22_core;C:\PROCESSOR_SDK_RADAR_03_07_00_00\ti_components\os_tools\windows\xdctools_3_32_01_22_core;C:\PROCESSOR_SDK_RADAR_03_07_00_00\ti_components\os_tools\windows\xdctools_3_32_01_22_core;C:\PROCESSOR_SDK_RADAR_03_07_00_00\ti_components\os_tools\windows\xdctools_3_32_01_22_core;C:\PROCESSOR_SDK_RADAR_03_07_00_00\ti_components\os_tools\windows\xdctools_3_32_01_22_core;C:\Anaconda2;C:\Anaconda2\Library\mingw-w64\bin;C:\Anaconda2\Library\usr\bin;C:\Anaconda2\Library\bin;C:\Anaconda2\Scripts;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Gemalto\Access Client\v5\;C:\Program Files (x86)\Gemalto\Access Client\v5\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Sennheiser\SoftphoneSDK\;C:\Program Files\MATLAB\R2018a\bin;C:\Program Files\Git\cmd;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Program Files\TortoiseGit\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\dotnet\;C:\PROCESSOR_SDK_RADAR_03_07_00_00\ti_components\cg_tools\windows\gcc-arm-none-eabi-4_9-2015q3\bin;C:\Users\djoshi\AppData\Local\Microsoft\WindowsApps;C:\Users\djoshi\AppData\Local\Programs\Microsoft VS Code\bin;D:\Todo Backup\bin\x64\

C:\PROCESSOR_SDK_RADAR_03_07_00_00\vision_sdk\build>set MAKEAPPNAME=apps

C:\PROCESSOR_SDK_RADAR_03_07_00_00\vision_sdk\build>set MAKECONFIG=tda2xx_cascade_bios_radar

C:\PROCESSOR_SDK_RADAR_03_07_00_00\vision_sdk\build>gmake -s -j8 depend 1>proto.txt
C:/PROCESSOR_SDK_RADAR_03_07_00_00/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ipc_PATH does not exist! ()
C:/PROCESSOR_SDK_RADAR_03_07_00_00/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ipc_PATH does not exist! ()
/cygdrive/c/PROCESSOR_SDK_RADAR_03_07_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/mkdir: cannot create directory `C:/PROCESSOR_SDK_RADAR_03_07_00_00/vision_sdk/links_fw/include/config': File exists
/cygdrive/c/PROCESSOR_SDK_RADAR_03_07_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/mkdir: cannot create directory `C:/PROCESSOR_SDK_RADAR_03_07_00_00/vision_sdk/links_fw/include/config/apps': File exists
/cygdrive/c/PROCESSOR_SDK_RADAR_03_07_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/mkdir: cannot create directory `C:/PROCESSOR_SDK_RADAR_03_07_00_00/vision_sdk/links_fw/include/config/apps/tda2xx_cascade_bios_radar': File exists
C:/PROCESSOR_SDK_RADAR_03_07_00_00/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ipc_PATH does not exist! ()
C:/PROCESSOR_SDK_RADAR_03_07_00_00/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ipc_PATH does not exist! ()
C:/PROCESSOR_SDK_RADAR_03_07_00_00/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ipc_PATH does not exist! ()
C:/PROCESSOR_SDK_RADAR_03_07_00_00/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ipc_PATH does not exist! ()
C:/PROCESSOR_SDK_RADAR_03_07_00_00/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ipc_PATH does not exist! ()
C:/PROCESSOR_SDK_RADAR_03_07_00_00/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ipc_PATH does not exist! ()
C:/PROCESSOR_SDK_RADAR_03_07_00_00/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ipc_PATH does not exist! ()
MAKEFILE.MK:33: warning: overriding commands for target `apps'
MAKEFILE.MK:33: warning: ignoring old commands for target `apps'
MAKEFILE.MK:56: warning: overriding commands for target `apps_eve1'
MAKEFILE.MK:56: warning: ignoring old commands for target `apps_eve1'
MAKEFILE.MK:67: warning: overriding commands for target `apps_eve2'
MAKEFILE.MK:67: warning: ignoring old commands for target `apps_eve2'
MAKEFILE.MK:78: warning: overriding commands for target `apps_eve3'
MAKEFILE.MK:78: warning: ignoring old commands for target `apps_eve3'
MAKEFILE.MK:89: warning: overriding commands for target `apps_eve4'
MAKEFILE.MK:89: warning: ignoring old commands for target `apps_eve4'
MAKEFILE.MK:105: warning: overriding commands for target `apps_ipu1_1'
MAKEFILE.MK:105: warning: ignoring old commands for target `apps_ipu1_1'
MAKEFILE.MK:116: warning: overriding commands for target `apps_dsp1'
MAKEFILE.MK:116: warning: ignoring old commands for target `apps_dsp1'
MAKEFILE.MK:151: warning: overriding commands for target `apps_ipu1_0'
MAKEFILE.MK:151: warning: ignoring old commands for target `apps_ipu1_0'
MAKEFILE.MK:168: warning: overriding commands for target `libs'
MAKEFILE.MK:168: warning: ignoring old commands for target `libs'
MAKEFILE.MK:171: warning: overriding commands for target `clean_files'
MAKEFILE.MK:171: warning: ignoring old commands for target `clean_files'
MAKEFILE.MK:184: warning: overriding commands for target `clean'
MAKEFILE.MK:184: warning: ignoring old commands for target `clean'
MAKEFILE.MK:267: warning: overriding commands for target `depend'
MAKEFILE.MK:267: warning: ignoring old commands for target `depend'
MAKEFILE.MK:274: warning: overriding commands for target `header'
MAKEFILE.MK:274: warning: ignoring old commands for target `header'
MAKEFILE.MK:279: warning: overriding commands for target `footer'
MAKEFILE.MK:279: warning: ignoring old commands for target `footer'
MAKEFILE.MK:285: warning: overriding commands for target `all'
MAKEFILE.MK:285: warning: ignoring old commands for target `all'
MAKEFILE.MK:33: warning: overriding commands for target `apps'
MAKEFILE.MK:33: warning: ignoring old commands for target `apps'
MAKEFILE.MK:56: warning: overriding commands for target `apps_eve1'
MAKEFILE.MK:56: warning: ignoring old commands for target `apps_eve1'
MAKEFILE.MK:67: warning: overriding commands for target `apps_eve2'
MAKEFILE.MK:67: warning: ignoring old commands for target `apps_eve2'
MAKEFILE.MK:78: warning: overriding commands for target `apps_eve3'
MAKEFILE.MK:78: warning: ignoring old commands for target `apps_eve3'
MAKEFILE.MK:89: warning: overriding commands for target `apps_eve4'
MAKEFILE.MK:89: warning: ignoring old commands for target `apps_eve4'
MAKEFILE.MK:105: warning: overriding commands for target `apps_ipu1_1'
MAKEFILE.MK:105: warning: ignoring old commands for target `apps_ipu1_1'
MAKEFILE.MK:116: warning: overriding commands for target `apps_dsp1'
MAKEFILE.MK:116: warning: ignoring old commands for target `apps_dsp1'
MAKEFILE.MK:151: warning: overriding commands for target `apps_ipu1_0'
MAKEFILE.MK:151: warning: ignoring old commands for target `apps_ipu1_0'
MAKEFILE.MK:168: warning: overriding commands for target `libs'
MAKEFILE.MK:168: warning: ignoring old commands for target `libs'
MAKEFILE.MK:171: warning: overriding commands for target `clean_files'
MAKEFILE.MK:171: warning: ignoring old commands for target `clean_files'
MAKEFILE.MK:184: warning: overriding commands for target `clean'
MAKEFILE.MK:184: warning: ignoring old commands for target `clean'
MAKEFILE.MK:267: warning: overriding commands for target `depend'
MAKEFILE.MK:267: warning: ignoring old commands for target `depend'
MAKEFILE.MK:274: warning: overriding commands for target `header'
MAKEFILE.MK:274: warning: ignoring old commands for target `header'
MAKEFILE.MK:279: warning: overriding commands for target `footer'
MAKEFILE.MK:279: warning: ignoring old commands for target `footer'
MAKEFILE.MK:285: warning: overriding commands for target `all'
MAKEFILE.MK:285: warning: ignoring old commands for target `all'
MAKEFILE.MK:33: warning: overriding commands for target `apps'
MAKEFILE.MK:33: warning: ignoring old commands for target `apps'
MAKEFILE.MK:56: warning: overriding commands for target `apps_eve1'
MAKEFILE.MK:56: warning: ignoring old commands for target `apps_eve1'
MAKEFILE.MK:67: warning: overriding commands for target `apps_eve2'
MAKEFILE.MK:67: warning: ignoring old commands for target `apps_eve2'
MAKEFILE.MK:78: warning: overriding commands for target `apps_eve3'
MAKEFILE.MK:78: warning: ignoring old commands for target `apps_eve3'
MAKEFILE.MK:89: warning: overriding commands for target `apps_eve4'
MAKEFILE.MK:89: warning: ignoring old commands for target `apps_eve4'
MAKEFILE.MK:105: warning: overriding commands for target `apps_ipu1_1'
MAKEFILE.MK:105: warning: ignoring old commands for target `apps_ipu1_1'
MAKEFILE.MK:116: warning: overriding commands for target `apps_dsp1'
MAKEFILE.MK:116: warning: ignoring old commands for target `apps_dsp1'
MAKEFILE.MK:151: warning: overriding commands for target `apps_ipu1_0'
MAKEFILE.MK:151: warning: ignoring old commands for target `apps_ipu1_0'
MAKEFILE.MK:168: warning: overriding commands for target `libs'
MAKEFILE.MK:168: warning: ignoring old commands for target `libs'
MAKEFILE.MK:171: warning: overriding commands for target `clean_files'
MAKEFILE.MK:171: warning: ignoring old commands for target `clean_files'
MAKEFILE.MK:184: warning: overriding commands for target `clean'
MAKEFILE.MK:184: warning: ignoring old commands for target `clean'
MAKEFILE.MK:267: warning: overriding commands for target `depend'
MAKEFILE.MK:267: warning: ignoring old commands for target `depend'
MAKEFILE.MK:274: warning: overriding commands for target `header'
MAKEFILE.MK:274: warning: ignoring old commands for target `header'
MAKEFILE.MK:279: warning: overriding commands for target `footer'
MAKEFILE.MK:279: warning: ignoring old commands for target `footer'
MAKEFILE.MK:285: warning: overriding commands for target `all'
MAKEFILE.MK:285: warning: ignoring old commands for target `all'
MAKEFILE.MK:33: warning: overriding commands for target `apps'
MAKEFILE.MK:33: warning: ignoring old commands for target `apps'
MAKEFILE.MK:56: warning: overriding commands for target `apps_eve1'
MAKEFILE.MK:56: warning: ignoring old commands for target `apps_eve1'
MAKEFILE.MK:67: warning: overriding commands for target `apps_eve2'
MAKEFILE.MK:67: warning: ignoring old commands for target `apps_eve2'
MAKEFILE.MK:78: warning: overriding commands for target `apps_eve3'
MAKEFILE.MK:78: warning: ignoring old commands for target `apps_eve3'
MAKEFILE.MK:89: warning: overriding commands for target `apps_eve4'
MAKEFILE.MK:89: warning: ignoring old commands for target `apps_eve4'
MAKEFILE.MK:105: warning: overriding commands for target `apps_ipu1_1'
MAKEFILE.MK:105: warning: ignoring old commands for target `apps_ipu1_1'
MAKEFILE.MK:116: warning: overriding commands for target `apps_dsp1'
MAKEFILE.MK:116: warning: ignoring old commands for target `apps_dsp1'
MAKEFILE.MK:151: warning: overriding commands for target `apps_ipu1_0'
MAKEFILE.MK:151: warning: ignoring old commands for target `apps_ipu1_0'
MAKEFILE.MK:168: warning: overriding commands for target `libs'
MAKEFILE.MK:168: warning: ignoring old commands for target `libs'
MAKEFILE.MK:171: warning: overriding commands for target `clean_files'
MAKEFILE.MK:171: warning: ignoring old commands for target `clean_files'
MAKEFILE.MK:184: warning: overriding commands for target `clean'
MAKEFILE.MK:184: warning: ignoring old commands for target `clean'
MAKEFILE.MK:267: warning: overriding commands for target `depend'
MAKEFILE.MK:267: warning: ignoring old commands for target `depend'
MAKEFILE.MK:274: warning: overriding commands for target `header'
MAKEFILE.MK:274: warning: ignoring old commands for target `header'
MAKEFILE.MK:279: warning: overriding commands for target `footer'
MAKEFILE.MK:279: warning: ignoring old commands for target `footer'
MAKEFILE.MK:285: warning: overriding commands for target `all'
MAKEFILE.MK:285: warning: ignoring old commands for target `all'
MAKEFILE.MK:33: warning: overriding commands for target `apps'
MAKEFILE.MK:33: warning: ignoring old commands for target `apps'
MAKEFILE.MK:56: warning: overriding commands for target `apps_eve1'
MAKEFILE.MK:56: warning: ignoring old commands for target `apps_eve1'
MAKEFILE.MK:67: warning: overriding commands for target `apps_eve2'
MAKEFILE.MK:67: warning: ignoring old commands for target `apps_eve2'
MAKEFILE.MK:78: warning: overriding commands for target `apps_eve3'
MAKEFILE.MK:78: warning: ignoring old commands for target `apps_eve3'
MAKEFILE.MK:89: warning: overriding commands for target `apps_eve4'
MAKEFILE.MK:89: warning: ignoring old commands for target `apps_eve4'
MAKEFILE.MK:105: warning: overriding commands for target `apps_ipu1_1'
MAKEFILE.MK:105: warning: ignoring old commands for target `apps_ipu1_1'
MAKEFILE.MK:116: warning: overriding commands for target `apps_dsp1'
MAKEFILE.MK:116: warning: ignoring old commands for target `apps_dsp1'
MAKEFILE.MK:151: warning: overriding commands for target `apps_ipu1_0'
MAKEFILE.MK:151: warning: ignoring old commands for target `apps_ipu1_0'
MAKEFILE.MK:168: warning: overriding commands for target `libs'
MAKEFILE.MK:168: warning: ignoring old commands for target `libs'
MAKEFILE.MK:171: warning: overriding commands for target `clean_files'
MAKEFILE.MK:171: warning: ignoring old commands for target `clean_files'
MAKEFILE.MK:184: warning: overriding commands for target `clean'
MAKEFILE.MK:184: warning: ignoring old commands for target `clean'
MAKEFILE.MK:267: warning: overriding commands for target `depend'
MAKEFILE.MK:267: warning: ignoring old commands for target `depend'
MAKEFILE.MK:274: warning: overriding commands for target `header'
MAKEFILE.MK:274: warning: ignoring old commands for target `header'
MAKEFILE.MK:279: warning: overriding commands for target `footer'
MAKEFILE.MK:279: warning: ignoring old commands for target `footer'
MAKEFILE.MK:285: warning: overriding commands for target `all'
MAKEFILE.MK:285: warning: ignoring old commands for target `all'
MAKEFILE.MK:33: warning: overriding commands for target `apps'
MAKEFILE.MK:33: warning: ignoring old commands for target `apps'
MAKEFILE.MK:56: warning: overriding commands for target `apps_eve1'
MAKEFILE.MK:56: warning: ignoring old commands for target `apps_eve1'
MAKEFILE.MK:67: warning: overriding commands for target `apps_eve2'
MAKEFILE.MK:67: warning: ignoring old commands for target `apps_eve2'
MAKEFILE.MK:78: warning: overriding commands for target `apps_eve3'
MAKEFILE.MK:78: warning: ignoring old commands for target `apps_eve3'
MAKEFILE.MK:89: warning: overriding commands for target `apps_eve4'
MAKEFILE.MK:89: warning: ignoring old commands for target `apps_eve4'
MAKEFILE.MK:105: warning: overriding commands for target `apps_ipu1_1'
MAKEFILE.MK:105: warning: ignoring old commands for target `apps_ipu1_1'
MAKEFILE.MK:116: warning: overriding commands for target `apps_dsp1'
MAKEFILE.MK:116: warning: ignoring old commands for target `apps_dsp1'
MAKEFILE.MK:151: warning: overriding commands for target `apps_ipu1_0'
MAKEFILE.MK:151: warning: ignoring old commands for target `apps_ipu1_0'
MAKEFILE.MK:168: warning: overriding commands for target `libs'
MAKEFILE.MK:168: warning: ignoring old commands for target `libs'
MAKEFILE.MK:171: warning: overriding commands for target `clean_files'
MAKEFILE.MK:171: warning: ignoring old commands for target `clean_files'
MAKEFILE.MK:184: warning: overriding commands for target `clean'
MAKEFILE.MK:184: warning: ignoring old commands for target `clean'
MAKEFILE.MK:267: warning: overriding commands for target `depend'
MAKEFILE.MK:267: warning: ignoring old commands for target `depend'
MAKEFILE.MK:274: warning: overriding commands for target `header'
MAKEFILE.MK:274: warning: ignoring old commands for target `header'
MAKEFILE.MK:279: warning: overriding commands for target `footer'
MAKEFILE.MK:279: warning: ignoring old commands for target `footer'
MAKEFILE.MK:285: warning: overriding commands for target `all'
MAKEFILE.MK:285: warning: ignoring old commands for target `all'
gmake[3]: *** No rule to make target `;'. Stop.
gmake[2]: *** [depend] Error 2
gmake[1]: *** [links_fw_depend] Error 2
gmake: *** [depend] Error 2

C:\PROCESSOR_SDK_RADAR_03_07_00_00\vision_sdk\build>gmake -s -j8
C:/PROCESSOR_SDK_RADAR_03_07_00_00/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ipc_PATH does not exist! ()
gmake[5]: *** No rule to make target `;'. Stop.
gmake[4]: *** [links_common_algorithm] Error 2
gmake[3]: *** [libs] Error 2
gmake[2]: *** [links_fw_libs] Error 2
gmake[1]: *** [apps] Error 2
gmake: *** [vision_sdk] Error 2

"

Also Attached is the logs of Proto.txt( Generated in this step (gmake -s -j8 depend >proto.txt) 

Is it possibel can someone tell me whats happening here. I tried this step on various windows machine and everywhere i struck up in this step.

Br

Deepak Joshi

Proto.txt

proto.txt

  • Hello Rishabh,

    Sorry the post in the https://e2e.ti.com/support/processors/f/791/p/688731/2540435 is too long and i couldn't follow what was the solution sorry for that.

    Can you please tell me how the issue was resolved.

    But based on other post i say i can ignore the "ipc_PATH does not exist" as its for Vision and not for Radar SDK compilation.

  • Hi,

    Can you run "where gmake" and confirm it is pointing to gmake available under xdc path.

    Regards,

    Rishabh

  • Hello Rishabh,

    Thanks for reply.

    C:\PROCESSOR_SDK_RADAR_03_07_00_00\vision_sdk\build>where gmake
    C:\PROCESSOR_SDK_RADAR_03_07_00_00\ti_components\os_tools\windows\xdctools_3_32_01_22_core\gmake.exe
    C:\Strawberry\c\bin\gmake.exe

    I have gmake in TI Xcdtools and also another one in Strawberry as i use Perl for some other compilation.

    Br

    Deepak Joshi

  • Hi Deepak,

    Can you invoke the build with XDC gmake explicitly and see if it works for you.

    You should make sure that you are doing a clean build (Use rm -rf binaries).

    Regards,

    Rishabh

  • Hello Rishabh,

    Based on yours suggestion i removed the other compiler

    Now where gmake gives following output 

    "

    C:\PROCESSOR_SDK_RADAR_03_07_00_00\vision_sdk\build>where gmake
    C:\PROCESSOR_SDK_RADAR_03_07_00_00\ti_components\os_tools\windows\xdctools_3_32_01_22_core\gmake.exe"


    I did clean and rebuild the whole thing and still get struck in same issue like my earlier attempts

    "MAKEFILE.MK:285: warning: ignoring old commands for target `all'

    gmake[3]: *** No rule to make target `;'. Stop.
    gmake[2]: *** [depend] Error 2
    gmake[1]: *** [links_fw_depend] Error 2
    gmake: *** [depend] Error 2

    C:\PROCESSOR_SDK_RADAR_03_07_00_00\vision_sdk\build>gmake -s -j8
    C:/PROCESSOR_SDK_RADAR_03_07_00_00/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ipc_PATH does not exist! ()
    gmake[5]: *** No rule to make target `;'. Stop.
    gmake[4]: *** [links_common_algorithm] Error 2
    gmake[3]: *** [libs] Error 2
    gmake[2]: *** [links_fw_libs] Error 2
    gmake[1]: *** [apps] Error 2
    gmake: *** [vision_sdk] Error 2

    "

    Even previous log file is exactly same.

  • Hi Deepak,

    It looks like ROOTDIR is not being set properly. Can you check the approved answer from other thread:

    ROOTDIR is exported from "autorules_footer_cfg.mk" file & is pointing to vision_sdk installation path

    vision_sdk/apps/configs/autorules_footer_cfg.mk:ROOTDIR := $(vision_sdk_PATH)

    vision_sdk/apps/configs/autorules_footer_cfg.mk:export ROOTDIR

    Regards,

    Rishabh

  • Hi Rishabh,

    Sorry Please help me understanding the resolved answer as i couldn't figure out what to do. So as you and the solution say its not able to find ROOTDIR path, I did following changes in autorules_footer_cfg.mk i added in line no 47

    vision_sdk_PATH=C:\PROCESSOR_SDK_RADAR_03_07_00_00\vision_sdk    ####my changes

    ROOTDIR := $(vision_sdk_PATH)

    Is this we have to do?

    this is first time we are compiling the SDK and everyone in my office are struck up in this step and somehow we couldn't understand what we need to do as we have done exactly what user guide says.

    Can you be tell us what exactly we need to do ?

    Br

    Deepak Joshi

  • Hi Deepak,

    We generally build on Linux machines and have not faced this issue.

    We use Git Bash to verify the Windows build and the build works fine there.

    I am not completely sure what is going wrong in your environment.

    Looking at the error I think ROOTDIR is not getting set correctly.

    Can you try building using Git Bash.

    Regards,

    Rishabh

  • Hello Rishabh,

    Thanks for yours help.

    So as you suggested i did compile using Git Bash and now i have the binaries.

    Br

    Deepak Joshi

  • Hi Deepak,

    Glad to know that issue is resolved.

    Looks like the root cause is export ROOTDIR not working via command prompt.

    Regards,

    Rishabh