发布时间:2013-08-28 18:26:17
SPL代码分析:分析SPL代码,首先要看一下SPL目录下的Makefile文件,在Makefile中:CONFIG_SPL_BUILD := y export CONFIG_SPL_BUILD这个宏定义用于打开U-boot代码里有关SPL部分的分支.另外,Makefile还交代了SPL涉及到的相关代码文件:主要有 u-boot-2011.09-psp04.06.00.08\arch\arm\cpu\armv7 &.........【阅读全文】
发布时间:2013-08-28 18:14:47
warning: libts-1.0.so.0, needed by /usr/local/src/qt-everywhere-opensource-src-4.8.5/lib/libQtGui.so, not found (try using -rpath or -rpath-link)
/usr/local/src/qt-everywhere-opensource-src-4.8.5/lib/libQtGui.so: undefined reference to `ts_read_raw'
......【阅读全文】