You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using gcc-10.1.0 and glibc-3.2.1 , and using ring from link: https://github.com/briansmith/ring.git
I am building on target board, this source not having riscv support, i modified inside source from the link:- https://github.com/briansmith/ring/pull/1556/commits/22fae8e15edddac0891404ddb5a621bb6301e234
when i prefer this link there i got these changes inside mk/cargo.sh
**qemu_riscv64="qemu-riscv64 -L /usr/riscv64-linux-gnu"
riscv64gc-unknown-linux-gnu)
export CC_riscv64gc_unknown_linux_gnu=riscv64-linux-gnu-gcc
export AR_riscv64gc_unknown_linux_gnu=riscv64-linux-gnu-gcc-ar
export CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_LINKER=riscv64-linux-gnu-gcc
export CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_RUNNER="$qemu_riscv64"**
;;
i donot need for qemu, i am building on target board, Can anyone help me to build ring 0.16.20 on target board.
T&R
luvkhush
The text was updated successfully, but these errors were encountered:
Hi all,
T&R
luvkhush
The text was updated successfully, but these errors were encountered: