On Wed, Sep 24, 2008 at 11:37 PM, Anatoly Shipitsin <[EMAIL PROTECTED]>wrote:
> Hello. I'm try build gcc-cross from openembedded.dev, but it failed on > uclibc-initial with this error: > > NOTE: Running task 200 of 366 (ID: 343, > /home/sauron/projects/embedded/openembedded/packages/uclibc/ > uclibc-initial_0.9.29.bb, do_populate_staging) > NOTE: package uclibc-initial-0.9.29: started > NOTE: package uclibc-initial-0.9.29-r27: task do_populate_staging: started > ERROR: function do_stage failed > ERROR: log data follows > (/home/sauron/projects/embedded/build/tmp/work/x86-angstrom-linux-uclibc/uclibc-initial-0.9.29-r27/temp/log.do_stage.8357) > | make[1]: `conf' is up to date. > | CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/ > | cc1: internal compiler error: in add_path, at c-incpath.c:371 > | Please submit a full bug report, > | with preprocessed source if appropriate. > | See <URL:http://gcc.gnu.org/bugs.html> for instructions. > | CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/ > | cc1: internal compiler error: in add_path, at c-incpath.c:371 > | Please submit a full bug report, > | with preprocessed source if appropriate. > | See <URL:http://gcc.gnu.org/bugs.html> for instructions. > | install -d > /home/sauron/projects/embedded/build/tmp/staging/i486-angstrom-linux-uclibc/usr/include > | printf ".svn\n.cvsignore\nCVS\n" > tar_exclude ; \ > | tar -chf - -X tar_exclude include \ > | | tar -xf - -C > /home/sauron/projects/embedded/build/tmp/staging/i486-angstrom-linux-uclibc/usr/ > | tar: include/linux/byteorder: file changed as we read it > | tar: include/linux/netfilter: file changed as we read it > | tar: include/linux/netfilter_ipv4/ipt_SAME.h: file changed as we read it > | tar: include/linux/netfilter_ipv4: file changed as we read it > | tar: include/linux/atm_zatm.h: file changed as we read it > | tar: include/linux/dm-ioctl.h: file changed as we read it > | tar: include/linux/dn.h: file changed as we read it > | tar: include/linux/if_strip.h: file changed as we read it > | tar: include/linux/ixjuser.h: file changed as we read it > | tar: include/linux/limits.h: file changed as we read it > | tar: include/linux/snmp.h: file changed as we read it > | tar: include/linux/sockios.h: file changed as we read it > | tar: include/linux/telephony.h: file changed as we read it > | tar: include/linux/coda.h: file changed as we read it > | tar: include/linux/errqueue.h: file changed as we read it > | tar: include/linux/ext3_fs.h: file changed as we read it > | tar: include/linux/fb.h: file changed as we read it > | tar: include/linux/inet_diag.h: file changed as we read it > | tar: include/linux/mii.h: file changed as we read it > | tar: include/linux/reiserfs_fs.h: file changed as we read it > | tar: include/linux/scc.h: file changed as we read it > | tar: include/linux/soundcard.h: file changed as we read it > | tar: include/linux/uinput.h: file changed as we read it > | tar: include/linux/wanrouter.h: file changed as we read it > | tar: include/linux: file changed as we read it > | tar: include/asm: file changed as we read it > | rm -f tar_exclude > | printf '#ifndef _LIBC_INTERNAL_H\n#define _LIBC_INTERNAL_H 1\n#endif\n' > > \ > | > /home/sauron/projects/embedded/build/tmp/staging/i486-angstrom-linux-uclibc/usr/include/libc-internal.h > | echo '/* Dont use _syscall#() macros; use the syscall() function */' > \ > | > /home/sauron/projects/embedded/build/tmp/staging/i486-angstrom-linux-uclibc/usr/include/bits/syscalls.h > | rm -f > /home/sauron/projects/embedded/build/tmp/staging/i486-angstrom-linux-uclibc/usr/include/dl-osinfo.h > | rm -f > /home/sauron/projects/embedded/build/tmp/staging/i486-angstrom-linux-uclibc/usr/include/_lfs_64.h > | rm -f > /home/sauron/projects/embedded/build/tmp/staging/i486-angstrom-linux-uclibc/usr/include/bits/uClibc_uintmaxtostr.h > | rm -f > /home/sauron/projects/embedded/build/tmp/staging/i486-angstrom-linux-uclibc/usr/include/bits/kernel_sigaction.h > | rm -f > /home/sauron/projects/embedded/build/tmp/staging/i486-angstrom-linux-uclibc/usr/include/bits/kernel_stat.h > | # Remove iconv header since locale support is disabled. > | rm -f > /home/sauron/projects/embedded/build/tmp/staging/i486-angstrom-linux-uclibc/usr/include/iconv.h > | # Remove xlocale header since extended locale support is disabled. > | rm -f > /home/sauron/projects/embedded/build/tmp/staging/i486-angstrom-linux-uclibc/usr/include/xlocale.h > | # Remove libintl header since gettext support is disabled. > | rm -f > /home/sauron/projects/embedded/build/tmp/staging/i486-angstrom-linux-uclibc/usr/include/libintl.h > | chown -R `id | sed 's/^uid=\([0-9]*\).*gid=\([0-9]*\).*$/\1:\2/'` > /home/sauron/projects/embedded/build/tmp/staging/i486-angstrom-linux-uclibc/usr/include > | make[1]: `conf' is up to date. > | CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/ > | cc1: internal compiler error: in add_path, at c-incpath.c:371 > | Please submit a full bug report, > | with preprocessed source if appropriate. > | See <URL:http://gcc.gnu.org/bugs.html> for instructions. > | CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/ > | cc1: internal compiler error: in add_path, at c-incpath.c:371 > | Please submit a full bug report, > | with preprocessed source if appropriate. > | See <URL:http://gcc.gnu.org/bugs.html> for instructions. > | AS lib/crt1.o > | CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/ > | cc1: internal compiler error: in add_path, at c-incpath.c:371 > | Please submit a full bug report, > | with preprocessed source if appropriate. > | See <URL:http://gcc.gnu.org/bugs.html> for instructions. > | make: *** [lib/crt1.o] Error 1 > NOTE: Task failed: > /home/sauron/projects/embedded/build/tmp/work/x86-angstrom-linux-uclibc/uclibc-initial-0.9.29-r27/temp/log.do_stage.8357 > NOTE: package uclibc-initial-0.9.29-r27: task do_populate_staging: failed > ERROR: TaskFailed event exception, aborting > NOTE: package uclibc-initial-0.9.29: failed > ERROR: Build of > /home/sauron/projects/embedded/openembedded/packages/uclibc/ > uclibc-initial_0.9.29.bb do_populate_staging failed > ERROR: Task 343 > (/home/sauron/projects/embedded/openembedded/packages/uclibc/ > uclibc-initial_0.9.29.bb, do_populate_staging) failed > NOTE: Tasks Summary: Attempted 199 tasks of which 199 didn't need to be > rerun and 1 failed. > ERROR: '/home/sauron/projects/embedded/openembedded/packages/uclibc/ > uclibc-initial_0.9.29.bb' failed > > OE Build Configuration: > BB_VERSION = "1.8.10" > METADATA_BRANCH = "<unknown>" > METADATA_REVISION = "<unknown>" > TARGET_ARCH = "i486" > TARGET_OS = "linux-uclibc" > MACHINE = "x86" > DISTRO = "angstrom" > DISTRO_VERSION = "2008.1-test-20080924" > TARGET_FPU = "" > > My OS Gentoo. > Huh. I'm fixed this. uclibc don't contain config for machine "x86" only for "qemux86" set machine to qemux86 and rebuild fixed this.
_______________________________________________ Openembedded-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users
