【记录】Ubuntu下基于Eclipse去调用Makefile交叉编译Uboot
crifan 11年前 (2013-08-14) 3347浏览 0评论
【背景】 之前已经弄了: 【记录】Ubuntu下用arm-xscale-linux-gnueabi交叉编译uboot 现在继续换个方式,通过Eclipse,去编译对应的uboot。 【折腾过程】 1.同样的去修改makefile,把对应...
crifan 11年前 (2013-08-14) 3347浏览 0评论
【背景】 之前已经弄了: 【记录】Ubuntu下用arm-xscale-linux-gnueabi交叉编译uboot 现在继续换个方式,通过Eclipse,去编译对应的uboot。 【折腾过程】 1.同样的去修改makefile,把对应...
crifan 11年前 (2013-08-13) 5134浏览 0评论
【问题】 折腾: 【记录】Ubuntu下使用Eclipse编译项目 期间,通过makefile去build all的时候,出错了: Description Resource ...
crifan 11年前 (2013-08-01) 7451浏览 0评论
【问题】 折腾: 【记录】编译配置好的xscale版本的crosstool-ng-1.18.0 期间,又遇到,和之前的: 【已解决】编译crosstool-ng在Installing kernel headers时出错:/home/CLi/devel...
crifan 12年前 (2013-02-06) 61247浏览 2评论
【问题】 有个已有的Makefile,执行过程中出错: CLi@PC-CLI-1 ~/develop/docbook/books/python_topic_str_encoding/src $ make html ...
crifan 13年前 (2012-06-16) 9989浏览 0评论
【问题】 写了个makefile: #goto every sub foler(single book)'s src dir to do 'make xxx' action clean clean_all clean_release all rele...
crifan 13年前 (2012-06-01) 2476浏览 0评论
【问题】 在折腾makefile,写了个脚本用于实现自动编译docbook,用xsltproc+fop去生成pdf,期间遇到个很奇怪的,关于makefile无法赋值的问题。 如下方式: #using tools XSLT = xsltproc XSL...
crifan 13年前 (2012-05-16) 2095浏览 0评论
【问题】 在写makefile的时候,发现如下代码: release_pdf:$(OUTPUT_FILE_PDF) @echo "=============================== release pdf ==========...
crifan 13年前 (2012-05-13) 52060浏览 3评论
【问题】 在Cygwin中,执行makefile,其中调用hhc从hhp文件生成chm文件。 结果最后一步出错: Administrator@K470 /cygdrive/e/Dev_Root/docbook/dev/books/VBR/src $ ...
crifan 13年前 (2012-04-28) 8686浏览 3评论
【背景】 在windows下面,用已有的makefile去编译一个项目,最后出错: D:\DevRoot\FBK\develop\FBK2_Template\target\mak\FF_FBK_HM_REL>make ...