Beste PLi leden,
Ik probeer OpenPLI 4.0 voor mijn dm800se te compileren op Ubuntu Linux 13.10 PowerPC.
Als eerst krijg ik de melding:
ERROR: Nothing PROVIDES 'nasm-native' (but /home/mastag/openpli-oe-core/meta-openembedded/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb DEPENDS on or otherwise requires it) ERROR: nasm-native was skipped: incompatible with host ppc-linux (not in COMPATIBLE_HOST) NOTE: Runtime target 'libjpeg-turbo-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['libjpeg-turbo-dev', 'nasm-native'] NOTE: Runtime target 'libjpeg-turbo' is unbuildable, removing... Missing or unbuildable dependency chain was: ['libjpeg-turbo', 'nasm-native']
Nasm is een x86 compiler, dus het is logisch dat deze niet beschikbaar is op mijn platform.
Echter neem ik aan dat libjpeg-turbo niet native nodig is voor het bouwen van een dm800se image?
Verder ondersteund PowerPC linux geen -march=native (x86 en x86-64 wel).
Daarom mislukt het pakketje m4-native.
configure:4649: checking whether the C compiler works configure:4671: gcc -isystem/home/mastag/openpli-oe-core/build/tmp/sysroots/ppc-linux/usr/include -march=native -O2 -pipe -isystem/home/mastag/openpli-oe-core/build/tmp/sysroots/ppc-linux/usr/include -L/home/mastag/openpli-oe-core/build/tmp/sysroots/ppc-linux/usr/lib -L/home/mastag/openpli-oe-core/build/tmp/sysroots/ppc-linux/lib -Wl,-rpath-link,/home/mastag/openpli-oe-core/build/tmp/sysroots/ppc-linux/usr/lib -Wl,-rpath-link,/home/mastag/openpli-oe-core/build/tmp/sysroots/ppc-linux/lib -Wl,-rpath,/home/mastag/openpli-oe-core/build/tmp/sysroots/ppc-linux/usr/lib -Wl,-rpath,/home/mastag/openpli-oe-core/build/tmp/sysroots/ppc-linux/lib -Wl,-O1 conftest.c >&5 gcc: error: unrecognized command line option '-march=native'
Ik kan echter niet vinden waar de schakelopties staan waarmee het configure script word aangeroepen.
De recipes voor het m4 pakket vermelden nergens dat march=native moet worden meegegeven.
Enig idee?