This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

new error building sh3eb toolchain with san. headers


with the following combination:

  binutils-2.15.96.tar.bz2
  gcc-4.1-20050327.tar.bz2
  glibc-20050402.tar.gz
  glibc-linuxthreads-20050402.tar.gz
  linux-libc-headers-2.6.11.2.tar.bz2

comes the following error:



In file included from
/home/rpjday/result/crosstool/sh3eb-unknown-linux-gnu/gcc-4.1-20050327-glibc-20050402/sh3eb-unknown-linux-gnu/include/asm/user.h:4,
                 from ../sysdeps/unix/sysv/linux/sh/sys/user.h:24,
                 from ../sysdeps/unix/sysv/linux/sh/sys/procfs.h:31,
                 from ../linuxthreads_db/proc_service.h:20,
                 from ../linuxthreads_db/thread_dbP.h:7,
                 from ../linuxthreads/descr.h:44,
                 from ../linuxthreads/sysdeps/sh/tls.h:141,
                 from ../include/tls.h:6,
                 from <stdin>:2:
/home/rpjday/result/crosstool/sh3eb-unknown-linux-gnu/gcc-4.1-20050327-glibc-20050402/sh3eb-unknown-linux-gnu/include/asm/ptrace.h:4:21:
error: asm/ubc.h: No such file or directory
make[2]: ***
[/home/rpjday/SW/crosstool/crosstool-0.31/build/sh3eb-unknown-linux-gnu/gcc-4.1-20050327-glibc-20050402/build-glibc/tcb-offsets.h]
Error 1
make[2]: Leaving directory
`/home/rpjday/SW/crosstool/crosstool-0.31/build/sh3eb-unknown-linux-gnu/gcc-4.1-20050327-glibc-20050402/glibc-20050402/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leaving directory
`/home/rpjday/SW/crosstool/crosstool-0.31/build/sh3eb-unknown-linux-gnu/gcc-4.1-20050327-glibc-20050402/glibc-20050402'


  and, no, there is no "asm/ubc.h" file in the sanitized headers.
instead, there is asm/cpu-sh3/ubc.h, which would certainly seem to be
the right file given that that's my architecture.

  i'm outta here for lunch, more poking around when i get back.

rday


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]