Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Help with post linker tool

Hello,

I've defined my own toolchain and it basically includes the GNU
toolchain, plus one extra tool that needs to be used on the output of
the linker.  I've defined the output of the linker to be the same file
extension as the input of my extra tool, and I've defined 'targetTool'
to be my extra tool.  When I try to build with it all that happens is my
extra tool is run, none of the other GNU tools are used.  Am I
misunderstanding how this works?  Thanks.

Rick


Back to the top