Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » [MBS & User Toolchain] Relink doesn't start with updated lib
[MBS & User Toolchain] Relink doesn't start with updated lib [message #230501] Thu, 19 February 2009 09:51
Eclipse UserFriend
Hi,

I've defined my own toolchain to work on a renesas chip. Most is working
pretty well, except the fact that my project isn't relinked when a library
is updated.

For the libraries a library option is defined for the linker tool with
"ValueType" = "libFiles" and "browseType" = "file". The "inputType" has an
additional Input:
<tool
announcement=""
command="optlnk"
...
natureFilter="cnature">
<inputType
buildVariable="OBJS"
id="com.boschrexroth.cdt.shSeries.linker.input"
multipleOfType="true"
sources="obj">
<additionalInput
kind="additionalinput"
paths="$(LIBS)">
</additionalInput>
</inputType>
...
<option
browseType="file"
category="com.boschrexroth.cdt.shSeries.linker.objects"
command="-Lib="
id="com.boschrexroth.cdt.shSeries.linker.libraries"
name="Library"
valueType="libFiles">
</option>
</tool>

I don't know if this is working in other toolchains, but how can I manage
it, that my linker is called when the libray is externally updated? The
library is build in a other project in the workspace. I've tried a lot
with and without Project References.

Is there maybe a way to call the linker programatically?

Thanks in advance

Harald
Previous Topic:Compiling the CDT plugin
Next Topic:How to update older 3.3 no tool chains to 3.4
Goto Forum:
  


Current Time: Fri May 02 01:49:32 EDT 2025

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

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

Back to the top