Suggestion, Copy Compiler under build settings
Posted: Wed Jun 12, 2013 2:39 am
In the category of users with self serving feature requests that they have no intention of working on.
I use codelite for embedded development using gcc cross compilers. A suggestion that might make it easier for others would be to allow users to 'copy' a compiler under build settings. That would make it a lot easier to create a new compiler since the various flavors of of gcc are very similar to each other.
Even better would be a plug in to detect and register compilers installed on the host machine. Code::Blocks has something like this, but it's was a bit of a mess last time I looked at it.
PS: Is there any way to run 'plug-in's written in python under codelite? For auto-detecting compilers, something like python would be the way to do it, since anyone working on it wouldn't have to compile and link codelite from sources.
I use codelite for embedded development using gcc cross compilers. A suggestion that might make it easier for others would be to allow users to 'copy' a compiler under build settings. That would make it a lot easier to create a new compiler since the various flavors of of gcc are very similar to each other.
Even better would be a plug in to detect and register compilers installed on the host machine. Code::Blocks has something like this, but it's was a bit of a mess last time I looked at it.
PS: Is there any way to run 'plug-in's written in python under codelite? For auto-detecting compilers, something like python would be the way to do it, since anyone working on it wouldn't have to compile and link codelite from sources.