chipsalliance / dromajo

RISC-V RV64GC emulator designed for RTL co-simulation
Apache License 2.0
213 stars 63 forks source link

linux build is not working on Macs #9

Closed irfanwa closed 4 years ago

irfanwa commented 4 years ago

I was trying the Dromajo setup on my Mac. I got the riscv baremetal stuff to work but the linux build is not working.

In particular I am trying this part: Linux with buildroot Get a trivial buildroot (~ 23 min)

I get an error. See screenshot. I installed gcc on my Mac using "brew install gcc" but it didn't help.

Screen Shot 2019-12-10 at 8 15 28 PM
et-tommythorn commented 4 years ago

As far as I can tell this isn't a Dromajo issue; you're trying to build one of the examples usages. They are probably not supported on macOS. You should file the issue with them.

irfanwa commented 4 years ago

thanks. Noted