[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: building toolchain on ppc




> Hi,
> 
> I tried to build the emdebian toolchain on ppc in a sarge chroot.
> Unfortunately it fails in building gcc while building some C++ support
> lib. See attached logfile. Any insight ?
> 
> Cheers.,
> 
> Peter (p2).

The log looks somewhat strange.
It is created by some script - cold you please post it here?

Anyway, this:
> ...
> make[4]: *** [libgcc/./unwind-dw2.o] Error 1
> make[4]: Leaving directory `/root/arm/gcc33/gcc-3.3-3.3.5/build/gcc'
> ...
is caused by this:
> ../../src/gcc/gthr-posix.h:37:21: pthread.h: No such file or directory
> ../../src/gcc/gthr-posix.h:38:20: unistd.h: No such file or directory
which in turn is probably cased by build-depends - libc6-dev-arm-cross in
this case - have not been installed.
This line:
> dpkg-cross: cannot access /*arm.deb: No such file or directory
probably explains why.



Reply to: