olofk / edalize

An abstraction library for interfacing EDA tools
BSD 2-Clause "Simplified" License
622 stars 183 forks source link

gnu make on windows 10 #352

Open ghost opened 1 year ago

ghost commented 1 year ago

Hi, I am using Quartus Prime Lite 18.1 with FuseSoC on Windows 10. I have installed gnu make for windows.

When running "fusesoc --cores-root=. run --target=...", a makefile is generated. The script then runs a make command: https://github.com/olofk/edalize/blob/4044f2de5bf7f43e018e18f881468baebb3452c2/edalize/quartus.py#L266 This command fails. When removing the "quiet=True" -> self._run_tool("make", args), the build runs.

PS: gnu make on windows has an option --quiet

Greetings from germany

olofk commented 1 year ago

Hmm... that is strange. I have no explanation for this. But I also don't think quiet=True should be in there, so we could probably just remove it