News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Newbee question

Started by FriedV, April 30, 2008, 09:40:59 AM

Previous topic - Next topic

FriedV

First a big "Thank you" for this nice IDE, it is the best I've seen so far and I have tried some!
I use the wizard script by Brian Sidebothan to set up my AVR project, but I would like to change the compiler name, set the makefile to custom and change the "Make" commands in the build options. Doing this by hand works well, but I would like to keep these changes for the next project. How do I do this?
Thanks, Fried

mandrav

Two ways:

  • The easy one: create a new project, edit its options to your heart's contents and finally click "File->Save project as user-template"
  • The not-so-easy one: edit the wizard script to perform the needed changes. For this you will need to get acquainted to C::B's scripting system, specifically wizard scripts.
Be patient!
This bug will be fixed soon...

FriedV

Thanks very much for showing me the way, editing the wizard script worked perfectly!