2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

arm > ELFファイルからplain binaryへの変換 > arm-none-eabi-objcopy -O binary foo.elf foo.bin

Last updated at Posted at 2015-04-02

動作環境

arm用ツールが入った状態

ELFファイルを plain binary 形式へ変換する場合は以下のようにする

 $arm-none-eabi-objcopy -O binary foo.elf foo.bin

参考

objcopyはGNU toolsらしい。

他にもformelf(ARM tools)があるようだが、今のところ使わないので説明は割愛する。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?