LinuxでGforth0.7.0を使用しています。gforthmiを実行しようとするたびに、使用するパラメーターに関係なく、次のようにセグメンテーション違反が発生します。
[bahman@bleda ussa]$ gforthmi ussa.fi -m 4M ussa.fs
redefined block-offset
Segmentation fault.
redefined block-offset
Segmentation fault.
redefined th
*OS command line*:-1: No such file or directory
comp-image >>>./temp-image.fi1<<< ./temp-image.fi2 ussa.fi bye
Backtrace:
$7FE2020FE850 throw
$7FE202134408 slurp-file
chmod: cannot access `ussa.fi': No such file or directory
rm: cannot remove `./temp-image.fi1': No such file or directory
rm: cannot remove `./temp-image.fi2': No such file or directory
32ビットマシンと64ビットマシンの両方で試してみましたが、結果はまったく同じでした。
私は何が欠けている/間違っているのですか?ヘルプ/アイデアをいただければ幸いです。TIA、
-
バフマン