Hi,
I am trying to create a wizard in codeblocks which will allow the user to select one out of multiple embedded development boards available (like in ARM Wizard) and based on the Development board selected, wizard will give different compiler options. (eg if user has selected development board "A", he will have the option to select only one of "x", and "Y" compilers. Similarly, if the if user has selected development board "B", he will have the option to select only one of "z", and "w" compilers).
By going through the documentation, I didn't get a way to do this.
It seems that only 1 compiler page is possible in 1 wizard.
Is there any way to create multiple compiler pages in single wizard, so that based on development board selection user will get the suitable compilers to select? Or is there any other way to achieve the same though?
P.S I am refering the below document
http://wiki.codeblocks.org/index.php/Wizard_Scripting_Commands