QuickLogic-Corp / qorc-sdk

Open source FreeRTOS SDK for EOS S3 MCU+eFPGA SoC including gateware, software and documentation under QuickLogic Open Reconfigurable Computing (QORC) Initiative
Apache License 2.0
44 stars 27 forks source link

Installation of conda environment gives error #152

Closed JsGraaf closed 1 year ago

JsGraaf commented 1 year ago

When running source envsetup.h for the first time, I get the following error. The qf_helloworldsw project works fine, but I'm unable to compile qf_helloworldhw. I have installed fasm outside the conda environment, but I'm still unable to compile the project.

`Collecting git+https://github.com/QuickLogic-Corp/quicklogic-fasm@57b6e60574a9d483dc94710d0d3ff42a62b4ec41 Cloning https://github.com/QuickLogic-Corp/quicklogic-fasm (to revision 57b6e60574a9d483dc94710d0d3ff42a62b4ec41) to /tmp/pip-req-build-4g846agl Running command git clone --filter=blob:none --quiet https://github.com/QuickLogic-Corp/quicklogic-fasm /tmp/pip-req-build-4g846agl fatal: unable to access 'https://github.com/QuickLogic-Corp/quicklogic-fasm/': Could not resolve host: github.com error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet https://github.com/QuickLogic-Corp/quicklogic-fasm /tmp/pip-req-build-4g846agl did not run successfully. │ exit code: 128 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet https://github.com/QuickLogic-Corp/quicklogic-fasm /tmp/pip-req-build-4g846agl did not run successfully. │ exit code: 128 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. initializing fpga toolchain. ok. `

Any help would be greatly appreciated!

JsGraaf commented 1 year ago

This turned out to be a WSL1 issue, compilation works fine in WSL2