*While working through Lab5 from
https://github.com/opencpi/training/tree/master/PDFs/presentations
<
https://github.com/opencpi/training/tree/master/PDFs/presentations>, I
encountered the following error when building the unit test:*
$ ocpidev create test time_demux
$ cp -a ../training/provided/lab5/time_demux.test/*
./components/time_demux.test/
$ ocpidev build test time_demux --rcc-platform centos7
make: Entering directory `./training_project/components/time_demux.test'
Creating executable for "test_data_generator" running on platform centos7
from target-centos7/test_data_generator.o
g++: error: /opt/opencpi/cdk/centos7/lib/libocpi_ocpi.assets.a: No such
file or directory
g++: error: /opt/opencpi/cdk/centos7/lib/libocpi_ocpi.assets.a: No such
file or directory
make: *** [target-centos7/test_data_generator] Error 1
make: Leaving directory `./training_project/components/time_demux.test'
*I am using OpenCPI v1.4 on centos7, and I installed it with the following
commands:*
$ sudo yum install -y yum-utils
$ sudo yum-config-manager --add-repo=
https://opencpi.github.io/repo/opencpi-v1.4.0.repo
$ sudo yum install -y epel-release
$ sudo yum install -y libXft.i686 libXext.i686
$ sudo yum install -y 'opencpi*'
*My OpenCPI environmental variables are:*
$ env | sort | grep OCPI
OCPI_CDK_DIR=/opt/opencpi/cdk
OCPI_PREREQUISITES_DIR=/opt/opencpi/prerequisites
OCPI_TOOL_ARCH=x86_64
OCPI_TOOL_DIR=centos7
OCPI_TOOL_OS=linux
OCPI_TOOL_OS_VERSION=c7
OCPI_TOOL_PLATFORM=centos7
OCPI_TOOL_PLATFORM_DIR=/opt/opencpi/cdk/../projects/core/rcc/platforms/centos7
OCPI_XILINX_LICENSE_FILE=2100_at_server
*Thanks,*
*Josh Schindehette*
Received on Fri Jan 11 2019 - 17:10:35 CST