-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to build helloworldfpga_bit.h from qf_apps #150
Comments
Are you in a conda environment? |
After the installation process, yes. By trying it in a zshell I get: The problem was first found in 5.16.11-2-MANJARO linux, so I wanted to verify that it might run in another OS and tried Ubuntu and CentOS. In Ubuntu the "Downloading and installation" step is sometimes stuck for minutes before it goes on. Most probably at the yosys or vtr stage. To bypass these errors I wanted to build from source, but I found out, that vtr is not building with newer tbb releases at the moment. I finally got a version that is compiling the bitstream by setting up a CentOS (5.14.0-70.el9) VM with an older tbb version (2020.3), building yosys and vtr, and copying the binaries into the ".../v1.3.1/conda/bin/" folder. I would nevertheless prefer an official installer to be sure I can use the EOS S3 for production. |
Hello, I also tried installing both Symbiflow v1.3.1 and v1.3.2, but encountered an error message during the WSL2 installation stating that the python installation in my environment is incompatible with the required specifications. Specifically, the yosys package requires python version 3.8 while my system has python version 3.10.
I tried downgrading python to version 3.8 after installation, but the problem persisted. It seems that running the Symbiflow installation script installs anaconda by default, which uses python 3.10 and is not compatible with yosys. update
Please note that if you launch the envsetup.sh shell after this installation, it will reinstall Symbiflow_v1.3.1 and conflicts may occur between the two conda versions. Br |
Yeah... Modifying envsetup.sh heavily now... Clearly, envsetup.sh is buggy... And Symbiflow is now f4pga... |
After starting a clean install with
git clone https://github.com/QuickLogic-Corp/qorc-sdk.git
cd qorc-sdk
source envsetup.sh
the installer finishes the process, but bitstream is not generated and terminates with
"fatal error: helloworldfpga_bit.h: No such file or directory"
The text was updated successfully, but these errors were encountered: