一起编译Madplay?
本帖最后由 taoxie17 于 2011-01-04 15:40 编辑 有兴趣的一起来编译一个Madplay软件 软件名:Madplay 软件简介:一个开源的音乐插放器。 Download:…
[PATCH] new udelay()
用三个函数实现了比较精确的udelay()功能: 1 calibrate_delay(x)函数,该函数位于base/timer.c中,采用的是和arch无关的通用算法。不同的plat在执…
vim 实现多文件之间拷贝字符串
本帖最后由 tbag-tang 于 2011-01-14 12:38 编辑 1.有以下两个文件 a.c hello linux b.c hello www.maxwit.com 要将a.c里面的 "hello linux"…
硬件浮点参数设置问题
有谁知道编译gcc的时候,需要配置的arm11 cpu的参数是什么? tune的参数有这些: 9694 `-mcpu=NAME' 9695      This specifies the n…
g-bios shell: merge flash utilities into one
本帖最后由 daojj 于 2010-07-22 11:52 编辑 g-bios shell: 1. merge flash utilities into one, new flash command format: flash subcommand [opti…
mpg123编译问题
源码编译mpg123的过程中出现了这样的问题: $ ./configure --prefix=/usr --with-audio=alsa error: ALSA is not available for audio output subsyst…
SPI协议及其工作原理浅析
本帖最后由 kunkka_lu 于 2014-04-12 18:14 编辑 因为要交一篇关于 SPI 总线的论文, 所以这一阵子对 SPI 作了一些小的总结, 打算在这里和大家交流一…
解决lablin版本升级之前toolchain重复编译的问题
1、先前的toolchain每次编译都需要从头开始,所以我在lablin/toolchain/build下增加了BuildToolchainPkg和BuildToolchainList两个函数 #-------------…
wifi&usb组进度报告
本帖最后由 maxwit-ming 于 2010-06-07 14:05 编辑 完成移植wireless_tools.29与usbutils-0.86,能使用命令。 正在尝试模拟USB的设备测试usbutile **…
分享coding style相关的三个vim技巧
1.tailing space/tab和tab space混用等情况 高亮报警: 在vimrc中加入 let c_space_errors = 1 2.kernel中tab是8格,且不能用space代替 设置Ctrl-k快捷…
merge discrete flash utilities into one(naldo chuck)
已将flashdump flasherase parterase partshow scanbb整合为flash command option一条命令,flash command option可实现原各分立命令的功能,现等待su…
Report for kernel building...
Requirements:        (1) list exactly the H/W components of your NB.        (2) describe the yours steps of …
编译lablin Extracting "DirectFB-1.4.3" ..... OK.出错
有哪位仁兄知道,编译lablinBuild Applications (Lib/App/Games)时,编译错误是怎么回事? /home/rocky/maxwit/toolchain/usr/bin/../lib/gcc/arm-max…