public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Shaahul Hameed <shaahulhameed@gmail.com>
To: crossgcc@sourceware.org
Subject: crosstool-NG Build ERROR
Date: Sun, 31 Jan 2010 15:04:00 -0000	[thread overview]
Message-ID: <d0992e4b1001310704y765ccdd2vf304acb7727c52aa@mail.gmail.com> (raw)

I am a newbie to embedded linux and am trying to build crosstool-ng
toolchain with arm-unknown-linux-uclibc-gnueabi sample.

I have 2 questions.

(1) When I try to load arm-unknown-linux-uclibcgnueabi sample with the
following command, which Linux Kernel version should be chosen out of
the 15 choices?

--------------------------------------------------
~/felabs/sysdev/toolchain/crosstool-ng-1.5.3$ ./ct-ng
arm-unknown-linux-uclibcgnueabi
CONF config/config.in
*
* Restart config...
*
*
* Operating System
*
Target OS
1. bare-metal (KERNEL_bare_metal)
> 2. linux (KERNEL_linux)
choice[1-2]: 2
Get kernel headers from:
> 1. kernel's 'headers_install' (KERNEL_LINUX_INSTALL)
2. Use custom headers (KERNEL_LINUX_USE_CUSTOM_HEADERS)
choice[1-2]: 1
Check installed headers (KERNEL_LINUX_INSTALL_CHECK) [Y/n/?] y
Linux kernel version
> 1. 2.6.31.1 (KERNEL_V_2_6_31_1)
2. 2.6.31 (KERNEL_V_2_6_31)
3. 2.6.30.8 (KERNEL_V_2_6_30_8) (NEW)
4. 2.6.30.7 (KERNEL_V_2_6_30_7) (NEW)
5. 2.6.30.6 (KERNEL_V_2_6_30_6)
6. 2.6.30.5 (KERNEL_V_2_6_30_5)
7. 2.6.30.4 (KERNEL_V_2_6_30_4)
8. 2.6.30.3 (KERNEL_V_2_6_30_3)
9. 2.6.30.2 (KERNEL_V_2_6_30_2)
10. 2.6.30.1 (KERNEL_V_2_6_30_1)
11. 2.6.30 (KERNEL_V_2_6_30)
12. 2.6.29.6 (KERNEL_V_2_6_29_6)
13. 2.6.28.10 (KERNEL_V_2_6_28_10)
14. 2.6.27.35 (long-term stable) (KERNEL_V_2_6_27_35)
15. Other version (EXPERIMENTAL) (KERNEL_V_select)
choice[1-15]:
----------------------------------------------------------


(2) Hitting "Enter" in the previous command selects the default kernel 2.6.31.1.
After configuring with menuconfig, I ran ./ctng build, but got the
following ERROR. Could you please let me know where I could be going
wrong?

[ALL ] linux-2.6.31.1/arch/m68k/kernel/ints.c
[ALL ] linux-2.6.31.1/arch/m68k/kernel/m68k_ksyms.c
[ALL ] linux-2.6.31.1/arch/m68k/kernel/module.c
[ALL ] linux-2.6.31.1/arch/m68k/kernel/module.lds
[ALL ] linux-2.6.31.1/arch/m68k/kernel/process.c
[ALL ] linux-2.6.31.1/arch/m68k/kernel/ptrace.c
[ALL ] linux-2.6.31.1/arch/m68k/kernel/setup.c
[ALL ] linux-2.6.31.1/arch/m68k/kernel/signal.c
[ALL ]
[ALL ] bzip2: Compressed file ends unexpectedly;
[ALL ] perhaps it is corrupted? *Possible* reason follows.
[ALL ] bzip2: Inappropriate ioctl for device
[ALL ] Input file = (stdin), output file = (stdout)
[ALL ]
[ALL ] It is possible that the compressed file(s) have become corrupted.
[ALL ] You can use the -tvv option to test integrity of such files.
[ALL ]
[ALL ] You can use the `bzip2recover' program to attempt to recover
[ALL ] data from undamaged sections of corrupted files.
[ALL ]
[ALL ] tar: Unexpected EOF in archive
[ALL ] tar: Unexpected EOF in archive
[ALL ] tar: Error is not recoverable: exiting now
[ERROR] Build failed in step 'Extracting and patching toolchain components'
[ERROR] Error happened in
'/home/shaahul/felabs/sysdev/toolchain/crosstool-ng-1.5.3/scripts/functions'
in function 'CT_DoExecLog' (line unknown, sorry)
[ERROR] called from
'/home/shaahul/felabs/sysdev/toolchain/crosstool-ng-1.5.3/scripts/functions'
at line # 565 in function 'CT_Extract'
[ERROR] called from
'/home/shaahul/felabs/sysdev/toolchain/crosstool-ng-1.5.3/scripts/build/kernel/linux.sh'
at line # 25 in function 'do_kernel_extract'
[ERROR] called from
'/home/shaahul/felabs/sysdev/toolchain/crosstool-ng-1.5.3/scripts/crosstool-NG.sh'
at line # 510 in function 'main'
[ERROR] Look at
'/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/build.log' for more
info on this error.
[ERROR] (elapsed: 71:27.80)

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

             reply	other threads:[~2010-01-31 15:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-31 15:04 Shaahul Hameed [this message]
2010-01-31 17:43 ` Shaahul Hameed
2010-01-31 17:51   ` Yann E. MORIN
2010-01-31 18:03     ` Shaahul Hameed
2022-12-08  5:46 crosstool-ng build error swikar
2022-12-08  9:01 ` Tommy Murphy
2022-12-08  9:10   ` swikar
2022-12-08  9:17     ` Bryan Hundven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d0992e4b1001310704y765ccdd2vf304acb7727c52aa@mail.gmail.com \
    --to=shaahulhameed@gmail.com \
    --cc=crossgcc@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).