Hi, I tried to use "machine=ixp4xxx", which uses the armeb toolchain. But when OE tries to build the toolchain, it always fails when patching glibc:
NOTE: package glibc-2.3.5+cvs20050627-r1: task do_patch: started
NOTE: Applying patch 'arm-audit.patch'
ERROR: function do_patchcmd failed
ERROR: log data follows (/develop/oe/build/tmp/work/glibc-2.3.5+cvs20050627-r1/temp/log.do_patchcmd.14586)
| Importing patch /develop/oe/org.openembedded.dev/packages/glibc/glibc-cvs-2.3.5/arm-audit.patch (stored as arm-audit.patch)
| Applying patch arm-audit.patch
| patching file sysdeps/generic/ldsodefs.h
| Hunk #1 succeeded at 211 (offset 8 lines).
| Hunk #2 FAILED at 294.
| Hunk #3 FAILED at 366.
| 2 out of 3 hunks FAILED -- rejects in file sysdeps/generic/ldsodefs.h
| patching file elf/tst-auditmod1.c
| Hunk #1 FAILED at 192.
| 1 out of 1 hunk FAILED -- rejects in file elf/tst-auditmod1.c
| Patch arm-audit.patch does not apply (enforce with -f)
NOTE: Task failed: /develop/oe/build/tmp/work/glibc-2.3.5+cvs20050627-r1/temp/log.do_patchcmd.14586
NOTE: package glibc-2.3.5+cvs20050627-r1: task do_patch: failed
Does anyone else use the armeb toolchain? Any suggestion? Thanks very much!