User Profile

Collapse

Profile Sidebar

Collapse
pathfinder123
pathfinder123
Last Activity: May 23 '15, 04:44 AM
Joined: May 21 '15
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Wow. No pain, no gain
    So i figured out the errors and now added patches for kernel.
    I am very happy that i can see those last lines as output.
    Code:
     LD      arch/x86/boot/setup.elf
      OBJCOPY arch/x86/boot/setup.bin
      OBJCOPY arch/x86/boot/vmlinux.bin
      HOSTCC  arch/x86/boot/tools/build
      BUILD   arch/x86/boot/bzImage
    Root device is (8, 1)
    Setup is 14896 bytes (padded to 15360 bytes).
    System is
    ...
    See more | Go to post

    Leave a comment:


  • I have observed that
    Code:
    make config
    Code:
    make menuconfig
    Code:
    make oldconfig
    are working properly but there is problem when i run
    Code:
    make bzImage
    . I just tried
    Code:
    make modules
    which is working.
    Is there anything prerequisite missing for
    Code:
    make bzImage
    ?
    See more | Go to post

    Leave a comment:


  • make oldconfig bzImage fails under GCC-4.9.2 on debian-8.0

    Hi,
    I am compiling the linux kernel 2.6.32 with my custom config file as input. I am using gcc-4.9.2 on Debian-8.0.
    I am getting following error. Can someone help me resolve this?
    Thanks in advance.

    Code:
    build@bd:~/2.6.32/linux-2.6.32-358.el6$ make oldconfig
    scripts/kconfig/conf -o arch/x86/Kconfig
    #
    # configuration written to .config
    #
    build@bd:~/2.6.32/linux-2.6.32-358.el6$ make oldconfig
    ...
    See more | Go to post
    Last edited by pathfinder123; May 21 '15, 12:37 PM. Reason: Tag added for CODE
No activity results to display
Show More
Working...