Laurent GUERBY wrote: > 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. >
Apart from that, Vincent, also take a close look at the options shown by "gcc -help". All those -print* and -dump* options are very informative when you're trying to figure out what goes where and how it all hangs together. cheers, DaveK