March 28, 2024, 12:47:59 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Kernel upgradtion problem  (Read 5660 times)

Offline Hemachandran

  • New Member
  • Posts: 1
Kernel upgradtion problem
« on: November 17, 2004, 05:37:58 AM »
while giving
         make bzImage command
                iam getting the following error:
            Assembler message:
            Error: Unknown pseudo-op: `.incbin'
            make[1]: *** [usr/initramfs-data.o] Error1
            make: *** [usr] Error2

How to solve the above Error?

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
Kernel upgradtion problem
« Reply #1 on: January 04, 2005, 10:25:50 AM »
hi
can u  tell which options u enabled may be they depend on each other?
Did u run
# make dep
command before  make bzImage

Offline dragoncity99

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 551
Kernel upgradtion problem
« Reply #2 on: January 05, 2005, 05:10:26 AM »
Yes, follow the following standard steps:

1. make mrproper (If this is the first time u run a new
    kernel config)

2. make menuconfig (honestly everything here
    depends on your choice and decision)

(Note: get a working kernel and compare the options to suite ur needs- Read the help rovided in the kernel help)

3. make dep

4. make clean

5. make bzImage

6. make modules

7. make modules_install

8. Copy the kernel to /boot directory

9. Add it to the boot manager. (LILO/GRUB)

10. Reboot & DONE