Operating System - HP-UX
1752565 Members
5345 Online
108788 Solutions
New Discussion юеВ

Re: end.o library on HP-Itanium doesn't exist

 
Larry Barsocchini
New Member

end.o library on HP-Itanium doesn't exist

Hi All,

During the portage of my application on HP-Itanium, on build I got the following error:
...
aCC: warning 1913: `/opt/langtools/lib/end.o' does not exist or cannot be read
ld: I/O error, file "/opt/langtools/lib/end.o": No such file or directory
Fatal error.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
....

I obtain this just when i make using make command.
I haven't found it under / tree.

Has it been removed or replaced by another one.

Thanks
2 REPLIES 2
Steven Schweda
Honored Contributor

Re: end.o library on HP-Itanium doesn't exist

> During the portage of my application on
> HP-Itanium, [...]

Porting from what, exactly? To what,
exactly?

uname -a

> aCC: [...]

I'd bet that this is some version of the
compiler, too.

> I obtain this just when i make using make
> command.

Sadly, "using make" also involves using a
"make" description file, and my psychic
powers are too weak to tell me what's in
yours.

> I haven't found it under / tree.

A Google search for
/opt/langtools/lib/end.o
finds some clues. I know nothing, but I'd
guess that it's a PA-RISC-only thing, used
somehow for debugging. You may need to make
some changes to your "make" file.
Dennis Handly
Acclaimed Contributor

Re: end.o library on HP-Itanium doesn't exist

>Has it been removed

Yes. As Steven said, end.o is only for PA, starting for the old xdb debugger.