摘要: 查看搜索路径ld --verbose | grep SEARCHSEARCH_DIR("/tools/i686-pc-linux-gnu/lib"); SEARCH_DIR("/tools/lib");1 修改binutils-build/ld Makefile。#LIB_PATH = /tools/libLIB_PATH = /tools/i686-pc-linux-gnu/lib:/tools... 阅读全文
posted @ 2008-12-16 22:06 雨纷飞 阅读(1428) 评论(0) 推荐(0)
摘要: make > makeresult 2>&1makeresult是要重定向到的文件名,这样可以把所有的输出到屏幕的信息输入到制定文件。 阅读全文
posted @ 2008-12-16 11:41 雨纷飞 阅读(388) 评论(0) 推荐(0)