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.

TMS320DM368: IPNC RDK 5.1 Compilation error

Part Number: TMS320DM368

Hello all,

             We are using IPNC RDK 5.1 and compiled it using the command : make sysall. We've run into the following errors as shown below. Any suggestions?

Executing make install in subdirectory src...
make[9]: Entering directory `/home/user/yourapp/IPNC_RDK_DM36x_V5.1.0/Source/ipnc_rdk/ipnc_app/sys_server/src'
install -d /home/user/yourapp/IPNC_RDK_DM36x_V5.1.0/Source/ipnc_rdk/../ipnc_rdk/target/filesys_dm368/opt/ipnc
install release/system_server /home/user/yourapp/IPNC_RDK_DM36x_V5.1.0/Source/ipnc_rdk/../ipnc_rdk/target/filesys_dm368/opt/ipnc
ln -sf /tmp/localtime /home/user/yourapp/IPNC_RDK_DM36x_V5.1.0/Source/ipnc_rdk/../ipnc_rdk/target/filesys_dm368/usr/share/info/localtime
ln: creating symbolic link `/home/user/yourapp/IPNC_RDK_DM36x_V5.1.0/Source/ipnc_rdk/../ipnc_rdk/target/filesys_dm368/usr/share/info/localtime': No such file or directory
make[9]: *** [install] Error 1
make[9]: Leaving directory `/home/user/yourapp/IPNC_RDK_DM36x_V5.1.0/Source/ipnc_rdk/ipnc_app/sys_server/src'
make[8]: *** [src.install] Error 2
make[8]: Leaving directory `/home/user/yourapp/IPNC_RDK_DM36x_V5.1.0/Source/ipnc_rdk/ipnc_app/sys_server'
make[7]: *** [sys_server.install] Error 2
make[7]: Leaving directory `/home/user/yourapp/IPNC_RDK_DM36x_V5.1.0/Source/ipnc_rdk/ipnc_app'
make[6]: *** [libs] Error 2
make[6]: Leaving directory `/home/user/yourapp/IPNC_RDK_DM36x_V5.1.0/Source/ipnc_rdk/av_capture/application/ipnc'
make[5]: *** [install] Error 2
make[5]: Leaving directory `/home/user/yourapp/IPNC_RDK_DM36x_V5.1.0/Source/ipnc_rdk/av_capture/application/ipnc'
make[4]: *** [libs] Error 2
make[4]: Leaving directory `/home/user/yourapp/IPNC_RDK_DM36x_V5.1.0/Source/ipnc_rdk'
make[3]: *** [install] Error 2
make[3]: Leaving directory `/home/user/yourapp/IPNC_RDK_DM36x_V5.1.0/Source/ipnc_rdk'
make[2]: *** [app] Error 2
make[2]: Leaving directory `/home/user/yourapp/IPNC_RDK_DM36x_V5.1.0/Source/ipnc_rdk'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/user/yourapp/IPNC_RDK_DM36x_V5.1.0/Source/ipnc_rdk'
make: *** [sysall] Error 2

Thank you,