Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » How to edit makefile in Eclipse GUI(How to edit makefile in Eclipse GUI)
How to edit makefile in Eclipse GUI [message #819000] Mon, 12 March 2012 07:09 Go to next message
Eclipse UserFriend
OK I have dowload a example now that is using the libxml2, and it working just fine. I am able to compile and link the program with following command.

gcc -o example `xml2-config --cflags` example.c `xml2-config --libs`

So the question is how do I enter this line in Eclipse?

Re: How to edit makefile in Eclipse GUI [message #819056 is a reply to message #819000] Mon, 12 March 2012 08:44 Go to previous messageGo to next message
Eclipse UserFriend
You may have to change the run configuration on your project.
On your project :
right clic -> Run As -> Run Configurations...
Then, you select your run (C/C++ Application I guess) and you can add your arguments with the tab 'Arguments'.

Maybe a quick research on google should be useful Wink

Fabien
Re: How to edit makefile in Eclipse GUI [message #819802 is a reply to message #819056] Tue, 13 March 2012 06:41 Go to previous message
Eclipse UserFriend
That was not the answer I was looking for, but the problem is now resolved

See picturer

Previous Topic:Watch expression in C/C++ Project is possible??
Next Topic:Error creating session: Target is not responding (timed out))
Goto Forum:
  


Current Time: Sat Jun 14 12:33:29 EDT 2025

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

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

Back to the top