Last active
April 19, 2017 02:05
-
-
Save uchan-nos/aac616419149385e34c27c984794efb2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| uchan@uchan-lavie:~/workspace/github.com/HariboteOS/harib27f/haribote$ make | |
| ../../z_tools/make -r ipl09.bin | |
| make[1]: ディレクトリ '/home/uchan/workspace/github.com/HariboteOS/harib27f/haribote' に入ります | |
| ../../z_tools/nask ipl09.nas ipl09.bin ipl09.lst | |
| make[1]: ../../z_tools/nask: コマンドが見つかりませんでした | |
| Makefile:34: ターゲット 'ipl09.bin' のレシピで失敗しました | |
| make[1]: *** [ipl09.bin] エラー 127 | |
| make[1]: ディレクトリ '/home/uchan/workspace/github.com/HariboteOS/harib27f/haribote' から出ます | |
| Makefile:28: ターゲット 'default' のレシピで失敗しました | |
| make: *** [default] エラー 2 | |
| uchan@uchan-lavie:~/workspace/github.com/HariboteOS/harib27f/haribote$ | |
| ../z_tools/nask はあるのに、実行はできない | |
| uchan@uchan-lavie:~/workspace/github.com/HariboteOS/harib27f/haribote$ ls ../../z_tools/nask | |
| ../../z_tools/nask | |
| uchan@uchan-lavie:~/workspace/github.com/HariboteOS/harib27f/haribote$ ../../z_tools/nask | |
| bash: ../../z_tools/nask: そのようなファイルやディレクトリはありません | |
| 実行できるツールとできないツールがある模様。 | |
| bim2hrb, obj2bim は実行できるが、sjisconv, nask は実行できない。全部は調査していない。 | |
| uchan@uchan-lavie:~/workspace/github.com/HariboteOS/z_tools$ ./bim2hrb | |
| usage>bim2hrb appname.bim appname.hrb heap-size [mmarea-size] | |
| uchan@uchan-lavie:~/workspace/github.com/HariboteOS/z_tools$ ./obj2bim | |
| "obj2bim" flexible linker for COFF copyright (C) 2004 H.Kawai | |
| usage (2 cases) : | |
| >obj2bim -fixobj (.obj file) [text_align:#] [data_align:#] [bss_align:#] | |
| >obj2bim @(rule file) out:(file) [map:(file)] [stack:#] [(.obj/.lib file) ...] | |
| uchan@uchan-lavie:~/workspace/github.com/HariboteOS/z_tools$ ./sjisconv | |
| bash: ./sjisconv: そのようなファイルやディレクトリはありません | |
| uchan@uchan-lavie:~/workspace/github.com/HariboteOS/z_tools$ ./nask | |
| bash: ./nask: そのようなファイルやディレクトリはありません | |
| uchan@uchan-lavie:~/workspace/github.com/HariboteOS/z_tools$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment