Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Processing C-code using a Makefile and a custom builder
Processing C-code using a Makefile and a custom builder [message #489701] Mon, 05 October 2009 15:20
Vitaliy Volevach is currently offline Vitaliy VolevachFriend
Messages: 13
Registered: August 2009
Junior Member
Hello,

I am working on a plugin where I have my own project type. Therefore I
created my custom nature and builder. The builder is based on the CDT
CommonBuilder as I want to work with makefiles which should invoke the
necessary tools of the tool chain.

When I look in the .project file I see my nature and builder declared
properly but when I call the build command nothing happens. For now my
nature is derived from CProjectNature and my builder from CommonBuilder
without any additions so in my opinion it should compile.

Another thing I do not understand is the .cproject file. I took a look
into the CDT sources but did not found where this file is created in the
project wizard.

I am using Eclipse v3.4.2 with CDT v5.0.2

Regards,
Vitaliy Volevach
Previous Topic:Export target platform
Next Topic:Startup Plugin
Goto Forum:
  


Current Time: Sat Apr 20 05:02:14 GMT 2024

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

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

Back to the top