linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* TQ2440 problem
@ 2010-07-10  6:01 CoffBeta
  2010-07-12  8:14 ` Uwe Kleine-König
  0 siblings, 1 reply; 2+ messages in thread
From: CoffBeta @ 2010-07-10  6:01 UTC (permalink / raw)
  To: linux-arm-kernel

CHK     include/linux/compile.h
  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
init/built-in.o: In function `do_one_initcall':
/home/ymcheng/linux-2.6.27/init/main.c:704: undefined reference to
`__gnu_mcount_nc'
init/built-in.o: In function `init_post':
/home/ymcheng/linux-2.6.27/init/main.c:796: undefined reference to
`__gnu_mcount_nc'
init/built-in.o: In function `name_to_dev_t':
/home/ymcheng/linux-2.6.27/init/do_mounts.c:76: undefined reference to
`__gnu_mcount_nc'
init/built-in.o: In function `set_reset_devices':
/home/ymcheng/linux-2.6.27/init/main.c:183: undefined reference to
`__gnu_mcount_nc'
init/built-in.o: In function `debug_kernel':
/home/ymcheng/linux-2.6.27/init/main.c:234: undefined reference to
`__gnu_mcount_nc'
init/built-in.o:/home/ymcheng/linux-2.6.27/init/main.c:240: more undefined
references to `__gnu_mcount_nc' follow
make: *** [.tmp_vmlinux1] ?? 1

why????how can I do it? thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100710/2a253192/attachment.html>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* TQ2440 problem
  2010-07-10  6:01 TQ2440 problem CoffBeta
@ 2010-07-12  8:14 ` Uwe Kleine-König
  0 siblings, 0 replies; 2+ messages in thread
From: Uwe Kleine-König @ 2010-07-12  8:14 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

On Sat, Jul 10, 2010 at 02:01:19PM +0800, CoffBeta wrote:
> CHK     include/linux/compile.h
>   GEN     .version
>   CHK     include/linux/compile.h
>   UPD     include/linux/compile.h
>   CC      init/version.o
>   LD      init/built-in.o
>   LD      .tmp_vmlinux1
> init/built-in.o: In function `do_one_initcall':
> /home/ymcheng/linux-2.6.27/init/main.c:704: undefined reference to
> `__gnu_mcount_nc'
> init/built-in.o: In function `init_post':
> /home/ymcheng/linux-2.6.27/init/main.c:796: undefined reference to
> `__gnu_mcount_nc'
> init/built-in.o: In function `name_to_dev_t':
> /home/ymcheng/linux-2.6.27/init/do_mounts.c:76: undefined reference to
> `__gnu_mcount_nc'
> init/built-in.o: In function `set_reset_devices':
> /home/ymcheng/linux-2.6.27/init/main.c:183: undefined reference to
> `__gnu_mcount_nc'
> init/built-in.o: In function `debug_kernel':
> /home/ymcheng/linux-2.6.27/init/main.c:234: undefined reference to
> `__gnu_mcount_nc'
> init/built-in.o:/home/ymcheng/linux-2.6.27/init/main.c:240: more undefined
> references to `__gnu_mcount_nc' follow
> make: *** [.tmp_vmlinux1] ?? 1
> 
> why????how can I do it? thanks

Your toolchain is too new for a kernel that old.  You need a kernel
having 181f817eaaca4c1f8a9c265d339d2b96de8b245d.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-K?nig            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-12  8:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-10  6:01 TQ2440 problem CoffBeta
2010-07-12  8:14 ` Uwe Kleine-König

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 NNTP newsgroup(s).