Operating System - HP-UX
1838594 Members
3869 Online
110128 Solutions
New Discussion

Query about "end.o" on HP-UX Itanium 11.23

 
SOLVED
Go to solution
omprakash_1
New Member

Query about "end.o" on HP-UX Itanium 11.23

Hi,

Please could any one of you clarify the following.

1. I would like to know if end.o exists on HP-UX 11.23 Itanium. I did check that it does not exist on my system.

2. Any other thing that can be used instead of end.o on HP-UX Itanium 11.23 ?

2. How to go further for product builds using end.o on HP-UX Itanium 11.23.

Reply will be greatly appreciated. Currently I am stuck with this problem while building some test material.

Thanks in Advance
Om
6 REPLIES 6
Amit Agarwal_1
Trusted Contributor

Re: Query about "end.o" on HP-UX Itanium 11.23

I have never seen or noticed any such file being shipped on HP-UX, neither PA or Itanium.

What is this end.o meant for? Where do you find it on other systems?

The answers to these question might help us in resolving your problem.
Michael Selvesteen_2
Trusted Contributor
Solution

Re: Query about "end.o" on HP-UX Itanium 11.23

In My HP-UX 11.23 Itanium I found end.o exists.

/opt/langtools/lib/end.o ( HP-UX SYMBOLIC DEBUGGER (END.O ILP32) )

I dont have any other idea about this.


Vibhor Kumar Agarwal
Esteemed Contributor

Re: Query about "end.o" on HP-UX Itanium 11.23

It is required in C and C++ compilation.

end.o and there is something like start.o ( not this name ).
They contain some basic things which are required in building applications. You just have to link these to your application.

Check whether you have aCC installed in your system or not.
Vibhor Kumar Agarwal
omprakash_1
New Member

Re: Query about "end.o" on HP-UX Itanium 11.23

Vibhor,

I have aCC installed on my system. The version of aCC is 6.0.

Pls. tell me further.

Thanks
Om
Vibhor Kumar Agarwal
Esteemed Contributor

Re: Query about "end.o" on HP-UX Itanium 11.23

What I was saying about startup is crt0.o
It contains some basic startup routines

I miswrote something earlier.

/opt/langtools/lib/end.o is necessary for debugging with xdb under hpux10.x
Its auxiliary object file (support module)
linked with all debuggable programs.

So i don't think it will have any effect while building your application, but if you want to debug it then ...
Vibhor Kumar Agarwal
omprakash_1
New Member

Re: Query about "end.o" on HP-UX Itanium 11.23

Hi Michael ,

Could you please let me know the product code / details for end.o debugger, so that I can install the product.

Thanks
Om