[MBS & User Toolchain] Relink doesn't start with updated lib [message #230501] |
Thu, 19 February 2009 09:51 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03399 seconds