H8_300 ELF on Ubuntu 11.04 インストール手順

概要備考
binutils-2.21 特に留意点無し
gcc-3.4.6 configureにて
checking for a BSD compatible install... /usr/bin/install -c
*** This configuration is not supported in the following subdirectories:
  target-libffi target-boehm-gc target-zlib target-libjava target-libf2c
  (Any other directories should still work fine.)

というメッセージが出るが無視する。
gcc/collect2.cの1537行目を、「組み込みOS自作入門」の17頁に従って改修してからmakeする。
kz_h8write-0.0.3 Sourceforgeからソースコードを入手する。
minicom $> sudo touch /etc/minicom/minirc.dfl
$> sudo chmod 666 /etc/minicom/minirc.dfl
$> minicom -s -o

シリアルポートを、 /dev/ttyUSB0 , 9600bps , 8N1 , フロー制御無 に設定後、設定を dfl に保存する。以降は、

$> minicom -o

で使える。

P.S.

Ubuntu 11.04 で、秋月のUSBシリアル変換ケーブルは問題無く使える。

Last updated 7-Junl-2011.

戻る。