chili-chips-ba / openCologne

Spicing up the first and only EU FPGA chip with a flashy new board, loaded with a suite of engaging demos and examples.
https://www.chili-chips.xyz/open-cologne
21 stars 1 forks source link

Error after trying to build Yosys for Linux #2

Closed harunkovacevic closed 1 month ago

harunkovacevic commented 1 month ago

When running make -j$(nproc) in order to build Yosys, there is an error:

Initialize the submodule: Run 'git submodule update --init' to set up 'abc' as a submodule. make: ** [Makefile:748: check-git-abc] Error 1 make: Waiting for unfinished jobs....**

harunkovacevic commented 1 month ago

The error message indicates that the build process requires the initialization of a submodule named abc. The git submodule update --init command needs to be run to initialize this submodule.