代码拉取完成,页面将自动刷新
./sourcecode
make outdir
./sourcecode
make run
./sourcecode
make clean
1.编译运行错误
PS G:\OS\MyOS\my-os\sourcecode> make run
../z_tools/make.exe -r img
make.exe[1]: Entering directory `G:/OS/MyOS/my-os/sourcecode'
../z_tools/make.exe -r out/img/haribote.img
make.exe[2]: Entering directory `G:/OS/MyOS/my-os/sourcecode'
../z_tools/nask.exe ipl10.nas out/bin/ipl10.bin out/lst/ipl10.lst
../z_tools/nask.exe asmhead.nas out/bin/asmhead.bin out/lst/asmhead.lst
../z_tools/cc1.exe -I../z_tools/haribote/ -Os -Wall -quiet bootpack.c -o out/gas/bootpack.gas
bootpack.c: In function `HariMain':
bootpack.c:18: warning: implicit declaration of function `io_sti'
bootpack.c:62: warning: implicit declaration of function `io_stihlt'
GOL_sysabort:output error!
[TERM_ABORT]
make.exe[2]: *** [out/gas/bootpack.gas] Error 1
make.exe[2]: Leaving directory `G:/OS/MyOS/my-os/sourcecode'
make.exe[1]: *** [img] Error 2
make.exe[1]: Leaving directory `G:/OS/MyOS/my-os/sourcecode'
make: *** [Makefile:101: run] Error 2
此种情况一般是对应的out/gas目录没有创建,执行 make outdir即可解决
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。