Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How to know eclipse running path?(Template for CDT)
How to know eclipse running path? [message #1228037] Mon, 06 January 2014 08:57
tj An is currently offline tj AnFriend
Messages: 1
Registered: November 2013
Junior Member
Hello

I'm trying to develop plugin for my processor's toolchain.

My toolchain is located /d:/eclipse/plugins/cyg. but the others is not.(/d:abc/eclipse/plugins/cyg or /d:/abc/def/eclipse/plugins/cyg)

How do I know my toolchain path even if any user uses it?(be located below eclipse/plugins)

It's necessary append to include path or binutils path like this.

<process type="org.eclipse.cdt.managedbuilder.core.AppendToMBSStringListOptionValues">
<simple name="projectName" value="$(projectName)"/>
<complex-array name="resourcePaths">
<element>
<simple name="id" value="org.eclipse.cdt.cross.arm.gnu.c.compiler.option.include.paths" />
<simple-array name="values">
<element value="/d:/eclipse/plugins/cyg" />
</simple-array>
<simple name="path" value="" />
</element>
</complex-array>
</process>

is there macro ? such a $(location)

thanks for your attention.
Previous Topic:Could not create Eclipse 4 Project
Next Topic:Undo feature does not work.
Goto Forum:
  


Current Time: Thu Apr 25 17:29:35 GMT 2024

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

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

Back to the top