On Sun, Aug 24, 2014 at 4:22 PM, Khem Raj <[email protected]> wrote: > On Sun, Aug 24, 2014 at 4:02 PM, akuster808 <[email protected]> wrote: >> >> Hello, >> >> Is anyone else seeing kernel build issue on 3.14 with the resent updates? >> >> >> I am getting the following errors on ppc64 (standard/qemuppc). x86-64 built >> fine (core-image-minimal). building ppc now. >> >> | LD init/built-in.o >> | mm/built-in.o: In function `.vm_cgroup_css_alloc': >> | vm_cgroup.c:(.text+0x7103c): undefined reference to `.res_counter_init' >> | vm_cgroup.c:(.text+0x71090): undefined reference to `.res_counter_init' >> | mm/built-in.o: In function `.vm_cgroup_read_u64': >> | vm_cgroup.c:(.text+0x711c4): undefined reference to >> `.res_counter_read_u64' >> | mm/built-in.o: In function `.vm_cgroup_charge_memory_mm': >> | (.text+0x71348): undefined reference to `.res_counter_charge' >> | mm/built-in.o: In function `.vm_cgroup_uncharge_memory_mm': >> | (.text+0x713a0): undefined reference to `.res_counter_uncharge' >> | mm/built-in.o: In function `.vm_cgroup_charge_shmem': >> | (.text+0x71508): undefined reference to `.res_counter_charge' >> | mm/built-in.o: In function `.vm_cgroup_uncharge_shmem': >> | (.text+0x71560): undefined reference to `.res_counter_uncharge' >> | make[2]: *** [vmlinux] Error 1 >> | make[1]: *** [sub-make] Error 2 >> | make: *** [all] Error 2 > > Do you have CONFIG_CGROUP_VM turned off ?
if this is on make sure CONFIG_RESOURCE_COUNTERS is enbled too. > >> >> - armin >> -- >> _______________________________________________ >> yocto mailing list >> [email protected] >> https://lists.yoctoproject.org/listinfo/yocto -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
