riscv-software-src / homebrew-riscv

homebrew (macOS) packages for RISC-V toolchain
https://riscv.org
310 stars 50 forks source link

Test and make with no multilib fails on M1 (Seqoia) #131

Open bferguson3 opened 2 days ago

bferguson3 commented 2 days ago

==> Installing riscv-software-src/riscv/riscv-gnu-toolchain --with-NOmultilib ==> git submodule update --depth 1 --init --recursive newlib ==> git submodule update --depth 1 --init --recursive binutils ==> git submodule update --depth 1 --init --recursive gcc ==> ./configure --with-cmodel=medany --disable-gdb ==> make Last 15 lines from /Users/bent/Library/Logs/Homebrew/riscv-gnu-toolchain/05.make: 2024-10-16 14:52:45 +0000

make

Makefile:51: *** commands commence before first target. Stop.

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core): https://github.com/riscv-software-src/homebrew-riscv/issues

Install works without the NOmultilib option, but then the riscv test will fail with no output.