Re: Build for RISC-V with LLVM

2025-05-01 Thread Nathaniel Hourt
On 2025-05-01 20:48, Yao Zi wrote: On Thu, May 01, 2025 at 03:54:34PM -0500, Nathaniel Hourt wrote: On 2025-04-26 23:34, Yao Zi wrote: > On Sat, Apr 26, 2025 at 06:25:50PM -0500, Nathaniel wrote: > > On Apr 26 2025, at 1:30 am, Yao Zi wrote: > > > On Fri, Apr 25, 2025 at 12:43:08PM -0500, Natha

Re: Build for RISC-V with LLVM

2025-05-01 Thread Yao Zi
On Thu, May 01, 2025 at 03:54:34PM -0500, Nathaniel Hourt wrote: > On 2025-04-26 23:34, Yao Zi wrote: > > On Sat, Apr 26, 2025 at 06:25:50PM -0500, Nathaniel wrote: > > > On Apr 26 2025, at 1:30 am, Yao Zi wrote: > > > > On Fri, Apr 25, 2025 at 12:43:08PM -0500, Nathaniel Hourt wrote: > > > > > Hi

Re: Build for RISC-V with LLVM

2025-05-01 Thread Nathaniel Hourt
On 2025-04-26 23:34, Yao Zi wrote: On Sat, Apr 26, 2025 at 06:25:50PM -0500, Nathaniel wrote: On Apr 26 2025, at 1:30 am, Yao Zi wrote: > On Fri, Apr 25, 2025 at 12:43:08PM -0500, Nathaniel Hourt wrote: > > Hi, all > > > > I am trying to build u-boot and SPL for my Mars board (riscv, variant of

Re: Build for RISC-V with LLVM

2025-04-26 Thread Yao Zi
On Sat, Apr 26, 2025 at 06:25:50PM -0500, Nathaniel wrote: > On Apr 26 2025, at 1:30 am, Yao Zi wrote: > > On Fri, Apr 25, 2025 at 12:43:08PM -0500, Nathaniel Hourt wrote: > > > Hi, all > > > > > > I am trying to build u-boot and SPL for my Mars board (riscv, variant of > > > the > > > starfive v

Re: Build for RISC-V with LLVM

2025-04-26 Thread Nathaniel
On Apr 26 2025, at 1:30 am, Yao Zi wrote: > On Fri, Apr 25, 2025 at 12:43:08PM -0500, Nathaniel Hourt wrote: > > Hi, all > > > > I am trying to build u-boot and SPL for my Mars board (riscv, variant of the > > starfive visionfive2) following the board-specific docs [1], using > > LLVM/clang as my

Re: Build for RISC-V with LLVM

2025-04-25 Thread Yao Zi
On Fri, Apr 25, 2025 at 12:43:08PM -0500, Nathaniel Hourt wrote: > Hi, all > > I am trying to build u-boot and SPL for my Mars board (riscv, variant of the > starfive visionfive2) following the board-specific docs [1], using > LLVM/clang as my toolchain with the HOSTCC and CC make options mentione

Build for RISC-V with LLVM

2025-04-25 Thread Nathaniel Hourt
Hi, all I am trying to build u-boot and SPL for my Mars board (riscv, variant of the starfive visionfive2) following the board-specific docs [1], using LLVM/clang as my toolchain with the HOSTCC and CC make options mentioned in [2]. I'm building from a RISC-V native chroot using qemu-binfmt so