Displaying 4 results from an estimated 4 matches for "rmkyqks4lnr85rz".
2017 Feb 22
2
[lld] elf linker creates undefined empty symbol
...; with all that is needed to reproduce the link.
> >>
> >> Can you also share how you created the various .o files? If so I might
> >> be able to try reducing the issue.
> >
> > It's created by my own compiler.
> >
> > https://www.dropbox.com/s/rmkyqks4lnr85rz/foo.tar?dl=0
> >
> > My biggest problem is that I have no idea where I can start trying to
> > narrow it down, on the so side, or on the executable side, the error is
> > rather strange to begin with.
>
> I would suggest setting up a script that links each .so and exec...
2017 Feb 21
3
[lld] elf linker creates undefined empty symbol
...pass --reproduce foo.tar to lld it will create a foo.tar file
> with all that is needed to reproduce the link.
>
> Can you also share how you created the various .o files? If so I might
> be able to try reducing the issue.
It's created by my own compiler.
https://www.dropbox.com/s/rmkyqks4lnr85rz/foo.tar?dl=0
My biggest problem is that I have no idea where I can start trying to
narrow it down, on the so side, or on the executable side, the error is
rather strange to begin with.
--
Carlo Kok
RemObjects Software
2017 Feb 22
2
[lld] elf linker creates undefined empty symbol
...;>
>> >> Can you also share how you created the various .o files? If so I
>> might
>> >> be able to try reducing the issue.
>> >
>> > It's created by my own compiler.
>> >
>> > https://www.dropbox.com/s/rmkyqks4lnr85rz/foo.tar?dl=0
>> <https://www.dropbox.com/s/rmkyqks4lnr85rz/foo.tar?dl=0>
>> >
>> > My biggest problem is that I have no idea where I can start trying
>> to
>> > narrow it down, on the so side, or on the executable side, the
>> error...
2017 Feb 21
3
[lld] elf linker creates undefined empty symbol
Hi,
When running my own lld generated library/executable I'm getting:
LD_LIBRARY_PATH=. ./ConsoleApplication347
./ConsoleApplication347: symbol lookup error: ./ConsoleApplication347:
undefined symbol:
(theres nothing after undefined symbol)
How can I figure out what's I'm doing wrong?
Full log:
https://gist.github.com/carlokok/1dd510a16e1922271b520f1c00b14656
readelf -s for