https://gforth.org/ の Bleeding Edge snapshot を make してみた。
$ gforth
Gforth 0.7.9_20220310
Authors: Anton Ertl, Bernd Paysan, Jens Wilke et al., for more type `authors'
Copyright © 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
Gforth comes with ABSOLUTELY NO WARRANTY; for details type `license'
Type `help' for basic help
include fib.fs ok
10 fib ok 1
. 55 ok
see fib
: FIB #0 #1
rot #0
?do over + swap
loop
drop ; ok
ただ、すぐ上のように動いたのではない。はじめ、 make 途中でエラーになってしまったため、原因と思われた Makefile の一部を修正した。 ( unix/stat.fs を unix/filestat.fs )
gforth-0.7.9_20220310$ grep stat.fs Makefileunix/serial.fs unix/filestat.fs unix/libc.fs unix/time.fsLIBCC_GEN_SRC = unix/stat.fs $(patsubst %, unix/%, $(SWIGMODULES))
とりあえずは、これで動いている。
0 件のコメント:
コメントを投稿