嵌入式GUI FTK设计与实现-目录

About... 李先静

This author published 367 posts in this site.

Share

FacebookTwitterEmailWindows LiveTechnoratiDeliciousDiggStumbleponMyspaceLikedin

Comments


zpcat
March 7th, 2010

强烈关注


jxfengzi
March 9th, 2010

关注何时更新


伏笔
March 11th, 2010

/bin/bash ../libtool –tag=CC –mode=compile arm-linux-gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -DPLUGIN_DIR=\”/home/brokenice/mini2440/ftk-0.3/arm/usr/lib/ts/\” -DTS_CONF=\”/home/brokenice/mini2440/ftk-0.3/arm/usr/etc/ts.conf\” -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -I/home/brokenice/mini2440/ftk-0.3/arm/usr/include -MT ts_attach.lo -MD -MP -MF .deps/ts_attach.Tpo -c -o ts_attach.lo ../../src/ts_attach.c
../libtool: line 835: X–tag=CC: command not found
../libtool: line 868: libtool: ignoring unknown tag : command not found
../libtool: line 835: X–mode=compile: command not found
../libtool: line 1002: *** Warning: inferring the mode of operation is deprecated.: command not found
../libtool: line 1003: *** Future versions of Libtool will require –mode=MODE be specified.: command not found
../libtool: line 1146: Xarm-linux-gcc: command not found
../libtool: line 1146: X-DHAVE_CONFIG_H: command not found
../libtool: line 1146: X-I.: command not found
../libtool: line 1146: X-I../../src: No such file or directory
../libtool: line 1146: X-I..: command not found
../libtool: line 1146: X-DPLUGIN_DIR=”/home/brokenice/mini2440/ftk-0.3/arm/usr/lib/ts/”: No such file or directory
../libtool: line 1146: X-DTS_CONF=”/home/brokenice/mini2440/ftk-0.3/arm/usr/etc/ts.conf”: No such file or directory
../libtool: line 1146: X-DTSLIB_INTERNAL: command not found
../libtool: line 1146: X-fvisibility=hidden: command not found
../libtool: line 1146: X-DGCC_HASCLASSVISIBILITY: command not found
../libtool: line 1146: X-I/home/brokenice/mini2440/ftk-0.3/arm/usr/include: No such file or directory
../libtool: line 1146: X-MT: command not found
../libtool: line 1146: Xts_attach.lo: command not found
../libtool: line 1146: X-MD: command not found
../libtool: line 1146: X-MP: command not found
../libtool: line 1146: X-MF: command not found
../libtool: line 1146: X.deps/ts_attach.Tpo: No such file or directory
../libtool: line 1146: X-c: command not found
../libtool: line 1198: Xts_attach.lo: command not found
../libtool: line 1203: libtool: compile: cannot determine name of library object from `’: command not found
make[3]: *** [ts_attach.lo] 错误 1
make[3]:正在离开目录 `/home/brokenice/mini2440/ftk-0.3/tslib-1.0/arm/src’
make[2]: *** [all-recursive] 错误 1
make[2]:正在离开目录 `/home/brokenice/mini2440/ftk-0.3/tslib-1.0/arm’
make[1]: *** [all] 错误 2
make[1]:正在离开目录 `/home/brokenice/mini2440/ftk-0.3/tslib-1.0/arm’
make: *** [tslib] 错误 2

env:
#mini2440
#######################################################
export ARCH=arm
export HOST_PARAM=–host=arm-linux
export TARGET_CC=arm-linux-gcc

不知道这是怎么回事….试着把libtool换了别的版本还是不行..看到有人说echo改了我echo=echo也不行..求解….


李先静
March 11th, 2010

是tslib编译不过吧。你的目录有问题,应该把env.sh和cross.mk放到/home/brokenice/mini2440/目录里。


伏笔
March 11th, 2010

谢谢,把那俩文件考出来就好了, PARENT directory(父代目录)学到了 …不好意思英文学的不是太好,麻烦您了.


伏笔
March 14th, 2010

不好意思,我又来打扰了。

我把ftk弄到友善之臂的mini2440上运行,在rS上启动desktop。 会出ftk_mmap_create:50 stat(fileneame, &st)
load font faild

翻代码的时候发现filename是sprintf的 但是 %s/data/%s 是说的哪里?

应该不是mmap的事吧?

俺是新手。。。。

Leave a comment