views:

35

answers:

2

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

A: 

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.

Secko
@Secko my doubt was regarding how to configure my tools to make a tool chain i.e., we have our own cross compiler, make tools and debugger. And how to integrate this tools in to eclipse
siri
A: 

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.

JesperE