Code::Blocks Forums

User forums => Embedded development => Topic started by: awolfe on May 31, 2011, 06:45:28 pm

Title: Starting a project without choosing a compiler
Post by: awolfe on May 31, 2011, 06:45:28 pm
Would it be possible to remove the requirement of choosing a compiler when starting a project?  I use CB as an editor only for doing embedded coding on Freescale MC9S08 projects.  I have to jump over to Freescale's CodeWarrior to compile and debug, but it is worth going back and forth, I can't stand CodeWarrior.  Any way... I normally have the compiler plugin disabled in CB, but have to enable it and choose a compiler any time I start a project.

Thanks for considering.
Title: Re: Starting a project without choosing a compiler
Post by: stahta01 on June 02, 2011, 08:08:59 pm
If you can use an makefile to compile the project it might be better than what you are currently doing.

Tim S.