Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: "jack_lu" <jacklu@allplus-cn.com>
To: <linux-mips@linux-mips.org>
Subject: hello! can you help me for compiling the linux kernel?
Date: Tue, 1 Dec 2009 11:52:07 +0800	[thread overview]
Message-ID: <74D96A2497124516897C6F4D06D8B5AB@DELLPC> (raw)

Dear Sir,
  hello! can you help me for compiling the linux kernel?
  Linux version is linux-2.6.21.5.
  CPU:mips
  Cross-compilation tools is eldk and openwrt file packages.
  Errors are the followings.
  init/built-in.o: In function `init':
  init/main.c:833: undefined reference to `opipmux_gel_init'
  init/main.c:833: relocation truncated to fit: R_MIPS_26 against `opipmux_gel_init'
  init/main.c:835: undefined reference to `ip_auto_config'
  init/main.c:835: relocation truncated to fit: R_MIPS_26 against `ip_auto_config'
  init/built-in.o: In function `start_kernel':
  init/main.c:525: undefined reference to `setup_prom_printf'
  init/main.c:525: relocation truncated to fit: R_MIPS_26 against `setup_prom_printf'
  init/main.c:527: undefined reference to `prom_printf'
  init/main.c:527: relocation truncated to fit: R_MIPS_26 against `prom_printf'
  init/main.c:530: undefined reference to `prom_printf'
  init/main.c:530: relocation truncated to fit: R_MIPS_26 against `prom_printf'
  arch/mips/kernel/built-in.o: In function `test_setdata':
  arch/mips/kernel/syscall.c:461: undefined reference to `set_ipmux_el_tx_buf_data'
  arch/mips/kernel/syscall.c:461: relocation truncated to fit: R_MIPS_26 against `set_ipmux_el_tx_buf_data'
  arch/mips/kernel/built-in.o: In function `test_getdata':
  arch/mips/kernel/syscall.c:453: undefined reference to `get_ipmux_el_rx_buf_data'
  arch/mips/kernel/syscall.c:453: relocation truncated to fit: R_MIPS_26 against `get_ipmux_el_rx_buf_data'
  arch/mips/kernel/built-in.o: In function `test_waitinterrupt':
  arch/mips/kernel/syscall.c:446: undefined reference to `wait_for_host_test_interrupt'
  arch/mips/kernel/syscall.c:446: relocation truncated to fit: R_MIPS_26 against `wait_for_host_test_interrupt'
  kernel/built-in.o: In function `free_module':
  kernel/module.c:1231: undefined reference to `kfree1'
  kernel/module.c:1231: relocation truncated to fit: R_MIPS_26 against `kfree1'
  drivers/built-in.o: In function `snapshot_map':
  drivers/md/dm-snap.c:900: undefined reference to `__cmpdi2'
  drivers/md/dm-snap.c:900: relocation truncated to fit: R_MIPS_26 against `__cmpdi2'
  make: *** [.tmp_vmlinux1] Error 1
  make: *** No rule to make target `../vmlinux', needed by `piggy.lzma'.  Stop.
  copyed to ../wrt_uImage
  cp: cannot stat `uImageLzma': No such file or directory
  ls: cannot access ../wrt_uImage: No such file or directory
  ===============================================================
      output files:                           
           wrt_uImage : the kernel image      
  
  
  Thanks &Best Wishes,
  Jack_Lu(鲁红刚)
   益满颖贸易(上海)有限公司
   上海市愚园路168号环球大厦A座2101室
   电话:+86 21 62495328/29/30/31 分机:820
   传真:+86 21 62490538
   MSN: luhongang@163.com

  


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

WARNING: multiple messages have this Message-ID (diff)
From: "jack_lu" <jacklu@allplus-cn.com>
To: linux-mips@linux-mips.org
Subject: hello! can you help me for compiling the linux kernel?
Date: Tue, 1 Dec 2009 11:52:07 +0800	[thread overview]
Message-ID: <74D96A2497124516897C6F4D06D8B5AB@DELLPC> (raw)
Message-ID: <20091201035207.MZC3lNhkeQX3PzWYbwYqEL-unHzd--ymQq-anpItJt0@z> (raw)

Dear Sir,
  hello! can you help me for compiling the linux kernel?
  Linux version is linux-2.6.21.5.
  CPU:mips
  Cross-compilation tools is eldk and openwrt file packages.
  Errors are the followings.
  init/built-in.o: In function `init':
  init/main.c:833: undefined reference to `opipmux_gel_init'
  init/main.c:833: relocation truncated to fit: R_MIPS_26 against `opipmux_gel_init'
  init/main.c:835: undefined reference to `ip_auto_config'
  init/main.c:835: relocation truncated to fit: R_MIPS_26 against `ip_auto_config'
  init/built-in.o: In function `start_kernel':
  init/main.c:525: undefined reference to `setup_prom_printf'
  init/main.c:525: relocation truncated to fit: R_MIPS_26 against `setup_prom_printf'
  init/main.c:527: undefined reference to `prom_printf'
  init/main.c:527: relocation truncated to fit: R_MIPS_26 against `prom_printf'
  init/main.c:530: undefined reference to `prom_printf'
  init/main.c:530: relocation truncated to fit: R_MIPS_26 against `prom_printf'
  arch/mips/kernel/built-in.o: In function `test_setdata':
  arch/mips/kernel/syscall.c:461: undefined reference to `set_ipmux_el_tx_buf_data'
  arch/mips/kernel/syscall.c:461: relocation truncated to fit: R_MIPS_26 against `set_ipmux_el_tx_buf_data'
  arch/mips/kernel/built-in.o: In function `test_getdata':
  arch/mips/kernel/syscall.c:453: undefined reference to `get_ipmux_el_rx_buf_data'
  arch/mips/kernel/syscall.c:453: relocation truncated to fit: R_MIPS_26 against `get_ipmux_el_rx_buf_data'
  arch/mips/kernel/built-in.o: In function `test_waitinterrupt':
  arch/mips/kernel/syscall.c:446: undefined reference to `wait_for_host_test_interrupt'
  arch/mips/kernel/syscall.c:446: relocation truncated to fit: R_MIPS_26 against `wait_for_host_test_interrupt'
  kernel/built-in.o: In function `free_module':
  kernel/module.c:1231: undefined reference to `kfree1'
  kernel/module.c:1231: relocation truncated to fit: R_MIPS_26 against `kfree1'
  drivers/built-in.o: In function `snapshot_map':
  drivers/md/dm-snap.c:900: undefined reference to `__cmpdi2'
  drivers/md/dm-snap.c:900: relocation truncated to fit: R_MIPS_26 against `__cmpdi2'
  make: *** [.tmp_vmlinux1] Error 1
  make: *** No rule to make target `../vmlinux', needed by `piggy.lzma'.  Stop.
  copyed to ../wrt_uImage
  cp: cannot stat `uImageLzma': No such file or directory
  ls: cannot access ../wrt_uImage: No such file or directory
  ===============================================================
      output files:                           
           wrt_uImage : the kernel image      
  
  
  Thanks &Best Wishes,
  Jack_Lu(鲁红刚)
   益满颖贸易(上海)有限公司
   上海市愚园路168号环球大厦A座2101室
   电话:+86 21 62495328/29/30/31 分机:820
   传真:+86 21 62490538
   MSN: luhongang@163.com

  


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

             reply	other threads:[~2009-12-01  3:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-01  3:52 jack_lu [this message]
2009-12-01  3:52 ` hello! can you help me for compiling the linux kernel? jack_lu
2009-12-01  5:13 ` Wu Zhangjin
2009-12-01  5:29   ` 答复: " jack_lu
2009-12-01  5:29     ` jack_lu
2009-12-01  5:33   ` jack_lu
2009-12-01  5:33     ` jack_lu

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=74D96A2497124516897C6F4D06D8B5AB@DELLPC \
    --to=jacklu@allplus-cn.com \
    --cc=linux-mips@linux-mips.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