On Thu, Sep 16, 2010 at 6:50 AM, Hitoshi NAKAMORI <hitoshi.nakam...@gmail.com> wrote: > Hi, > > I'm trying to build gcc4 cross compiler in yesterday's snapshot and source > tree. > > According to Makefile.cross, amd64, i386, hppa, powerpc, and sparc64 > target creates gcc version 4 cross compiler. but > following errors occurred with all target (expect i386). > > - because im using the i386 host, i386 target did not try. > - many times I run 'cvs up -Pd', but reproduction. > > anyone know this error?
You've forgotten a "make obj" before make. cheers, david