Displaying 4 results from an estimated 4 matches for "rn212".
Did you mean:
n212
2019 Oct 17
2
llvm-strip creates unloadable shared objects on linux-armv7hf
...It works if we
switch from not passing args to llvm-strip to pass -strip-all-gnu
I built bzip2 and libbz2.so to show this case here:
https://1drv.ms/u/s!Amjta5FRkBbbkiz14aHTRJe03LlL?e=2mGvTN
This is the error we got by using the stripped shared object with
llvm-strip -strip-all:
admin at Netgear-RN212:~/b$ LD_PRELOAD=./libbz2.so.all ./bzip2
ERROR: ld.so: object './libbz2.so.all' from LD_PRELOAD cannot be
preloaded (cannot open shared object file): ignored.
./bzip2: error while loading shared libraries: libbz2.so: cannot open
shared object file: No such file or directory
And with strip-a...
2019 Oct 17
4
llvm-strip creates unloadable shared objects on linux-armv7hf
...rip-all-gnu
>>
>> I built bzip2 and libbz2.so to show this case here:
>> https://1drv.ms/u/s!Amjta5FRkBbbkiz14aHTRJe03LlL?e=2mGvTN
>>
>> This is the error we got by using the stripped shared object with
>> llvm-strip -strip-all:
>>
>> admin at Netgear-RN212:~/b$ LD_PRELOAD=./libbz2.so.all ./bzip2
>> ERROR: ld.so: object './libbz2.so.all' from LD_PRELOAD cannot be
>> preloaded (cannot open shared object file): ignored.
>> ./bzip2: error while loading shared libraries: libbz2.so: cannot open
>> shared object file: No such...
2019 Oct 17
2
llvm-strip creates unloadable shared objects on linux-armv7hf
...z14aHTRJe03LlL?e=2mGvTN
> > > > > >>
> > > > > >> This is the error we got by using the stripped shared object with
> > > > > >> llvm-strip -strip-all:
> > > > > >>
> > > > > >> admin at Netgear-RN212:~/b$ LD_PRELOAD=./libbz2.so.all ./bzip2
> > > > > >> ERROR: ld.so: object './libbz2.so.all' from LD_PRELOAD cannot be
> > > > > >> preloaded (cannot open shared object file): ignored.
> > > > > >> ./bzip2: error while loading sh...
2019 Oct 18
2
llvm-strip creates unloadable shared objects on linux-armv7hf
...t; > > >>
>> > > > > > >> This is the error we got by using the stripped shared object with
>> > > > > > >> llvm-strip -strip-all:
>> > > > > > >>
>> > > > > > >> admin at Netgear-RN212:~/b$ LD_PRELOAD=./libbz2.so.all ./bzip2
>> > > > > > >> ERROR: ld.so: object './libbz2.so.all' from LD_PRELOAD cannot be
>> > > > > > >> preloaded (cannot open shared object file): ignored.
>> > > > > > >> ./bz...