QuickLogic-Corp / quicklogic-fpga-toolchain

Open Source FPGA toolchain and documentation for QuickLogic devices and eFPGA IP
https://quicklogic-quicklogic-fpga-toolchain.readthedocs-hosted.com/en/latest/index.html
Apache License 2.0
36 stars 8 forks source link

Failed to 'compile from source code' #32

Closed jzhang-quicklogic closed 3 years ago

jzhang-quicklogic commented 3 years ago

Trying to install Symbiflow by following '2) Compile from source code and run example' I checked out the yosos repo already: git clone https://github.com/QuickLogic-Corp/yosys.git -b quicklogic-rebased quicklogic-yosys And ran the following commands: cd quicklogic-yosys make config-gcc

Then I got error below: [Makefile.conf] CONFIG := gcc /bin/sh: 1: pkg-config: not found /bin/sh: 1: pkg-config: not found bash: tclsh: command not found /bin/sh: 1: pkg-config: not found bash: tclsh: command not found /bin/sh: 1: pkg-config: not found /bin/sh: 1: gcc: not found

What is needed before compiling the source code? I suppose all the steps needed to complete Symbiflow installation should be there.

kkumar23 commented 3 years ago

@jzhang-quicklogic : Each tool specific software requirements are listed on their repo. For eg yosys: https://github.com/QuickLogic-Corp/yosys [Refer the Setup information on their read.md page]. Same for VTR as well.