我在编译完QTE库以及jpeg和libuuid库之后,编译Qtopia库,在后面阶段出现了错误
用如下命令:
cd qtopia-free-1.7.0/src
./configure -xplatform linux-arm-g++
make
老是出现下面的错误,求高手指导
make[1]: Entering directory `/usr/jin/2410/qteqpe/qtopia-free-1.7.0/src/3rdparty/libraries/gsm'
arm-linux-gcc -c -pipe -O2 -Wall -W -fPIC -DQTOPIA_APP_INTERFACE -DFAST -DSASR -DWAV49 -I.moc/linux-arm-g++/ -I/usr/jin/2410/qteqpe/qtopia-free-1.7.0/include -o .obj/linux-arm-g++//long_term.o long_term.c
long_term.c: In function `Gsm_Long_Term_Predictor':
long_term.c:867: warning: unused parameter `S'
{standard input}: Assembler messages:
{standard input}:574: Error: Can not represent OFFSET_IMM8 relocation in this object file format (1)
{standard input}:650: Error: Can not represent OFFSET_IMM8 relocation in this object file format (1)
make[1]: *** [.obj/linux-arm-g++//long_term.o] Error 1
make[1]: Leaving directory `/usr/jin/2410/qteqpe/qtopia-free-1.7.0/src/3rdparty/libraries/gsm'
make: *** [3rdparty/libraries/gsm] Error 2
[ 此贴被XChinux在2006-05-08 00:21重新编辑 ]