On Wed, Feb 15, 2006 at 03:27:35PM +0100, Peter M wrote: > Hello scratch box developers, > > My short term goal is to get hold of a static binary of tcpdump for > powerpc 405. My longterm goal is to get a working scratchbox target > for powerpc 405. > > I have not been able to find a working native compiler but I managed > to build a working crosscompiler using Dan Kegel's crosstool-0.38 > (demo-ppc405.sh). I can crosscompile libpcap but not tcpdump so I > thought why not give scratchbox a chance. > > On the machine (i686) I'm running Debian Sid and have installed the > following packages (all version 1.0.2): > scratchbox-core > scratchbox-devkit-debian > scratchbox-devkit-doctools > scratchbox-devkit-perl > scratchbox-libs > scratchbox-toolchain-i686-gcc3.3-glibc2.3 1.0.2 > > I tried to follow wangji's recent mail about on how to build a > crosstool toolchain inside the HOST target. But using the host > toolchain scratchbox-toolchain-i686-gcc3.3-glibc2.3 1.0.2 the
That is not a host toolchain, but a x86 target toolchain. To compile new toolchains/host-tools, use: scratchbox-toolchain-host-gcc instead. -- Toni Timonen 040-5111863,GPG 0x7984A4FD _______________________________________________ Scratchbox-devel mailing list [email protected] http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-devel
