On 5/25/23 14:17, Vineet Gupta wrote:
FWIW if you want to test this out at your end, it is super easy.
|git clone https://github.com/riscv-collab/riscv-gnu-toolchain
toolchain-upstream cd toolchain-upstream git submodule init git
submodule update ||./configure --with-arch=rv64imafdc --with-abi=lp64d
--enable-multilib --enable-linux --prefix=<path-to-install> make -j
make report-linux SIM=qemu Thx, -Vineet |||
Sorry the mailer clobbered the instructions.
git clone https://github.com/riscv-collab/riscv-gnu-toolchain
toolchain-upstream
cd toolchain-upstream
git submodule init
git submodule update
./configure --with-arch=rv64imafdc --with-abi=lp64d --enable-multilib
--enable-linux --prefix=<path-to-install>
make -j
make -j make report-linux SIM=qemu
Thx