We are trying to run MessageQ using SRIO example based on the instruction given in the following document -
As per the wiki we carried out following steps for recompiling the example in linux -
1. Open a Linux bash terminal and navigate to <pdk_install_dir>/packages.
2. Export the component install paths. The following commands can be used assuming installation of MCSDK 3.1.3.6 (Presuming CCS and MCSDK 3.1.3 is installed in /opt/ti)
=> export C6X_GEN_INSTALL_PATH=/opt/ti/ccsv5/tools/compiler/c6000_7.4.8
=> export XDC_INSTALL_PATH=/opt/ti/xdctools_3_30_05_60
=> export EDMA3LLD_BIOS6_INSTALLDIR=/opt/ti/edma3_lld_02_11_13_17
=> export CG_XML_BIN_INSTALL_PATH=/opt/ti/cg_xml/bin
=> export BIOS_INSTALL_PATH=/opt/ti/bios_6_41_00_26/packages
=> export IPC_INSTALL_PATH=/opt/ti/ipc_3_35_01_07/packages
=> export PDK_INSTALL_PATH=/opt/ti/pdk_keystone2_3_01_03_06
3. Run pdksetupenv.sh
$ source pdksetupenv.sh
4. Navigate to <pdk_install_path>/packages/ti/transport/ipc/c66/srio/
5. Build the IPC SRIO Transport library
$ xdc
We are getting the following error on running xdc commanad -
No command 'xdc' found, did you mean:
Command 'sdc' from package 'hpsockd' (universe)
Command 'tdc' from package 'tdc' (universe)
Command 'xjc' from package 'openjdk-7-jdk' (main)
Command 'xjc' from package 'openjdk-6-jdk' (universe)
Command 'xdu' from package 'xdu' (universe)
Command 'xdm' from package 'xdm' (universe)
Command 'xd' from package 'xd' (universe)
Command 'gdc' from package 'gdc' (universe)
Command 'xgc' from package 'x11-apps' (main)
Command 'dc' from package 'dc' (main)
Command 'xdx' from package 'xdx' (universe)
xdc: command not found
Also we are getting a similar error on trying c:\ti\ipc_3_36_02_13\examples code for base ARM-DSP ipc communication .
We have successfully installed the IPC package for linux using IPC_Linux_Install document (Makefile : ipc-linux.mak). On running examples/TCI6638_linux_elf/ ex44_compute ,on make command execution, we face following error -
ti.targets.elf.C66 not found & XDC command not found
Are we trying the correct example program ? Is any pacakage installation is further required for the project compilation ?
Thanking you,
IPC version - 3.36.02.13
MCSDK - mcsdk_bios_3_01_04_07
Cross compiler - arm-linux-gnueabihf-gcc