Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to add custom tool chain to eclipse CDT

Tags:

eclipse

I have got a custom tool chain based on gnu arm. I have downloaded eclipse IDE with CDT. I would like to know how to add my tool chain with the eclipse. It has got a generic tool chain namely Linux GCC. Apart from that there is nothing. I would like to add mine. I am not finding any set up window that helps me in that. Thank you.

Krish.

like image 868
NmKrish Avatar asked Sep 08 '25 18:09

NmKrish


1 Answers

I'm sure this is far too late for you now but I thought I'd point anyone else in the direction of the Managed Build System Extensibility Document.

There is a tutorial in that page that guides you through the steps involved in creating a basic toolchain. It certainly gave me a basic understanding of how toolchains are structured in Eclipse.

For more advanced queries you may want to try the CDT Forum.

I hope this is of some help to someone.

Alan

like image 132
Alan Spark Avatar answered Sep 10 '25 12:09

Alan Spark