ich versuche derzeit das Paket mtd-utils statisch für armhf zu kompilieren. Habe es schon dynamisch geschafft.
Zunächst habe ich folgendes von hier: https://wiki.debian.org/CrossCompiling ausgeführt:
Code: Alles auswählen
dpkg --add-architecture armhf
#apt-get update
#apt-get install build-essential crossbuild-essential-armhf
#apt-get build-dep -aarmhf mtd-utils
$apt-get source mtd-utils
$cd mtd-utils-2.0.0
Code: Alles auswählen
$ export CFLAGS=-static
$ export LDFLAGS=-static
$ export CPPFLAGS=-static
$ export CFLAGS_APPEND=-static
$ export LDFLAGS_APPEND=-static
$ export CPPFLAGS_APPEND=-static
Code: Alles auswählen
CONFIG_SITE=/etc/dpkg-cross/cross-config.amd64 DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -aarmhf -us -uc
Weiß jemand wie ich das Paket richtig statisch kompiliere?
Danke!
Beste Grüße aus NRW von Johannes.