Hi Greg,

I am building linux kernel for armnommu, but I see the error as following:

 CHK     include/generated/compile.h
 UPD     include/generated/compile.h
 CC      init/version.o
 LD      init/built-in.o
 LD      .tmp_vmlinux1
fs/built-in.o:在函数‘mem_read’中:
super.c:(.text+0x40548):‘access_remote_vm’ Undefined reference
fs/built-in.o:在函数‘mem_write’中:
super.c:(.text+0x406b0):‘access_remote_vm’ Undefined reference
make: *** [.tmp_vmlinux1] 错误 1

I checked this code, 'access_remote_vm' function was defined in
mm/memory.c, and its Makefile is 'mmu-$(CONFIG_MMU)     := fremap.o
highmem.o madvise.o memory.o',
so if I did not configure this CONFIG_MMU, then the memory.c will not
be built, which leaded to above error.

Thanks!
Wan.
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to