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 agoIf you've built the design once from the IDE then you should open up the Nios II shell, change to the Debug or Release directory and type `make -s`.
If you want to do everything without the IDE then you'll need to use nios2-create-* to create the project and then nios2-build-project to build the ELF file from there. There are command line tools to download and debug from the command line available too.