1838275 Members
3460 Online
110125 Solutions
New Discussion

Re: Kernel build failed

 
Joe Zhu_2
Occasional Contributor

Kernel build failed

When I try to build new kernel manually, I got errors like below,
******************************
# uname -a
HP-UX HADRON B.11.00 A 9000/785 2002666112 two-user license
#/usr/sbin/mk_kernel -s ./system
Compiling conf.c...
Loading the kernel...
ld: Unsatisfied symbol "mlock_valid_args" in file /usr/conf/lib/libhp-ux.a[vm_clic.o]
ld: Unsatisfied symbol "pwrite" in file /usr/conf/lib/libhp-ux.a[scall_stubs.o]
ld: Unsatisfied symbol "pread" in file /usr/conf/lib/libhp-ux.a[scall_stubs.o]
ld: Unsatisfied symbol "wsio_get_service" in file /usr/conf/lib/libpci.a[superio_centif.o]
4 errors.
*** Error exit code 1

Stop.
config: make did an exit(1)
******************************

Any help is highly appreciated.

-Joe
2 REPLIES 2
Sanjay_6
Honored Contributor

Re: Kernel build failed

Hi Joe,

Take a look at the thread below,

http://us-support.external.hp.com/cki/bin/doc.pl/sid=940a59ac0ccb276c46/screen=ckiDisplayDocument?docId=200000054799985

Also look into the patch "PHKL_25010" to correct wsio_get_service problem in the kernel build.

Hope this helps.

Regds
T G Manikandan
Honored Contributor

Re: Kernel build failed