Hallo zusammen
ich bin am Versuch, die BCU-SDK für eine Synologic DS110j mit einem Marvell Kirkwood mv6281 ARM Processor zu compilieren.
Meine Workstation zum Compilieren ist eine Ubuntu 8.0.4. Darauf habe ich gemäss Anleitung eine Compiler-Umgebung aufgebaut.
Nun versuche ich, mit folgendem Kommando, den Build zu machen:
Ich bekomme aber folgende FM im config.log:
Ich habe foldende Envoirements-Variablen gesetzt:
Kann mich jemand unterstützen?
Gruss
Tom
ich bin am Versuch, die BCU-SDK für eine Synologic DS110j mit einem Marvell Kirkwood mv6281 ARM Processor zu compilieren.
Meine Workstation zum Compilieren ist eine Ubuntu 8.0.4. Darauf habe ich gemäss Anleitung eine Compiler-Umgebung aufgebaut.
Nun versuche ich, mit folgendem Kommando, den Build zu machen:
Code:
./configure --build=arm-unknown-linux-gnu --prefix=$PREFIX --with-pth=yes --without-pth-test --enable-onlyeibd
Code:
configure:15586: $? = 0 configure:15586: result: yes configure:15586: checking for sys/time.h configure:15586: result: yes configure:15599: checking build system compiler /usr/cross/arm/bin/arm-unknown-linux-gnu-gcc configure:15612: /usr/cross/arm/bin/arm-unknown-linux-gnu-gcc conftest.c conftest.c: In function 'main': conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] /tmp/ccqdfpVW.s: Assembler messages: /tmp/ccqdfpVW.s:7: Error: junk at end of line, first unrecognized character is `@' /tmp/ccqdfpVW.s:8: Error: junk at end of line, first unrecognized character is `@' /tmp/ccqdfpVW.s:9: Error: no such instruction: `stmfd sp!,{fp,lr}' /tmp/ccqdfpVW.s:10: Error: too many memory references for `add' /tmp/ccqdfpVW.s:11: Error: expecting operand after ','; got nothing /tmp/ccqdfpVW.s:12: Error: no such instruction: `bl exit' configure:15615: $? = 1 configure:15622: result: no configure:15627: error: Specified CC_FOR_BUILD doesn't seem to work
Code:
CPP_FOR_BUILD=/usr/cross/arm/bin/arm-unknown-linux-gnu-cpp CC_FOR_BUILD=/usr/cross/arm/bin/arm-unknown-linux-gnu-gcc LIBS_FOR_BUILD=/usr/cross/arm/lib LD_LIBRARY_PATH=/usr/cross/arm/lib
Gruss
Tom
Kommentar