cosmopolitan icon indicating copy to clipboard operation
cosmopolitan copied to clipboard

Blinkenlights can't execute ld.so

Open jacereda opened this issue 4 years ago • 1 comments

I get the following:

$ blinkenlights.com  /nix/store/mij848h2x5wiqkwhg027byvmf9x3gx7y-glibc-2.33-50/lib/ld-linux-x86-64.so.2  --help
ERROR: SEGMENTATION FAULT 00000001f000

Same with:

$ blinkenlights.com /nix/store/mij848h2x5wiqkwhg027byvmf9x3gx7y-glibc-2.33-50/lib/ld-2.33.so  --help
ERROR: SEGMENTATION FAULT 00000001f000

jacereda avatar Nov 26 '21 23:11 jacereda

There's no support for dynamic shared objects in Blinkenlights yet. Executing ld.so is something I want to do. It's just something I haven't had time to do.

jart avatar Jun 26 '22 05:06 jart