Operating System - HP-UX
1753253 Members
4412 Online
108792 Solutions
New Discussion

Re: unable to compile... DLKM Modules -> HP-UX 11.11

 
CA943761
Occasional Contributor

unable to compile... DLKM Modules -> HP-UX 11.11

Hi,
I wrote a DLKM Streams module in HP-UX 11.11. When I use the kminstall, config, & kmupdate tools, it generates the following error message. The same module works in another HP-UX 11.11. I think there must be some kernel param setting or patchs to fix this problem. Is there any one to give solution for this problem.

kminstall -a mymodule
# config -M mymodule
Generating module: mymodule...
/usr/ccs/bin/ld: /stand/build/mod_wk.d/mymodule/mod_conf.o: Mismatched ABI. 64-bit PA object file found in 32-bit link.
*** Error exit code 1

Stop.
config: make did an exit(1)


rgds,
Hari
One is not defeated when he fails, he is defeated when he quits!!
1 REPLY 1
Robert-Jan Goossens
Honored Contributor

Re: unable to compile... DLKM Modules -> HP-UX 11.11

Hi Hari,

Could you check both servers,

# getconf KERNEL_BITS

if you are running 64 bit OS on both servers and,

# getconf HW_32_64_CAPABLE

Hope it helps,

Robert-Jan.