-
arm-openwrt-linux-muslgnueabi/bin/ld: cannot find -ltinfo
-
I have a file that I received which is a big-endian sas7bdat file. When I try to read it with read.sas7bdat, I get this error:
```
Error in read.sas7bdat(file.path(datadir, "myfile.sas7bdat")) :
…
-
Add the following methods to class Bus
* readWordBE
* readWordLE
* readWordSyncBE
* readWordSyncLE
* writeWordBE
* writeWordLE
* writeWordSyncBE
* writeWordSyncLE
Add the following methods …
fivdi updated
9 months ago
-
The python-dicompylercore Debian package fails to build on big endian architectures due to test failures:
```
======================================================================
FAIL: test_FF_de…
-
See also #156, #164, WebAssembly/wabt#1972 and WebAssembly/wabt#2161.
Yes, linear memory as seen from wasm is always little-endian. But how should the *host* see it? `wasm-c-api` currently assumes …
-
While building packages for openSUSE, test suite fails on all big endian architectures (``ppc64``, ``s390x``, and ``armv7l``):
```
[ 42s] ==========================================================…
mcepl updated
2 months ago
-
**Describe the bug**
MachO parser doesn't check byteorder when parsing header.
**To Reproduce**
Try to parse: [macho.zip](https://github.com/lief-project/LIEF/files/8778473/macho.zip)
password i…
-
Broken atm:
```
/opt/local/bin/g++-mp-12 -std=gnu++11 -I"/opt/local/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/opt/local/Library/Frameworks/R.framework/Version…
-
https://shimingyuan.me/blog/2018/12/08/endianness/
-
`reg_im2, footprint = astroalign.register(imdata2, imdata1)` fails with an error message of
'ValueError: Big-endian buffer not supported on little-endian compiler'
when using scikit-image=0.16.2 …