发布时间:2015-02-25 17:22:04
/usr/bin/ld: cannot find -lcThe linker cannot find the C libraries required for statically linking your library. You can try and see if libc.a already exists on your system by calling locate libc.a. If this returns, add an appropriate library flag pointing to the directory that includes libc.a.I.........【阅读全文】
发布时间:2015-02-25 17:07:04
1.which 语法: which [options]--------option为查找对象 描述: 在环境变量PATH指定的目录下,查找指定参数的可执行文件的位置,必须是可执行文件点击(此处)折叠或打开.........【阅读全文】
发布时间:2015-02-11 12:38:45
点击(此处)折叠或打开gwwu@hz-dev2.wgw.com:~/codes/hello/app/scd>powerpc-linux-gnu-gcc -fno-builtin -MD -Wall -Wmultichar -Wfloat-equal -Wredundant-decls -Wdiv-by-zero -Werror -g -I. -I/home/gwwu/codes/hello/build_hello/include/user -I/home/gwwu/codes/hello/build_hello/inc.........【阅读全文】
发布时间:2015-02-03 16:27:58
du命令显示文件(包括目录)的磁盘使用情况,默认情况下,递归显示当前目录下所有文件和文件夹的磁盘使用情况,......【阅读全文】