Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4861

SDK • Re: Help needed for Building RISC-V Compiler

$
0
0
I guess I've only seen one link and it is https://www.embecosm.com/resources/tool ... downloads/. On top of it is a mail - just didn't want to put mail on forum. I'm aware you're looking for 32 bit Pi and it is nowhere to be found, but at least for 64 bit Windows there is in the same location.

With RISC-V Embedded you can go with:

Code:

set(PICO_PLATFORM rp2350-riscv)set(PICO_COMPILER pico_riscv_gcc)set(PICO_GCC_TRIPLE to riscv32-unknown-elf)set(PICO_BOARD pico2)
and CORE-V:

Code:

set(PICO_PLATFORM rp2350-riscv)set(PICO_COMPILER pico_riscv_gcc) # or pico_riscv_gcc_zcb_zcmp for better peformance, power consumption and lower binary size I guessset(PICO_GCC_TRIPLE to riscv32-corev-elf)set(PICO_BOARD pico2)

Statistics: Posted by MatSOBDev2 — Thu Aug 15, 2024 2:24 pm



Viewing all articles
Browse latest Browse all 4861

Trending Articles