1833738 Members
2629 Online
110063 Solutions
New Discussion

Unable to build kernel

 
SOLVED
Go to solution
Suzanne P. Keen
Occasional Contributor

Unable to build kernel

Recently upgraded to HP-UX 11.00

Now can't build kernelwith followin output:


WARNING: No such device, tunable, or cdio pa.
Ignoring the following line.
pa
Compiling /stand/build/conf.c...
aCC: warning 901: unknown option: `+ES1.Xindirect_calls': use +help for online d
ocumentation.
aCC: error 1918: unknown subprocess specification: `p'
*** Error exit code 1

Stop.
config: make did an exit(1)

Any ideas?

1 REPLY 1
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Unable to build kernel

Hi Suzanne:

It appears that someone has symbolically linked, copied, mv'ed, ... aCC to /usr/ccs/bin/cc. Kernels should be build with the bundled C compiler.

Clay
If it ain't broke, I can fix that.