Results 1 to 4 of 4

Thread: Compiling kernel 2.6.37.2

  1. #1
    Join Date
    Feb 2010
    Beans
    11

    Question Compiling kernel 2.6.37.2

    Hi
    I want when I compile my kernel 2.6.37.2 when handling a make I see this error message please help
    Code:
    root@mahdi-laptop:/home/mahdi/Desktop/linux-2.6.37.2# make -j4/home/mahdi/Desktop/linux-2.6.37.2/arch/x86/Makefile:81: stack protector enabled but no compiler support
    gcc: Command not found
      CHK     include/linux/version.h
      CHK     include/generated/utsrelease.h
      CC      scripts/mod/empty.o
    gcc: not found
    make[2]: *** [scripts/mod/empty.o] Error 127
    make[1]: *** [scripts/mod] Error 2
    make[1]: *** Waiting for unfinished jobs....
    make: *** [scripts] Error 2
    make: *** Waiting for unfinished jobs....
      CC      kernel/bounds.s
    gcc: not found
    make[1]: *** [kernel/bounds.s] Error 127
    make: *** [prepare0] Error 2

  2. #2
    Join Date
    Sep 2010
    Location
    Stockholm
    Beans
    17
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Compiling kernel 2.6.37.2

    You need to install gcc. Run
    Code:
    sudo apt-get install gcc

  3. #3
    Join Date
    Feb 2010
    Beans
    11

    Re: Compiling kernel 2.6.37.2

    gcc was already installed, which gives this error

  4. #4
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: Compiling kernel 2.6.37.2

    You have build-essentials installed?

    You can also download the .debs amd64 build of linux-meta 2.6.37.2.4 in ubuntu

Tags for this Thread

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
  •