Hi,
I have installed eclipse with CDT. I have GNU compiler tool chain installed on my PC. But I need to replace the GNU compiler tool chain with our own Tool chain, how can I do this
Hi,
I have installed eclipse with CDT. I have GNU compiler tool chain installed on my PC. But I need to replace the GNU compiler tool chain with our own Tool chain, how can I do this
Go to "Help" > "Software Updates..." > "Add Site..." > "Local" > select the directory of your toolchain.
Now the toolchain will be available for installation on the "Available Software" tab.
How to implement a toolchain definition for CDT is described in the Managed Build System Extensibility Document. This can be quite a daunting task unless your compiler is very similar to gcc.