Page 1 of 1

Missing compiler configured in project

Posted: Fri May 30, 2014 12:54 am
by ghost
Hello, I am mainly using codelite as a C++ IDE for embedded development, using different cross compilers and toolchains.
I noticed that if you configured a specific compiler in a project (say, GCC for ARM) BUT you do not have configured that compiler with that name in your codelite preferences, codelite uses the standard "gcc" to build the project, without any error or notice.
Is there a reason behind this? An error/warning message would be glad...
Thanks
Bye

Re: Missing compiler configured in project

Posted: Fri May 30, 2014 2:19 pm
by eranif
In git head the entire compiler detection was changed and codelite when such a scenario encountered.
Eran

Re: Missing compiler configured in project

Posted: Fri May 30, 2014 6:21 pm
by ghost
Ok, perfect thanks.
Just to know, when you plan to release the next version? an intermediate 5.5 or straight to 6.0 ?
Thanks
Bye

Re: Missing compiler configured in project

Posted: Fri May 30, 2014 6:54 pm
by eranif
ghost wrote:straight to 6.0 ?
We are going stragight for 6.0 ;)

Hopefully really soon

Eran

Re: Missing compiler configured in project

Posted: Fri May 30, 2014 7:01 pm
by ghost
Ok, great.
Just a last question: will be the old projects made with 5.4 totally compatible?
Because I have to port a quite big project to codelite, and so I have to decide to begin the work now with 5.4, or wait for 6.0...

Re: Missing compiler configured in project

Posted: Fri May 30, 2014 7:10 pm
by eranif
ghost wrote:Just a last question: will be the old projects made with 5.4 totally compatible?
Yes.

codelite 6.0 is compatible all the way back to codelite 1.0 ;)

Eran