码迷,mamicode.com
首页 >  
搜索关键字:make menucomfig    ( 11169个结果
《linux 内核完全剖析》编译linux 0.12 内核 Ubuntu 64bits 环境
我×。。。终于好了,大概3 4个小时吧。。。各种毛刺问题。终究还是闯过来了。。。。 ubuntu2@ubuntu:~/Downloads/linux-0.00-050613/linux-0.00$ make ld -s -x -M head.o  -o system > System.map dd bs=32 if=boot of=Image skip=1 16+0 records i...
分类:系统相关   时间:2014-05-10 10:24:29    阅读次数:474
自制带第三方库的FFmpeg SDK
一、第三方库的编译与安装 1. libfaac # tar -zxvf faac-1.28.tar.gz # cd faac-1.28 # ./configure --prefix=/opt/YOUR_SDK_INSTALL_DIRECTORY --enable-static --disable-shared # make; make install 2. libmp3lame...
分类:其他好文   时间:2014-05-10 10:23:00    阅读次数:401
GNU Make中文手册(一)
根据最新版的GNU Make Manual进行翻译,现在只翻译了第一章,后面会陆续翻译,希望大家多提意见,为开源贡献力量。有愿意一起翻译的朋友,可以在github上直接fork。
分类:其他好文   时间:2014-05-10 01:42:38    阅读次数:1088
如何解决linux下apache启动时httpd: apr_sockaddr_info_get() failed for 报错
今天在家里的RHLE5.5上安装apache的时候,先用user1用户./configure命令配置,然后才用root用户make && make install,结果apache起来的时候就报如下错误: httpd: apr_sockaddr_info_get() failed forbogon....
分类:系统相关   时间:2014-05-10 01:41:36    阅读次数:574
linux shell 命令学习(5) xxd- make a hexdump or do the reverse.
对于标准输入或者给定的文件,显示其16进制的内容。也可以反过来进行转换。 xxd -h[elp] xxd [options] [infile [outfile]] xxd -r[evert] [options] [infile [outfile]] 如果没有...
分类:系统相关   时间:2014-05-07 19:59:25    阅读次数:490
x0vncserver Fatal server error: no screens found
I make a connection through SSH and  then I type: # x0vncserver --PasswordFile=/home/hello/.vnc/passwd x0vncserver: unable to open display "" ~ImageCleanup called the reason is : ...
分类:其他好文   时间:2014-05-07 04:23:43    阅读次数:581
QT环境搭建常见的bug解决 -->ld: cannot find –lbootstrap 错误
常见错误列表一、编译arm环境的时候:./configure -prefix $HOME/Qtenv/arm -embedded arm-nomake docs -nomake demo -nomake examples1、configure完成之后,make出现问题:/usr/bin/ld: ca...
分类:其他好文   时间:2014-05-05 09:32:27    阅读次数:1967
codechef Cutting Recipes题解
Cutting Recipes The chef has a recipe he wishes to use for his guests, but the recipe will make far more food than he can serve to the guests. The chef therefore would like to make a reduced ve...
分类:其他好文   时间:2014-05-04 17:54:01    阅读次数:387
UVA 674 Coin Change
Suppose there are 5 types of coins: 50-cent, 25-cent, 10-cent, 5-cent, and 1-cent. We want to make changes with these coins for a given amount of mone...
分类:其他好文   时间:2014-05-04 12:00:00    阅读次数:363
x86_64的debian(wheezy)下使用qemu和busybox运行linux
1.编译kernel进入源码根目录make defconfig //这一步生成了默认的内核配置,请参考make help生成的信息。make //这一步生成了bzImage2.制作根文件系统dd if=/dev/zero of=rootfs.img bs=1M count=10 //生成了rootf...
分类:系统相关   时间:2014-05-03 23:59:39    阅读次数:592
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!