1834150 Members
2232 Online
110064 Solutions
New Discussion

pxdb internal warning

 
Karthik_6
Occasional Contributor

pxdb internal warning

Hi friends,

I trying to compile a C program it compiles and produced *.o file but while linking I am getting the following error message.

pxdb internal warning: cu[1]: SLT_END[119] out of synch
Please contact your HP Support representative
pxdb internal warning: cu[1]: SLT_END[121] out of synch

No executable produced.

I have B3899BA ANSI C DEV bundle, HPUX 11.00 C3000 machine. When i am trying to install patches PHSS_24830 & PHSS_20122 to rectify the above problem, no use flashes error message

The fileset "PHSS_20122.DEBUG-PRG,r=1.0" is a "sparse" or
"patch" fileset which may only be installed upon a previously
installed base fileset. The specification for the required
base fileset is "DebugPrg.DEBUG-PRG,fr=B.11.01.06,v=HP".
Since there is no fileset on the target or selected from the
source which matches this specification, fileset
"PHSS_20122.DEBUG-PRG,r=1.0" will be excluded.
* Executing preDSA command.

Does any one come across similar problem, please help me.

thanks
Karthik
3 REPLIES 3
Sridhar Bhaskarla
Honored Contributor

Re: pxdb internal warning

Hi Karthik,

You should have the product DebugPrg installed on the system before you can install the patch PHSS_20122.

Try swlist -l product |grep -i debug and see if you have that product installed.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Karthik_6
Occasional Contributor

Re: pxdb internal warning

Hi Sridhar,

Thanks

I have already installed "DebugPrg" and the result of swlist

DDE B.11.11.04 Distributed Debugging Environment DDE 4.26
DebugPrg B.11.11.04 Debugging Support Tools
PHKL_15687 1.0 mk_kernel:Eliminate debug related warnings
PHKL_19291 1.0 mk_kernel:DLKM needed symbols/debug warnings
PHKL_19763 1.0 Fix debugging shared lib gets SIGSEGV
PHKL_20151 1.0 SBA wrkstn support & N/L class debug support
PHKL_20900 1.0 Add missing crash dump debug information
PHKL_20966 1.0 Add dump debug information for IDE driver
WDB B.11.11.04 HP Wildebeest (HP WDB) Debugger
WDB-GUI B.11.11.04 GUI for the HP WDB Debugger


Could you help me

thanks
Karthik
Sridhar Bhaskarla
Honored Contributor

Re: pxdb internal warning

Hi,

This patch is looking for the version 11.01.06 of support tools. On my system, these support tools were installed as part of aC++ compiler.

So, this patch may not match your software.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try