YosysHQ / icestorm

Project IceStorm - Lattice iCE40 FPGAs Bitstream Documentation (Reverse Engineered)
ISC License
965 stars 224 forks source link

icebox Makefile make[1]: *** [install] Error 1 #266

Closed timothypholmes closed 3 years ago

timothypholmes commented 3 years ago

Trying to build using ./icestorm.sh on macOS 11 Big Sur. When running I am presented with the error: sed -i 's+import iceboxdb+import iceboxdb as iceboxdb+g' /Users/USER/.local/bin/icebox.py sed: 1: "/Users/USER/.local ...": undefined label 'USER/.local/bin/icebox.py' make[1]: *** [install] Error 1 make: *** [install] Error 2

I found away to fix this, however, I am unsure if this will need to be fix for the future or it it may just be my machine. I went into the icestorm directory and edited the Makefile file. From there all of the sed -i 's+import iceboxdb+import ... need to be changed to sed '' -i 's+import iceboxdb+import ... for this package to build properly.

timothypholmes commented 3 years ago

Realized this has been addressed