zachjs / sv2v

SystemVerilog to Verilog conversion
BSD 3-Clause "New" or "Revised" License
498 stars 50 forks source link

failed to make #193

Closed nicolast0604 closed 2 years ago

nicolast0604 commented 2 years ago

mkdir -p bin stack install --install-ghc --local-bin-path bin make: stack: Command not found Makefile:6: recipe for target 'sv2v' failed make: *** [sv2v] Error 127

parastuffs commented 2 years ago

You need to install stack first, the haskell tool stack. This is hinted by the message stack: Command not found

zachjs commented 2 years ago

@parastuffs is spot on here. I'm closing this issue. @nicolast0604, if you're still having trouble building, please feel free to reopen or file another issue.