Forum Discussion
ove
New Contributor
3 months agoQuartus 12 build from pipeline
I have an old project using Quartus 12 and NIOS2 IDE v12,build 178. This is a legacy system which I still have to maintain for a long time, so I wanted to see if I could get this into a pipeline bui...
FvM
Super Contributor
3 months agoHi ove,
how about showing your batch file and where it fails?
Regards Frank
- ove3 months ago
New Contributor
Hi FvM
Stuck in the very beginning here I'm afraid :) Just experimenting with various commands for now to figure out how to do it.
I've used similar approach on Quartus 21, using the NIOS2 command shell to run all necessary commands to create and build (clean,make etc)
But when trying a similar approach in Q12 it does not seem to work, just get errors about it cannot find files, assumption is that this has something to do with paths (cygdrive) or similar, so this the path I'll follow at first.
I just wanted to check if someone else has tried to create/compile Q12 project from commandline incase they had any tips for me.