| Hierarchical dependent tool creation [message #635776] |
Thu, 28 October 2010 01:07 |
Venkata Subbarao 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
|
|
|
Powered by
FUDForum. Page generated in 0.24120 seconds