News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Integration of Cosmic Compiler / Cygwin "make" into code blocks

Started by Oulaxer11, January 10, 2008, 04:22:22 PM

Previous topic - Next topic

Oulaxer11

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

Oulaxer11

-Mike

Keyla

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.

Oulaxer11

-Mike