Author Topic: Integration of Cosmic Compiler / Cygwin "make" into code blocks  (Read 12240 times)

Offline Oulaxer11

  • Multiple posting newcomer
  • *
  • Posts: 28
Integration of Cosmic Compiler / Cygwin "make" into code blocks
« 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
-Mike

Offline Oulaxer11

  • Multiple posting newcomer
  • *
  • Posts: 28
Re: Integration of Cosmic Compiler / Cygwin "make" into code blocks
« Reply #1 on: January 11, 2008, 06:25:24 pm »
<crickets chirping sweetly>
-Mike

Offline Keyla

  • Multiple posting newcomer
  • *
  • Posts: 48
Re: Integration of Cosmic Compiler / Cygwin "make" into code blocks
« Reply #2 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.

Offline Oulaxer11

  • Multiple posting newcomer
  • *
  • Posts: 28
Re: Integration of Cosmic Compiler / Cygwin "make" into code blocks
« Reply #3 on: January 15, 2008, 03:32:13 pm »
How does one go to start understanding how to do that?
-Mike