ChinaUnix.net
相关文章推荐:

ffmpeg arch=arm 未找到

make zImage 命令后很多错误提示,看不懂啊!求解释。

by bjq1016 - Linux环境编程 - 2012-03-28 10:21:50 阅读(1777) 回复(4)

相关讨论

source: http://redfayliufg.blog.163.com/blog/static/1429392200810201101766/ 2008-11-20 13:10 1,yasm: 到 http://www.tortall.net/projects/yasm/wiki/Download 下载yasm0.7.2(x264需要用到的汇编编译器) for x86: ./configure --enable-shared --prefix=/usr/local make make install for arm: ./configure --enable-shared --prefix=/usr/local/ --host=arm-linux make make install 2,x264: 到 ftp://ftp.video...

by landuochong - Linux文档专区 - 2009-10-23 07:24:54 阅读(1284) 回复(0)

arm_arch之指令

by linux_cjok - 移动操作系统 - 2011-12-20 09:44:13 阅读(828) 回复(0)

arm_arch之基本架构

by linux_cjok - 移动操作系统 - 2011-12-20 09:44:12 阅读(657) 回复(0)

现在虽然确定了以后要走的路线,但这条路很不好走啊,昨天一天就知道了kernel在start_kernel之前走过了哪些文件,今天打算开始象head.S下手,这还是zImage时的路线,我们要生成xipImage,好像是要不压缩的,那么就不会经过这步了,埃先暂时步管了,zImage是主线,先搞这个了; 是汇编写的,上午先看了嵌入式系统中关于arm处理器部分,才开始,又找到了篇分析arm启动过程的文章,文章中分析了bootloader的代码和head.S,head-xxx.S,还有接下来的head...

by piaoyizu - Linux文档专区 - 2008-05-04 00:19:45 阅读(548) 回复(0)

initrd地址/arch\arm\boot\makfile 例子:*** 30008000 zImage 是zImage内存中的地址 ==ZRELADDR 解压后的内核运行地址 30800000 ramdisk 在内存中地址 ZTEXTADDR following symbol definitions rely on you knowing the translation that __virt_to_phys() does for your machine. This macro converts the passed virtual address to a physical address. Normally, it is simply: phys = virt - PAGE_OFFSET + PHYS_OF...

by chenzhufly - Linux文档专区 - 2007-11-08 23:42:47 阅读(800) 回复(0)

ffmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library. ffmpeg is developed under Linux, but it can compiled under most operating systems, including Windows. In ubuntu This package contains the ffplay multimedia player, the ffserver streaming server and the ffmpeg audio and video encoder. They support most existin...

by creatory - Linux文档专区 - 2008-12-14 14:47:35 阅读(579) 回复(0)

我下载了ffmpeg1.2版本,在Linux下面编译,开始ffplay无法生成, 安装SDL后可以了,后想将它移植到arm linux上去, 配置参数如下: ./configure --enable-shared --disable-yasm --prefix=/usr/local/ffmpeg --cc=arm-none-linux-gnueabi-gcc --cross-prefix=arm-none-linux-gnueabi- --target-os=linux --arch=arm 可以编译成功,但是又没有生成ffplay, config.mak里面显示没有SDL, 但是我重新安装sdl显示已经装好了,而且我不...

by 沉水之鱼 - 嵌入式开发 - 2013-07-22 16:04:54 阅读(3998) 回复(9)

http://hi.baidu.com/iminway/blog/item/bda2db4e29ced701b2de05f1.html 最新的ffmpeg可以通过svn下载,SVN辅助的软件有: SubVersion,从 http://subversion.tigris.org/ 下载,支持linux。 TortoiseSVN,从 http://tortoisesvn.tigris.org/ 下载,是很不错的SVN客户端程序,为windows外壳程序集成到windows资源管理器和文件管理系统的Subversion客户端,用起来很方便。 http://subversion.tigris.org/downloads/subversi...

by landuochong - Linux文档专区 - 2009-10-23 07:20:11 阅读(931) 回复(0)

编译2.6.15内核时出现以下错误,可是编译标准的内核不会出错,源文件里的代码都是一样的 arch/arm/kernel/debug.S: Assembler messages: arch/arm/kernel/debug.S:88: Error: missing ] -- `ldr r2,[r2,#S3C2410_GSTATUS1-S3C2410_GPIOREG(0)]' arch/arm/kernel/debug.S:90: Error: missing ] -- `ldr r2,[r2,#S3C2410_GSTATUS1-S3C2410_GPIOREG(0)]' make[1]: *** [arch/arm/kernel/debug.o] 错误 1 make: *** [arch/arm/kernel] ...

by shuixian2yu - 内核源码 - 2010-03-24 10:37:17 阅读(1215) 回复(0)

我正在看vivi的makefile文件,其中有一句是: arch := arm 请问那个":="符号代表什么意思哦? 我只知道在makefile文件里面,使用变量时,是用的"="这个符号。 那这里的":="是什么意思呢?

by cqlouis - 嵌入式开发 - 2009-05-17 11:18:52 阅读(2002) 回复(2)