最終更新:2022-10-19 (水) 04:15:24 (548d)  

Binutils
Top / Binutils

The GNU Binutils are a collection of binary tools.

http://www.gnu.org/software/binutils/

Ubuntu/パッケージ

The main ones are:

But they also include:

  • addr2line - プログラム内のアドレスをファイル名と行番号に変換する
  • ar - アーカイブの作成、変更、および展開
  • c++filt - C++シンボルのデマングルを行う
  • dlltool? - Creates files for building and using DLLs.
  • gold? - A new, faster, ELF only linker, still in beta test.
  • gprof - コール・グラフ (call graph) のプロファイルを表示する
  • nlmconv? - Converts object code into an NLM.
  • windmc? - A Windows compatible message compiler.
  • windres? - A compiler for Windows resource files.

H8

% tar xvzf binutils-2.21.tar.gz
% cd binutils-2.21
% ./configure --target=h8300-elf --disable-nls
% make
% su
# make install
/usr/local/h8300-elf/bin

Binutils/バージョン

関連