Page 1 of 1

Re: Error in building Source version High Performance SDK

Posted: 19 Oct 2018, 13:01
by Support Team
Hi

the SDK libraries are not found.
This means you try to build the examples without building the SDK first for this system.

Use

Code: Select all

build.sh -t <target_config>
to build the SDK for your target.
You can use target_config_raspberrypi or target_config_bbb as a starting point for configuring the cross-compiling process.

Please have a look at our GettingStarted and CrossCompiling Documents in the download section.
https://www.unified-automation.com/down ... -v120.html