我开始编写一个(非常基本的)操作系统,使用奥斯德维基。它建议我使用i686-elf
工具链,但我在系统上安装它时遇到了麻烦。我正在运行Ubuntu 22.04。 我试过了这个 git 仓库,但存在各种问题,比如必须将文件中的所有出现情况更改python
为,并且永远无法成功构建。python3
i686-elf-tools.sh
mxe
还有其他人成功完成这个工作吗?
编辑:
这是它引发的错误:
Failed to build package mxe-conf for target i686-w64-mingw32.static!
------------------------------------------------------------
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
python --version
bash: line 1: python: command not found
make[1]: *** [Makefile:889: build-only-mxe-conf_i686-w64-mingw32.static] Error 127
make[1]: Leaving directory '/opt/mxe'
real 0m1.880s
user 0m1.838s
sys 0m0.050s
------------------------------------------------------------
[log] /opt/mxe/log/mxe-conf_i686-w64-mingw32.static
make: *** [Makefile:888: /opt/mxe/usr/i686-w64-mingw32.static/installed/mxe-conf] Error 1