Operating System - HP-UX
1827800 Members
2191 Online
109969 Solutions
New Discussion

kernel rebuild warning error

 
SOLVED
Go to solution
Randy_9
Regular Advisor

kernel rebuild warning error

System is 11.22 Itanium, I am seeing this error when rebuilding the kernel:

The "config" utility has generated the following warning(s) while creating your new kernel:

(Bundled) cc: warning 922: "+Oshortdata=0" is unsupported in the bundled compiler, ignored.

Do I need to worry about it, how do I correct it?.
3 REPLIES 3
Chan 007
Honored Contributor

Re: kernel rebuild warning error

I am not sure, As i have a .prev (kernel)

So don't worry...will work...

cheers ....007

A. Clay Stephenson
Acclaimed Contributor
Solution

Re: kernel rebuild warning error

More than likely the environment variable CCOPTS is set to that value. In any event, the standard (Bundled) C compiler does not understand that option and simply ignore it. As user root, do an env command examine your enviroment variables. The "fix" could be as simple as unset CCOPTS before executing sam or building a new kernel from the command line.
If it ain't broke, I can fix that.
Randy_9
Regular Advisor

Re: kernel rebuild warning error

Clay,

I will use your advice. Thank you much!