| 发表于:2007-08-10 09:26:518楼 得分:0 |
############################################################################# # makefile for building: kq43arm # generated by qmake (1.07a) (qt 3.3.3) on: sat jun 9 16:15:58 2007 # project: kq43arm.pro # template: app # command: $(qmake) -spec /qte2-share/kq43arm -o makefile kq43arm.pro ############################################################################# ####### compiler, tools and options cc = /usr/local/arm/2.95.3/bin/arm-linux-gcc cxx = /usr/local/arm/2.95.3/bin/arm-linux-g++ lex = flex yacc = yacc cflags = -g -pipe -wall -w -o2 -dqt_no_debug -dqt_shared //这个地方加了个-g 参数 cxxflags = -pipe -wall -w -dqws -fno-exceptions -fno-rtti -o2 -dqt_no_debug -dqt_shared lexflags = yaccflags= -d incpath = -i/qte2-share/kq43arm -i. -i. -i/qte2-share/include link = /usr/local/arm/2.95.3/bin/arm-linux-g++ gcc 中的-g 参数,用以生成调试符号表要是没加的话,你连main函数都跟踪不进去 | | |
|