Forum Discussion
RichardT_altera
Super Contributor
8 months agoWhat is your intention in running quartus_sh -g?
The option -g does not appear to be a valid or supported flag for the quartus_sh command. If you're trying to launch the Quartus GUI, you might be thinking of:
quartus &
The quartus_sh command is typically used like this:
quartus_sh -t <script.tcl>
This runs a Tcl script that automates tasks such as project creation, compilation, or report generation.
You may checkout this user guide on how to run the quartus_sh executable.
Regards,
Richard