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.

Linux: undefined reference to `NetworkCtrl_Init' and `NetworkCtrl_deInit'

Tool/software: Linux

Hi

I am using VSDK version  03_01_00_00 and following the build instruction from "VisionSDK_Linux_UserGuide.pdf". For building the target  "linux+bios" on  SOC TDA2XX

updated Rules.make file with the following  changes to build for sample_app.

-MAKEAPPNAME?=sample_app

-MAKECONFIG?=tda2xx_evm_linux_all

i see below error,

$HOME/INSTALL_DIR/vision_sdk/binaries/sample_app/tda2xx_evm_linux_all/lib/tda2xx-evm/a15_0/release/system.a(system_common.o): In function `System_init':
system_common.c:(.text+0x198): undefined reference to `NetworkCtrl_init'
$HOME/INSTALL_DIR/vision_sdk/binaries/sample_app/tda2xx_evm_linux_all/lib/tda2xx-evm/a15_0/release/system.a(system_common.o): In function `System_deInit':
system_common.c:(.text+0x294): undefined reference to `NetworkCtrl_deInit'
collect2: error: ld returned 1 exit status
make[5]: *** [exe] Error 1
make[4]: *** [apps] Error 2
make[3]: *** [sample_apps_exe_hlos] Error 2
make[2]: *** [sample_app_hlos] Error 2
make[1]: *** [sample_app] Error 2
make: *** [vision_sdk] Error 2

Need help for the same.

Thanks,

Mohammed