Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Hierarchical dependent tool creation
Hierarchical dependent tool creation [message #635776] Thu, 28 October 2010 05:07
Venkata Subbarao is currently offline Venkata SubbaraoFriend
Messages: 6
Registered: September 2010
Junior Member
Hi Friends,

I want to create a plugin using Managed Build System to customize the compiler plugin. The steps are given below.

${CC} compiles multiple *.pc files in to individual *.po files.
${CC} then creates archive ${some name}.a using *.po files
${CC} compiles multiple *.c files in individual *.o files and uses ${some name}.a as additional arg while compiling each.
${CC} links and creates *.o and *.a to produce ${some name}.exe

Can anyone suggest some tips. I referred Dr. Bobbs website and tried to create this.
But that did not help me much as this has 4 dependency levels.

Thanks,
Subbarao
Previous Topic:How to dynamically add to a plugin's classpath?
Next Topic:Format of target platform definition?
Goto Forum:
  


Current Time: Fri Apr 19 04:28:34 GMT 2024

Powered by FUDForum. Page generated in 0.01728 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top