Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] CDT2.1: MBS: How to stop the 'build' after compiler phase

There is currently no easy way to do that.  You could define a separate
projectType/target that does not contain the linker tool.

Regards,
Leo

-----Original Message-----
From: cdt-dev-admin@xxxxxxxxxxx [mailto:cdt-dev-admin@xxxxxxxxxxx] On
Behalf Of Jerome CORRENOZ
Sent: Thursday, January 13, 2005 7:48 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] CDT2.1: MBS: How to stop the 'build' after compiler
phase

Hello,

I'm using Eclipse 3.0.1 and CDT 2.1.

Is it possible with the MBS to stop the Build after assembling or 
compiling phase, without launching the linker phase ?
With our compiler, some options don't generate objects files (.o), so 
the linker fails. It will be better for these options to not launch the 
linker.
For example:
    -S                  Stop before assembling; output in .s file

Is there a way to do it?

Thanks for advance

-- 
________________________________________________________________

Jerome CORRENOZ                      jerome.correnoz@xxxxxx
STMicroelectronics                   www.st.com
TPA/DSP & Micro Division/Tools
Software Engineer        	     A450-02
12, rue Jules Horowitz - B.P. 217    Phone: +33 (0)4 76 58 68 42
F-38019 GRENOBLE Cedex               Fax:   +33 (0)4 76 58 56 68
________________________________________________________________


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top