Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 21, 2024, 09:47:24 PM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux in General
»
Linux Kernel
»
Kernel upgradtion problem
« previous
next »
Print
Pages: [
1
]
Author
Topic: Kernel upgradtion problem (Read 10215 times)
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?
Logged
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
Logged
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
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux in General
»
Linux Kernel
»
Kernel upgradtion problem