[Msys2] 添加riscv64-unknown-elf-gcc

This commit is contained in:
HEYAHONG 2023-11-12 15:52:19 +08:00
parent 3b2557cb4e
commit 8d56749ea8
No known key found for this signature in database
GPG Key ID: BD5679034F83A8A9
3 changed files with 20 additions and 1 deletions

View File

@ -68,4 +68,5 @@ Windows推荐200G以上空间本工程目录Linux推荐100G以上空间
## Windows
- 默认情况下使用Msys2的UCRT64环境。如需编译32位应用可使用Msys2的MINGW32环境(由于较多应用停止支持32位因此此环境可能功能不全)。
- 默认情况下使用Msys2的UCRT64环境。如需编译32位应用可使用Msys2的MINGW32环境(由于较多应用停止支持32位因此此环境可能功能不全)。
- 如需保持工具的更新请定期执行更新脚本若太长时间如几个月不更新可能因为GPG签名过期而无法更新。

View File

@ -0,0 +1,3 @@
mingw-w64-i686-riscv64-unknown-elf-binutils
mingw-w64-i686-riscv64-unknown-elf-gcc
mingw-w64-i686-riscv64-unknown-elf-newlib

View File

@ -0,0 +1,15 @@
mingw-w64-i686-riscv64-unknown-elf-binutils
mingw-w64-i686-riscv64-unknown-elf-gcc
mingw-w64-i686-riscv64-unknown-elf-newlib
mingw-w64-x86_64-riscv64-unknown-elf-binutils
mingw-w64-x86_64-riscv64-unknown-elf-gcc
mingw-w64-x86_64-riscv64-unknown-elf-newlib
mingw-w64-ucrt-x86_64-riscv64-unknown-elf-binutils
mingw-w64-ucrt-x86_64-riscv64-unknown-elf-gcc
mingw-w64-ucrt-x86_64-riscv64-unknown-elf-newlib
mingw-w64-clang-i686-riscv64-unknown-elf-binutils
mingw-w64-clang-i686-riscv64-unknown-elf-gcc
mingw-w64-clang-i686-riscv64-unknown-elf-newlib
mingw-w64-clang-x86_64-riscv64-unknown-elf-binutils
mingw-w64-clang-x86_64-riscv64-unknown-elf-gcc
mingw-w64-clang-x86_64-riscv64-unknown-elf-newlib