Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gnu make on windows 10 #352

Open
ghost opened this issue Oct 27, 2022 · 1 comment
Open

gnu make on windows 10 #352

ghost opened this issue Oct 27, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 27, 2022

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:

self._run_tool("make", args, quiet=True)

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

@ghost ghost changed the title edalize quartus makefile on windows 10 gnu make on windows 10 Oct 27, 2022
@olofk
Copy link
Owner

olofk commented Feb 23, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant