This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Instrument gcc


On Tue, 2009-02-24 at 17:39 +0100, Vincent R. wrote:
> And what if I want to debug a cross compiler, there is no cc1 or cc1plus
> with the toolchain I use:

Try 

arm-mingw32ce-gcc -v -c myfile.c

it will tell you where is cc1 and the real commands launched
by the driver. The xxx-gcc binary is not the compiler.

Sincerely,

Laurent


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]