On Wed, Jul 25, 2012 at 9:04 PM, Dhruv Matani <dhruvbird@xxxxxxxxx> wrote: > > Thanks! This worked. I've come a long way - and since, the stage 2 & 3 > comparison is failing for me. > > Comparing stages 2 and 3 > warning: gcc/cc1plus-checksum.o differs > warning: gcc/cc1-checksum.o differs > Bootstrap comparison failure! > gcc/gcc.o differs > gcc/plugin.o differs A typical cause for this is that you started a build, and the build failed after starting stage 2, and you restarted the build in the same build directory, and rebuilding stage 2 caused the gcc/configure script to be run again. Ian