File tree Expand file tree Collapse file tree
tools/Util/msys64/usr/local Expand file tree Collapse file tree Original file line number Diff line number Diff line change 34203420 <None Include =" tools\Util\msys64\usr\local\gcc-14.2.1-arm-none-eabi\README.md" />
34213421 <None Include =" tools\Util\msys64\usr\local\gcc-15.1.0-avr\README.md" />
34223422 <None Include =" tools\Util\msys64\usr\local\gcc-15.1.0-rl78-unknown-elf\README.md" />
3423+ <None Include =" tools\Util\msys64\usr\local\llvm-17.0.2-riscv32\about_free_support.html" />
3424+ <None Include =" tools\Util\msys64\usr\local\llvm-17.0.2-riscv32\COPYING" />
3425+ <None Include =" tools\Util\msys64\usr\local\llvm-17.0.2-riscv32\README.md" />
34233426 <None Include =" tools\Util\msys64\usr\local\README.md" />
34243427 </ItemGroup >
34253428 <ItemGroup >
Original file line number Diff line number Diff line change 30953095 <None Include =" tools\Util\msys64\usr\local\README.md" >
30963096 <Filter >tools\Util\msys64\usr\local</Filter >
30973097 </None >
3098+ <None Include =" tools\Util\msys64\usr\local\llvm-17.0.2-riscv32\README.md" >
3099+ <Filter >tools\Util\msys64\usr\local\llvm-17.0.2-riscv32</Filter >
3100+ </None >
3101+ <None Include =" tools\Util\msys64\usr\local\llvm-17.0.2-riscv32\about_free_support.html" >
3102+ <Filter >tools\Util\msys64\usr\local\llvm-17.0.2-riscv32</Filter >
3103+ </None >
3104+ <None Include =" tools\Util\msys64\usr\local\llvm-17.0.2-riscv32\COPYING" >
3105+ <Filter >tools\Util\msys64\usr\local\llvm-17.0.2-riscv32</Filter >
3106+ </None >
30983107 </ItemGroup >
30993108 <ItemGroup >
31003109 <Text Include =" CMakeLists.txt" />
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ real-time-cpp-toolchains - Individual Toolchains
55| ---------------------- | --------------------- |
66| ` arm-none-eabi ` | [ ARM(R) GNU Toolchain] ( https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads ) |
77| ` avr ` | [ ckormanyos/avr-gcc-build] ( https://github.com/ckormanyos/avr-gcc-build ) |
8- | ` llvm-riscv32 ` | TBD |
8+ | ` llvm-riscv32 ` | [ llvm-gcc-renesas.com ] ( https://llvm-gcc-renesas.com ) |
99| ` riscv-none-elf ` | [ xpack-dev-tools/riscv-none-elf-gcc-xpack] ( https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack ) |
1010| ` rl78-unknown-elf ` | [ ckormanyos/gcc-rl78-unknown-elf] ( https://github.com/ckormanyos/gcc-rl78-unknown-elf ) |
1111| ` rx-elf ` | [ ckormanyos/gcc-rx-elf] ( https://github.com/ckormanyos/gcc-rx-elf ) |
Original file line number Diff line number Diff line change 1+ @ Echo Off
2+ Set PATH = C:\ProgramData\LLVM for Renesas RISC-V 17.0.2.202403\bin;C:\ProgramData\LLVM for Renesas RISC-V 17.0.2.202403\lib\clang\LLVM for Renesas RISC-V 17.0.2.202403;%PATH%
3+ Set MAKE_MODE = unix
4+ cd " C:\ProgramData\LLVM for Renesas RISC-V 17.0.2.202403"
5+ Cmd " cd\" /k
Original file line number Diff line number Diff line change 22==================
33
44See also
5- [ llvm-gcc-renesas.com] ( https://llvm-gcc-renesas.com )
5+ [ llvm-gcc-renesas.com] ( https://llvm-gcc-renesas.com )
You can’t perform that action at this time.
0 commit comments