Skip to content
This repository was archived by the owner on Mar 17, 2023. It is now read-only.

Cross compiling and installation

JoseG-PP edited this page Jan 4, 2019 · 1 revision

Cross-compiling and installation

from the "Software" folder

Application

build

make ARCH=arm

The executable is in "Software/build/arm/PodPointAnpr". Send this executable to the Raspberry Pi, it is possible to use "scp" command e.g.

scp PodPointAnpr pi@pi.ip.ad.dr:/path/where/we/want/to/install/the/file

Unit Test

build

make test ARCH=arm

The executable is in "Software/build/arm-UnitTest/Test". Send this executable to the Raspberry Pi, it is possible to use "scp" command e.g.

scp Test pi@pi.ip.ad.dr:/path/where/we/want/to/install/the/file

Clone this wiki locally