Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Custom Make/Call gcc from Eclipse

Hello,

I am a graduate student working on a project. I will first explain what I am trying to do. I have a specific library. I want a button in the eclipse UI such that it will build the current file(c/cpp file) with my library. Call gcc or the make command so that current .c/.cpp file is compiled with a specific library. If I can understand how Eclipse CDT does it I can move ahead in that direction. I am reading the document 'Extending the Eclipse CDT Managed Build System'. But I am not sure that I need to do as mentioned in the article.

It would be very helpful if someone can me guide for the same.

Thank you,
Rohit

Back to the top