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
43 stars 27 forks source link

Building anything FPGA related results in Error #153

Closed JsGraaf closed 1 year ago

JsGraaf commented 1 year ago

All FPGA related make files result in following error:

cd build && symbiflow_write_bitheader -b helloworldfpga.bit Traceback (most recent call last): File "/home/joris/Scriptie/Toolchain/qorc-sdk/fpga_toolchain_install/v1.3.1/quicklogic-arch-defs/bin/python/bitstream_to_header.py", line 57, in <module> fp = open(Path(args.infile.parent).joinpath("ram.mem"), 'r') FileNotFoundError: [Errno 2] No such file or directory: 'ram.mem'

JsGraaf commented 1 year ago

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