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

Reply via email to