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.

AWR2243: AWR2243 Cascade Radar Apps Build

Part Number: AWR2243

I have downloaded PROCESSOR_SDK_RADAR_03_08_00_00_setuplinux.bin and have followed the "Vision SDK TDA2xx (v03.08.00) User Guide" in order to build the tda2xx_cascade_linux_radar.  I got to section 3.3 where my build fails, specifically step 5.

I issued the gmake -s -j depend and that completed, but when I issued the gmake -s -j command, I got the following error:

Makefile:67: /home/wcram/ti/PROCESSOR_SDK_RADAR_03_08_00_00/vision_sdk/apps/src/rtos/modules/lz4CompDecomp/SRC_FILES.MK: No such file or directory
make[4]: *** No rule to make target '/home/wcram/ti/PROCESSOR_SDK_RADAR_03_08_00_00/vision_sdk/apps/src/rtos/modules/lz4CompDecomp/SRC_FILES.MK'. Stop.
make[3]: *** [MAKEFILE.MK:19: libs] Error 2
make[2]: *** [Makefile:204: app_alg_plugins] Error 2
make[1]: *** [Makefile:39: apps] Error 2
gmake: *** [vision_sdk] Error 2

I have also tried this using PROCESSOR_SDK_RADAR_03_08_00_00_setupwin.exe on Windows and got the following error (setting target to tda2xx_cascade_linux_radar):

c:\ti\PROCESSOR_SDK_RADAR_03_08_00_00\vision_sdk\build>gmake -s -j2 depend
c:/ti/PROCESSOR_SDK_RADAR_03_08_00_00/vision_sdk/apps/configs/cfg.mk:256: c:/ti/PROCESSOR_SDK_RADAR_03_08_00_00/vision_sdk/apps/src/hlos/adas/src/usecases/cascade_radar_capture_linux_only/cfg.mk: No such file or directory
c:/ti/PROCESSOR_SDK_RADAR_03_08_00_00/vision_sdk/apps/configs/cfg.mk:256: c:/ti/PROCESSOR_SDK_RADAR_03_08_00_00/vision_sdk/apps/src/hlos/adas/src/usecases/cascade_radar_datacollect/cfg.mk: No such file or directory
c:/ti/PROCESSOR_SDK_RADAR_03_08_00_00/vision_sdk/apps/configs/cfg.mk:256: c:/ti/PROCESSOR_SDK_RADAR_03_08_00_00/vision_sdk/apps/src/hlos/adas/src/usecases/cascade_radar_multi_datacollect/cfg.mk: No such file or directory
gmake: *** No rule to make target `c:/ti/PROCESSOR_SDK_RADAR_03_08_00_00/vision_sdk/apps/src/hlos/adas/src/usecases/cascade_radar_multi_datacollect/cfg.mk'. Stop.

I was hoping you could point out what I may have missed.  Thank you,