chipsalliance / fasm

FPGA Assembly (FASM) Parser and Generator
https://fasm.readthedocs.io
Apache License 2.0
90 stars 30 forks source link

Compilation error #90

Closed zipotron closed 2 years ago

zipotron commented 2 years ago

Hello, I am trying to compile and install but I found this error following the compiling steps: ccc error

pgielda commented 2 years ago

As for the first screenshot -- looking at the output it seems that you do not have Cython installed? If its a debian or debian derivative distro, maybe try sudo apt install cython and then try again?

As for the second one I will let @kgugala answer

zipotron commented 2 years ago

Works perfectly! Thanks!