miosix-kernel
miosix-kernel copied to clipboard
不能在apple M1上成功编译gcc-start
According to https://miosix.org/wiki/index.php? title=Building_GCC_from_sources' tips
My step:
-
xcode-select --install
-
cc-v
-
Git clone https://miosix.org/git-public/miosix-kernel.git
-
cd miosix-kernel
-
Git fetch origin
-
git checkout -b testing origin/testing
-
sh download.sh
-
sh install-script.sh -j12
Finally, I got:: Error compiling gcc-start
This is my log/e.txt. I would appreciate it if you could help me.