Code::Blocks Forums

User forums => Embedded development => Topic started by: Oulaxer11 on January 10, 2008, 04:22:22 pm

Title: Integration of Cosmic Compiler / Cygwin "make" into code blocks
Post by: Oulaxer11 on January 10, 2008, 04:22:22 pm
let me preface this with the fact that I am pretty new to non fully integrated IDEs. I am programming for a Freescale MCU, that is using the cosmic compiler.  This is done through MAKE which is fired off in a CYGWIN shell. What are the steps required (if at all possible) to integrate that make file into codeblocks and to fire off a script that would compile the project using the buttons and then extract the warnings and errors and what not into the IDE...

If this requires changes to the source code of codeblocks thats Okay.. I'm willing to give it the old college try..

thanks for the info

- Mike
Title: Re: Integration of Cosmic Compiler / Cygwin "make" into code blocks
Post by: Oulaxer11 on January 11, 2008, 06:25:24 pm
<crickets chirping sweetly>
Title: Re: Integration of Cosmic Compiler / Cygwin "make" into code blocks
Post by: Keyla on January 12, 2008, 09:19:02 am
Well for a ugly integration you have just to disable the CB Makefile creation and to add the make commands by hand.

But this won't allow you to use the IDE for changing compiling behavoiur, debugging, ... for that reason an compiler template is nescesarry and I think this has to be developed seperately.
Title: Re: Integration of Cosmic Compiler / Cygwin "make" into code blocks
Post by: Oulaxer11 on January 15, 2008, 03:32:13 pm
How does one go to start understanding how to do that?