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: Apps build for Cascade Linux Radar TDA2xx

Part Number: AWR2243

I have downloaded the latest SDK Cascade Radar 03080000 and I have noticed a few things, I am unable to build it to support the TDA2XX DSP board that is connected to the AWR2243.  I am simply just trying to rebuild the apps.out file, the standard simple data collection application that comes standard with the boards when one buys these products. I am having a very difficult time navigating documents and it appears that there is some issues specifically with this combination of hardware and given the Cascade Radar SDK available.

I did find a link that looked promising [e2e.ti.com/.../faq-mmwcas-rf-evm-cascade-board-related-queries] but I am unable to decipher it, I have taken a look in the latest Radar SDK 03080000 and when I checked the contents of the working apps.out (that is provided with the product when we bought the hardware), I have noticed there were files missing that were used to create the original apps.out application.

I also noticed the build is only for Windows, is there a way to port it to Linux and build it there?

Specifically here are the files that were used to create the apps.out and I was wondering if they got left out as I am hoping to build the Cascade Radar SW application (apps.out), I removed as many of the default linux files like init.c and others, but there may be a few other common files in here, although I did not find them in my search (which included the arm gcc library that one has to place into the directory structure).  I am assuming I would need these files to rebuild the apps.out exectuable since the one that works was built with these files.

FileLIst:

chains_main.c - FOUND
chains_main_linux_multi_cam.c - MISSING
chains_main_linux_opencompute.c - MISSING
chains_main_linux_radar.c - MISSING
chains_main_linux_settings_vision.c - MISSING
chains_main_linux_single_cam.c - MISSING
network_ctrl_linux_tsk.c - FOUND
chains_common_osal.c - FOUND
chains_cascadeRadarCapture.c - FOUND
chains_cascadeRadarCapture_priv.c - FOUND
chains_cascadeRadarDataCollect.c - MISSING
chains_cascadeRadarDataCollect_priv.c - MISSING
chains_cascadeRadarMultiDataCollect.c - MISSING
chains_cascadeRadarMultiDataCollect_priv.c - MISSING
dataCollectLink_tsk.cpp - MISSING
diskBucketMgr.cpp - MISSING
network_radar_rx.c - MISSING
network_radar_tx.c - MISSING
chains_common.c - FOUND
chains_common_radar.c - FOUND
network_ctrl_handle_echo.c - FOUND
network_ctrl_handle_mem_rd.c - FOUND
bucket.cpp - MISSING
diskBucket.cpp - MISSING
network_radar_common.c - MISSING
chains_cascadeRadarDataCollectRadarStudio.c - MISSING
chains_cascadeRadarDataCollectRadarStudio_priv.c - MISSING
system_common.c - FOUND
system_ipc.c - FOUND
system_ipc_msgq.c - FOUND
system_linkApi.c - FOUND
system_linkApi_local.c - FOUND
system_rpmsg_notify.c - MISSING
system_openvx.c - MISSING
MultiProc.c - MISSING
MultiProcCfg_dra7xx.c - MISSING
gateLink_tsk.c - FOUND
gateLink_tsk_create_single_mbx.c - FOUND
ipcOutLink_tsk.c - FOUND
ipcOutLink_drv.c - FOUND
nullLink_tsk.c - FOUND
network_api.c - FOUND
ipcInLink_tsk.c - FOUND
ipcInLink_drv.c - FOUND
dupLink_tsk.c - FOUND
dupLink_tsk_create_single_mbx.c - FOUND
mergeLink_tsk.c - FOUND
mergeLink_tsk_create_single_mbx.c - FOUND
selectLink_tsk.c - FOUND
selectLink_tsk_create_single_mbx.c - FOUND
algorithmLink_tsk.c - FOUND
algorithmLink_tsk_create_single_mbx.c - FOUND
algorithmLink_algPluginSupport.c - FOUND
algorithmLink_cfg.c - FOUND
syncLink_tsk.c - FOUND
nullSrcLink_tsk.c - FOUND
dispDistSrcLink_tsk.c - MISSING
sgxFrmcpyLink_tsk.c - MISSING
sgxFrmcpyLink_drv.c - MISSING
sgxRender1x1.c - MISSING
sgxRender2x2.c - MISSING
sgxRender2x4.c - MISSING
sgxRender3x3.c - MISSING
sgxRenderKmsCube.c - MISSING
esTransform.c - MISSING
osa.c - FOUND
osa_buf.c - MISSING
osa_cache.c - MISSING
osa_file.c - FOUND
osa_global_time.c - MISSING
osa_ipc_que.c - MISSING
osa_mbx.c - MISSING
osa_mem.c - MISSING
osa_msgq.c - MISSING
osa_mutex.c - MISSING
osa_prf.c - MISSING
osa_que.c - MISSING
osa_remote_log_client.c - MISSING
osa_remote_log_server.c - MISSING
osa_sem.c - MISSING
osa_thr.c - MISSING
osa_timer.c - MISSING
osa_tsk.c - MISSING
system_gl_egl_utils.c - MISSING
system_pvrscope_if.c - MISSING

Thank you,

William