This is the mail archive of the crossgcc@sourceware.org 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]

crosstool-0.42 fails to compile kernel 2.6.14


Hey crosstool users!

I was trying to compile binutils-2.15, gcc-3.4.3, libc-2.3.5, and linux
kernel-2.6.14 by crosstolo-0.42 using powerpc-970.dat (ppc64 arch). All
but kernel was compiled successfully. Compiling kernels exited with log:

  /opt/crosstool/gcc-3.4.3-glibc-2.3.5/powerpc64-unknown-linux-gnu/bin/powerpc64-unknown-linux-gnu-gcc -m64 -Wp,-MD,arch/ppc64/kernel/.time.o.d  -nostdinc -isystem /opt/crosstool/gcc-3.4.3-glibc-2.3.5/powerpc64-unknown-linux-gnu/lib/gcc/powerpc64-unknown-linux-gnu/3.4.3/include -D__KERNEL__ -Iinclude  -Iarch/ppc64/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2     -fomit-frame-pointer -msoft-float -pipe -mminimal-toc -mtraceback=none -mcall-aixdesc -mtune=power4 -funit-at-a-time -Wdeclaration-after-statement  -mno-minimal-toc   -DKBUILD_BASENAME=time -DKBUILD_MODNAME=time -c -o arch/ppc64/kernel/time.o arch/ppc64/kernel/time.c
  arch/ppc64/kernel/time.c: In function `timer_interrupt':
  arch/ppc64/kernel/time.c:349: error: `boot_cpuid' undeclared (first use in
  this function)
  arch/ppc64/kernel/time.c:349: error: (Each undeclared identifier is reported
  only once
  arch/ppc64/kernel/time.c:349: error: for each function it appears in.)
  make[1]: *** [arch/ppc64/kernel/time.o] Error 1
  make: *** [arch/ppc64/kernel] Error 2


Much thanks for any help!


-- 
Best regards,
Timur Elzhov
Warelex LLC

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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