Results 1 to 2 of 2

Thread: build error for kernel compilation for arm platform

  1. #1
    Join Date
    May 2013
    Beans
    1

    Post build error for kernel compilation for arm platform

    make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-
    CHK include/linux/version.h
    CHK include/generated/utsrelease.h
    make[1]: `include/generated/mach-types.h' is up to date.
    CALL scripts/checksyscalls.sh
    CHK include/generated/compile.h
    fatal: No names found, cannot describe anything.
    CC arch/arm/mm/init.o
    In file included from arch/arm/mm/init.c:27:0:
    /home/a/fresh/linux-2.6.36/arch/arm/include/asm/tlb.h: In function ‘tlb_flush_mmu’:
    /home/a/fresh/linux-2.6.36/arch/arm/include/asm/tlb.h:101:3: error: implicit declaration of function ‘release_pages’ [-Werror=implicit-function-declaration]
    /home/a/fresh/linux-2.6.36/arch/arm/include/asm/tlb.h: In function ‘tlb_remove_page’:
    /home/a/fresh/linux-2.6.36/arch/arm/include/asm/tlb.h:164:3: error: implicit declaration of function ‘page_cache_release’ [-Werror=implicit-function-declaration]
    cc1: some warnings being treated as errors
    make[1]: *** [arch/arm/mm/init.o] Error 1

  2. #2
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: build error for kernel compilation for arm platform

    you still can use the compiled ones
    http://kernel.ubuntu.com/~kernel-ppa....9-rc8-raring/

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •