Forum Discussion
Altera_Forum
Honored Contributor
21 years agoBuilding design not from IDE?
Hello! I want to build design by some .bat file or from command line. Can I make it ? Or it possible only from IDE? I'm working in WINXP. If someone have example how I can do it, plea...
Altera_Forum
Honored Contributor
21 years agoYou can build projects that you have created from the IDE by running "make" from the command. To do this, open an SDK shell, change into the Debug or Release directory of your application project then run "make".
If you also want to create a project from the command line, you can use the tools described in the "Altera Command-Line tools" section of Chaper 11 of the Nios II Software Developer's Handbook.