Missing compiler configured in project

General questions regarding the usage of CodeLite
ghost
CodeLite Enthusiast
Posts: 20
Joined: Wed May 28, 2014 9:58 pm
Genuine User: Yes
IDE Question: C++
Contact:

Missing compiler configured in project

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Missing compiler configured in project

Post by eranif »

In git head the entire compiler detection was changed and codelite when such a scenario encountered.
Eran
Make sure you have read the HOW TO POST thread
ghost
CodeLite Enthusiast
Posts: 20
Joined: Wed May 28, 2014 9:58 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Missing compiler configured in project

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Missing compiler configured in project

Post by eranif »

ghost wrote:straight to 6.0 ?
We are going stragight for 6.0 ;)

Hopefully really soon

Eran
Make sure you have read the HOW TO POST thread
ghost
CodeLite Enthusiast
Posts: 20
Joined: Wed May 28, 2014 9:58 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Missing compiler configured in project

Post 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...
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Missing compiler configured in project

Post 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
Make sure you have read the HOW TO POST thread
Post Reply