[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(toppers-users 2824) サンプルプログラムの構築



はじめまして。
最近研修にてtoppersでITRONの勉強をさせて頂いてます福田といいます。

現在サンプルプログラムの構築を行っており
手順どおりに進めていき、libkernel.aの作成、cfgツールの構築までは行きま
したが
make depend の段階で以下のエラーが生じてしまい先に進めません。


rm -f Makefile.depend
h8300-hms-gcc -E -I. -I../../../include  -I../../../config/h8  -DLABEL_A
SM -DVEC
TOR_SIZE= -DGDB_STUB -x c-header sample1.cfg > tmpfile1
In file included from ../../../include/t_services.h:65,
                 from sample1.h:45,
                 from sample1.cfg:10:
../../../include/kernel.h:82: sys_defs.h: No such file or directory
In file included from ../../../include/s_services.h:68,
                 from ../../../config/h8/hw_timer.h:46,
                 from ../../../systask/timer.cfg:9,
                 from sample1.cfg:26:
../../../include/sil.h:78: sys_defs.h: No such file or directory
In file included from ../../../include/s_services.h:73,
                 from ../../../config/h8/hw_timer.h:46,
                 from ../../../systask/timer.cfg:9,
                 from sample1.cfg:26:
../../../include/t_config.h:66: sys_config.h: No such file or directory
make: *** [kernel_cfg.c] Error 1


開発環境は
Windows XP
Cygwin   Ver.1.5.14-1
gcc      2.95.2
binutils 2.10.1  
newlib   無し
    
ホームページからJSP1.4.2-tar.gzを解凍し、tinet-1.4を解凍して上書き。

まだまだ初心者で至らない点も多々あるとは思いますが、お気づきの点がござい
ましたら
ご助力の程よろしくお願いします。