This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ld for ia64-hp-openvms target


On 03/18/2015 12:45 PM, Tristan Gingold wrote:
ia64-hp-openvms-ld: cannot find -limagelib
>ia64-hp-openvms-ld: cannot find -lstarlet
>ia64-hp-openvms-ld: cannot find -lsys$public_vectors
You have to import these libraries from a VMS system.



I imported the 3 of them from VMS by using copy and zip them before transfer to Unix.

While the cross ld _seems_ to correctly process imagelib.exe and starlet.exe, a segfault is raised while processing sys$public_vectors.exe [1]

Did you took sys$public_vectors.exe 'as it is' from VMS or did you rework/transform/.../ it ?

[1]
binutils-2.23.1/elf64-ia64-vms.c
A.
in function elf64_vms_link_add_object_symbols htab->dynobj has NULL value in the call to elf64_ia64_create_dynamic_sections
B.
Moreover in function elf64_ia64_create_dynamic_sections elf_hash_table (info)->dynobj also has NULL value

Any idea why both htab->dynobj and elf_hash_table (info)->dynobj has NULL value ?

Thanks


--

David SAUVAGE

Software Agile Architect, Director
AdaLabs Ltd - Mauritius
http://adalabs.com
+230 542 818 32
skype sauvaged
BRN C10097052


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]