Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] problem building managed make project with CDT 2.0

Sean,
That worked! Let me know what needs to chance in the plugin.xml file you mentioned. Thank you very much for your help!

Tim

On Jul 8, 2004, at 9:59 AM, Sean Evoy wrote:

Tim,
Let's take a different tack, here. Since you are not using an old GCC toolchain, we *could* modify the output extension for linker tool so that it generates '--output=mo_2' instead of '-omo_2'. Before we walk that path,

1. Switch to the Navigator view
2. Open the .cdtbuild file for the offending project
3. Find any XML entry that starts something like <toolReference id="cdt.managedbuild.tool.gnu.cpp.linker" (make sure you get them all)
4. Modify the outputFlag attribute so that it contains '<x-tad-bigger>--output=</x-tad-bigger>
'
5. Close and reopen the project to force the build info to update
6. Rebuild

If that does the trick, then we can modify the tool defs in your plugin.xml file so that this will be the default for all new projects.

Sean Evoy
Rational Software - IBM Software Group
Ottawa, Ontario, Canada



Back to the top