Altera_Forum
Honored Contributor
20 years agoHow to generate different ELF files at once in IDE
Hello,
I have two projects (for our customers) which have the same Nios II IDE project as a source code basis. These two projects are mainly the same, only a few# define values are different when I build the IDE project. How can I build both projects from my IDE project at once and automatically? I would like to have two ELF files output by the IDE, with different names or in different folders for each customer project. I hope there is a way to do this. If the IDE does not offer such flexibility, how can I create easily (if not automatically) a makefile or similar to generate the two versions by DOS command line?