QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1792|回复: 5

如何產生image.ram?

[复制链接]
发表于 2005-8-14 03:19:05 | 显示全部楼层 |阅读模式
為何我在make完uClinux后,images目錄只有image.bin,linux.txt,linux.data及romfs.img
卻找不到image.ram及image.rom?
請問要如何轉換或設定
 楼主| 发表于 2005-8-14 04:00:57 | 显示全部楼层
已解決,謝謝!
回复

使用道具 举报

发表于 2005-8-22 20:25:04 | 显示全部楼层
如何解决的说一下啊!
回复

使用道具 举报

发表于 2005-9-1 09:56:35 | 显示全部楼层
arm-elf-objcopy -O binary -R .note -R .comment -S linux image.ram
回复

使用道具 举报

发表于 2005-9-1 13:37:30 | 显示全部楼层
这个是命令行下的,如何在Makefile中通过修改就直接make成功啊?
回复

使用道具 举报

发表于 2005-9-1 15:28:39 | 显示全部楼层
U can add this command into Makefile in the linux-2.4.x diretory like:
image:
arm-elf-objcopy -O binary -R .note -R .comment -S linux image.ram
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-25 18:13 , Processed in 0.084479 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表