We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在遵循文件安裝相關套件並設定好環境變數後,進入 01-HelloOs 嘗試讓他開始執行。
01-HelloOs
make
IAN@DESKTOP-9AEMEPL MINGW64 ~/Desktop/mini-riscv-os/01-HelloOs (master) $ make riscv64-unknown-elf-gcc -nostdlib -fno-builtin -mcmodel=medany -march=rv32ima -mabi=ilp32 -T os.ld -o os.elf start.s os.c process_begin: CreateProcess(NULL, riscv64-unknown-elf-gcc -nostdlib -fno-builtin -mcmodel=medany -march=rv32ima -mabi=ilp32 -T os.ld -o os.elf start.s os.c, ...) failed. make (e=2): ▒t▒Χ䤣▒▒▒▒w▒▒▒ɮסC make: *** [os.elf] Error 2
想請問有可能是哪個環節出了錯誤,謝謝。
The text was updated successfully, but these errors were encountered:
我將 Freedom Studio 重新安裝成與文件相同的版本後解決了,謝謝。
Sorry, something went wrong.
很高興問題解決了!
No branches or pull requests
我在遵循文件安裝相關套件並設定好環境變數後,進入
01-HelloOs
嘗試讓他開始執行。想請問有可能是哪個環節出了錯誤,謝謝。
The text was updated successfully, but these errors were encountered: