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
Missing compiler configured in project
-
- CodeLite Enthusiast
- Posts: 20
- Joined: Wed May 28, 2014 9:58 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Missing compiler configured in project
In git head the entire compiler detection was changed and codelite when such a scenario encountered.
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- 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
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
Just to know, when you plan to release the next version? an intermediate 5.5 or straight to 6.0 ?
Thanks
Bye
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Missing compiler configured in project
We are going stragight for 6.0ghost wrote:straight to 6.0 ?
Hopefully really soon
Eran
Make sure you have read the HOW TO POST thread
-
- 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
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...
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...
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Missing compiler configured in project
Yes.ghost wrote:Just a last question: will be the old projects made with 5.4 totally compatible?
codelite 6.0 is compatible all the way back to codelite 1.0
Eran
Make sure you have read the HOW TO POST thread