Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Cross compiling for PandaBoard

Ashfaq edited this page Mar 24, 2015 · 1 revision

To cross compile OpenDaVINCI for the PandaBoard, follow these steps:

  1. Go to your OpenDaVINCI source directory.

  2. Create a new build directory for the cross compiled artifacts: mkdir build-ARM

  3. Go to the freshly created directory.

  4. Run the cmake command with PandaBoard-toolchain instructions:

cmake -D CMAKE_TOOLCHAIN_FILE=../PandaBoard-Toolchain.cmake -D CMAKE_INSTALL_PREFIX=/opt/msv-ARM ..

  1. Compile the source code by simply invoking make.

  2. Install the software by invoking make install.

Clone this wiki locally