Results 1 to 8 of 8
I get an Error after
make bzImage
...
from init/main.c:15:
/usr/src/linux-2.4.32/include/asm/processor.h:75: error: array type has incomplete element type
make: *** [init/main.o] Error 1
- I tryed installing a newer ver ...
- 02-14-2006 #1Just Joined!
- Join Date
- Feb 2006
- Posts
- 17
Need HELP in installing the Kernel
I get an Error after
make bzImage
...
from init/main.c:15:
/usr/src/linux-2.4.32/include/asm/processor.h:75: error: array type has incomplete element type
make: *** [init/main.o] Error 1
- I tryed installing a newer ver but i could not even config it
- Is ther a diffrent in the Ver from the Synaptic to the one in Linux Archives?
any help will do
- 02-15-2006 #2
Which ggc version are you using?
(type gcc --version)
Try to compile your kernel with a gcc version prior to 4.0.
regards
JAN
- 02-15-2006 #3Just Joined!
- Join Date
- Feb 2006
- Posts
- 17
How can i use the last kernel config?
- 02-15-2006 #4I don't know exactly, what you want to do....
Originally Posted by sirmoreno
Do you want to use an existing kernel config?
You can do this by copying this config to the root directory of your kernel tree and
running make oldconfig.
Now you can runCode:cp /somewhere/myconfig /usr/src/my_custom_kernel/.config
Code:make oldconfig
- 02-16-2006 #5Just Joined!
- Join Date
- Feb 2006
- Posts
- 8
if compiling a kernel, is it related to gcc version? i try to compile kernel 2.6.xx (my existing kernel is 2.4.xx), using gcc version 3.3.3..but it doesn't work..
Originally Posted by tb10alj
- 02-16-2006 #6You might run into some trouble with GCC 4.
Originally Posted by hazif81
GCC 3.3.3 should work fine!
What exactly is the problem? Could you give a more detailed description?
- 02-21-2006 #7Just Joined!
- Join Date
- Feb 2006
- Posts
- 8
Originally Posted by tb10alj
i got this error message :
modprobe : QM_MODULES : Function not implemetend
i googled,then i noticed i need to install modules-init-tools..after i've installed , still got the same problem...
- 02-21-2006 #8
What does
say?Code:depmod -V
Which Distro are you running and how did you install module-init-tools?


Reply With Quote
