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.

make proxy...error



Hello,

Hope you are having a good day.  I did download the latest 5.01.00.77 SDK. but it does not have the HDVPSS folder I am most interested in playing with.  So I am playing with the ti-ezsdk_dm816x-evm_5_00_00_11.  I am using the env variable SYSROOT which is set to use syslink_02_00_00_68_beta1.  I navigate to ti-ezsdk_dm816x-evm_5_00_00_11/hdvpss_01_00_01_26/ and configure the Rules.make file.  I then had to place a bunch of variables into /etc/environment and reboot.  But eventually, things do build.  So when I type "make all" and after a while of compiling, I get this error.  A quicker way to get this same error is by typing "make proxy".

 

make -C /usr/local/src/dm8168/ti-ezsdk_dm816x-evm_5_00_00_11/hdvpss_01_00_01_26/packages/ti/psp/examples/common/proxyServer/hostProxyServerVpsM3/ti816x xdc_configuro
make[1]: Entering directory `/usr/local/src/dm8168/ti-ezsdk_dm816x-evm_5_00_00_11/hdvpss_01_00_01_26/packages/ti/psp/examples/common/proxyServer/hostProxyServerVpsM3/ti816x'
# Invoking configuro...
/usr/local/src/dm8168/ccsv5/xdctools_3_20_08_88/bin/echo a+x /usr/local/src/dm8168/ti-ezsdk_dm816x-evm_5_00_00_11/hdvpss_01_00_01_26/build/maketemp_configuro_cmd_m3vpss.bat
a+x /usr/local/src/dm8168/ti-ezsdk_dm816x-evm_5_00_00_11/hdvpss_01_00_01_26/build/maketemp_configuro_cmd_m3vpss.bat
/usr/local/src/dm8168/ti-ezsdk_dm816x-evm_5_00_00_11/hdvpss_01_00_01_26/build/maketemp_configuro_cmd_m3vpss.bat
making package.mak (because of package.bld) ...
generating interfaces for package ti816x_hdvpss_configuro (because package/package.xdc.inc is older than package.xdc) ...
configuring proxyServerHost_ti816x.pem3 from package/cfg/proxyServerHost_ti816x_pem3.cfg ...
js: "/usr/local/src/dm8168/ti-ezsdk_dm816x-evm_5_01_00_77/syslink_02_00_00_68_beta1/ti/syslink/ipc/rtos/package.xs", line 96: Error: Library not found: ti.syslink.ipc.rtos.anull
gmake: *** [package/cfg/proxyServerHost_ti816x_pem3.xdl] Error 1
gmake: *** Deleting file `package/cfg/proxyServerHost_ti816x_pem3.xdl'
gmake: *** [package/cfg/proxyServerHost_ti816x_pem3.xdl] Deleting file `package/cfg/proxyServerHost_ti816x_pem3.h'
gmake: *** [package/cfg/proxyServerHost_ti816x_pem3.xdl] Deleting file `package/cfg/proxyServerHost_ti816x_pem3.c'
js: "/usr/local/src/dm8168/ccsv5/xdctools_3_20_08_88/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
make[1]: *** [xdc_configuro] Error 1
make[1]: Leaving directory `/usr/local/src/dm8168/ti-ezsdk_dm816x-evm_5_00_00_11/hdvpss_01_00_01_26/packages/ti/psp/examples/common/proxyServer/hostProxyServerVpsM3/ti816x'
make: *** [proxy] Error 2
pete@ubuntu:/usr/local/src/dm8168/ti-ezsdk_dm816x-evm_5_00_00_11/hdvpss_01_00_01_26$

I read on a few pages that COFF can be one reason to get this error.  I found that in the build_config.mk file, the variable FORMAT = ELF is one of the first lines.

Thanks for your time.

Cheers,
Pete

  • Dear all, 

    Have any further information?

    I try to build my c6accel_2_01_00_08 with syslink_02_00_00_67 but get the same error.

    js: "/home/steve/DM8168/ezsdk8168_5_01_00_77/syslink_02_00_00_67/ti/syslink/ipc/rtos/package.xs", line 96: Error: Library not found: ti.syslink.ipc.rtos.anull

     

    And when I follow SysLink_02.00.00.67_alpha2_InstallGuide.pdf  to rebuild my syslink_02_00_00_67, I  got a error in the following step

    $ cd $SYSLINK_ROOT/ti/syslink/

    $ xdc all XDCBUILDCFG="$SYSLINK_ROOT/config.bld" -PR .
    error
    js: "/home/steve/DM8168/ezsdk8168_5_01_00_77/syslink_02_00_00_67/ti/syslink/ipc/rtos/package.xs", line 96: Error: Library not found: ti.syslink.ipc.rtos.anull
    ANY HELP?