QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1867|回复: 6

Qtopia安装错误问题,请大虾帮看看====

[复制链接]
发表于 2005-9-15 19:22:52 | 显示全部楼层 |阅读模式
我按照说明如下:
http://fineacer.com/Article_Print.asp?ArticleID=2862
来安装,在第六步装Qtopia时出错了,信息如下:
make -C libraries/qtopia
make[1]: Entering directory `/root/Work/qtopia-free-1.6.0/src/libraries/qtopia'
yacc  -p vcc backend/vcc.y
usage: yacc [OPTIONS] file
  -b prefix    Change `y' into `prefix' in all output filenames
  -d           Generate header file `y.tab.h'
  -DNAME       Define btyacc preprocessor variable NAME
  -E           Print preprocessed grammar to stdout
  -l           Do not insert #line directives into generated code
  -r           Write tables to `y.tab.c', code to `y.code.c'
  -S x.skel    Select parser skeleton
  -t           Include debugging code in generated parser
  -v           Write description of parser to `y.output'
make[1]: *** [backend/vcc_yacc.cpp] Error 1
make[1]: Leaving directory `/root/Work/qtopia-free-1.6.0/src/libraries/qtopia'
make: *** [libraries/qtopia] Error 2
请问怎么解决??????????/谢谢了
发表于 2005-9-16 08:43:59 | 显示全部楼层
#!/bin/bash

tar xfvz tmake-1.11.tar.gz
tar xfvz qt-embedded-2.3.7.tar.gz
tar xfvz qtopia-free-1.7.0.tar.gz
tar xfvz qt-x11-2.3.2.tar.gz
mv tmake-1.11 tmake
mv qt-2.3.7/ qt
mv qtopia-free-1.7.0 qtopia
mv qt-2.3.2 qt-x11
cd qt-x11
export QTDIR=$PWD
echo yes | ./configure -static -no-xft -no-opengl -no-sm
make -C src/moc
cp src/moc/moc bin
make -C src
make -C tools/designer
make -C tools/qvfb
cp tools/qvfb/qvfb bin
strip bin/uic bin/moc bin/designer bin/qvfb
cd ..
cp qt-x11/bin/?* qt/bin
rm -fr qt-x11
export QTDIR=$PWD/qt
export QPEDIR=$PWD/qtopia
export TMAKEDIR=$PWD/tmake
export TMAKEPATH=$TMAKEDIR/lib/qws/linux-arm-g++
export PATH=$QTDIR/bin:$QPEDIR/bin:$TMAKEDIR/bin:$PATH
cd qt
make clean
cp ../qtopia/src/qt/qconfig-qpe.h src/tools/
(echo yes ; echo no) | ./configure -platform linux-arm-g++  -qconfig qpe -depths 16,24,32
make -C src
cd ..
cd qtopia/src
./configure  -platform linux-arm-g++
make
回复

使用道具 举报

 楼主| 发表于 2005-9-16 09:13:04 | 显示全部楼层
是不是得重装? 有没有办法解决上面的问题?
前面装的怎么办? 直接删目录?
回复

使用道具 举报

 楼主| 发表于 2005-9-16 10:08:42 | 显示全部楼层
下面是不是出错了:
debian:~/mywork/qt# make clean
rm .buildopts
rm: cannot remove `.buildopts': No such file or directory
make: [clean] Error 1 (ignored)
cd src/moc; make clean
make[1]: Entering directory `/root/mywork/qt/src/moc'
make[1]: *** No rule to make target `clean'.  Stop.
make[1]: Leaving directory `/root/mywork/qt/src/moc'
make: *** [clean] Error 2
怎么办???谢谢
回复

使用道具 举报

 楼主| 发表于 2005-9-16 11:13:17 | 显示全部楼层
在make qt的时候出错了,信息如下:
make[1]: Entering directory `/root/mywork/qt'
cd src/moc; make
make[2]: Entering directory `/root/mywork/qt/src/moc'
arm-linux-g++  -c -I/root/mywork/qt/include -Wno-unused -Wno-parentheses -pipe -DQWS -fno-exceptions -fno-rtti -O2 -Wall -W -DNO_DEBUG -DQT_NO_CODECS -DQT_LITE_UNICODE -I../../include -I../tools -I. -o mocgen.o mocgen.cpp
make[2]: arm-linux-g++: Command not found
make[2]: *** [mocgen.o] Error 127
make[2]: Leaving directory `/root/mywork/qt/src/moc'
make[1]: *** [src-moc] Error 2
make[1]: Leaving directory `/root/mywork/qt'
make: *** [init] Error 2
请问 arm-linux-g++需要什么安装包????谢谢
回复

使用道具 举报

发表于 2005-9-19 23:16:23 | 显示全部楼层
Linux下的东西基本都可以直接删
Qte+Qtopia安装
http://www.qiliang.net/20050908.html

交叉编译
最好使用你板子支持的
回复

使用道具 举报

发表于 2005-9-20 21:15:48 | 显示全部楼层
I suggest you read every step in the build.sh, which will make you capable to solve the problem you encountered
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-3 02:25 , Processed in 0.043227 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表