Menu

CrossCompiler

cholin

Crosscompiler mittels Angstrom installieren

Anleitung hierfür: http://www.angstrom-distribution.org/building-angstrom

MACHINE=beagleboard bitbake console-image
MACHINE=beagleboard bitbake opencv
MACHINE=beagleboard bitbake boost

x86

cd src/beagle
make linux

arm

cd src/beagle
export PATH=/path/to/arm/compiler:$PATH
make beagle


Auth0 Logo