Eclipse IDE for C / C ++ Developers Compiles Question

I am using the Eclipse IDE for C / C ++ developers, and I am using gcc to compile for now. How can I change it to compile using the Green Hills compiler? Any help would be appreciated. Thank!

+3
source share
1 answer

I am not familiar with Green Hills compilers, but you need to switch to another toolchain. This can be done in the project's properties C/C++ build >> Tool Chain Editor.

Check out your package for some Green Hills toolchain for eclipse CDT. If you find it, check out the documentation and / or CDT for more help (sorry, I can't help you).

, "makefile", ( ). , CDT make , . make , CDT , .

, , ...

+1

Source: https://habr.com/ru/post/1749025/


All Articles