楽墨堂ソフトウェア研究室:AKI-H8/3069F:TOPPERS:TOPPERSのインストールとテスト |
TOPPERSのインストールとテスト 1.http://www.toppers.jp/index.html からJSPカーネル1.4.2(jsp-1.4.2.tar.gz)をdownload ディレクトリ<dir>に置く 2.展開 $ cd <dir> $ tar xzf jsp-1.4.2.tar.gz 3.akih8_3069fが25MHzの場合は<dir>/jsp/config/h8/akih8_3069f/Makefile.configの70行目 CDEFS := $(CDEFS) -DCPU_CLOCK=2000000 を CDEFS := $(CDEFS) -DCPU_CLOCK=2500000 に変更する。 4.cfg.exeとchk.exeを構築 $ cd jsp/cfg $ make depend $ make $ cd .. 5.カーネル構築 $ mkdir AKIH8_3069F $ cd AKIH8_3069F $ mkfir KERNEL $ cd KERNEL $ ../configure -C h8 -S akih8_3069f $ make depend $ make libkernel.a $ cd .. 6.サンプルプログラム構築 $ mkdir sample1 $ cd sample1 $ ../configure -C h8 -S akih8_3069f -L ../KERNEL $ make depend $ make |
Copyright© 2006 Laksmi-Do Corp. All rights reserved. |
連絡先(@を半角に) develop@laksmido.com |