Operating System - HP-UX
1837871 Members
4705 Online
110122 Solutions
New Discussion

Re: Errpr building new kernel

 
Chris Hinnen
Frequent Advisor

Errpr building new kernel

I was attempting to build a new kernel. I made the system file and made my 1 change that I wanted to update and when I compiled the kernel I got this error.

# /usr/sbin/mk_kernel -s ./system
Compiling conf.c...
Loading the kernel...
Generating kernel symbol table...
sh: /usr/ccs/bin/size: not found.
ERROR: /usr/conf/gen/kernsize called incorrectly
*** Error exit code 2

Stop.
config: make did an exit(1)


What is causing this error?

Chris Hinnen
2 REPLIES 2
Jaimin Parikh
Frequent Advisor

Re: Errpr building new kernel

Hi,

Got enough space on your volume for new kernel?

JAIMIN PARIKH : Share your knowledge and help those who need your help!!
Chris Hinnen
Frequent Advisor

Re: Errpr building new kernel

I got it. The error message said /usr/ccs/bin/size was not found so I found a backup copy of it in the same directory and copied it over and the kernel built fine. Thanks for the answer though.

Chris