Altera_Forum
Honored Contributor
19 years agoSoftware Config Control
Hi all,
I'm wanting to keep track of software builds. What I do on other platforms, is run an executable that increments a number stored in a file called version.h. Thus the executable reads the current number, increments it by 1 and then writes it back. Then in my code, I read the number as a string from that header file. I need to run the executable everytime I build my project. (I'm sure there must be place to specify any command lines to be executed before/after building the project) I'm using the NIOS IDE. Does anybody have any suggestions??? Regards, Tyrone