-
is newest nuttx supoort tms570 series?
when i use buildroot as the toolchain, when i run make command, i got error info as follows:
/nuttx/staging/libfs.a(fs_munmap.o): compiled for a big endian s…
-
I notice that this uses the simplest implementation of `Hasher` possible. Functions like `write_u16` cast multi-byte numbers to byte-slices without fixing Endianness; this implies one should get diffe…
-
The following code crashes ldc2:
```
int main();
void f() { main(); }
```
```
$ ldc2 crash.d -c
#0 0x00007ffff56b4115 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/usr/lib/x86_64-linux-g…
Ace17 updated
5 years ago
-
### Expected behavior
I'm implement the little endian methods (a.k.a `setXXXLE`). However, I feel confused about the semantics when the buffer is little endian.
When calling `setXXXLE` methods o…
-
cmake can't compile a test program
host: ubuntu 2204 x86_64
app.gradle:
```
android {
ndkVersion "25.0.8775105"
compileSdk 34
defaultConfig {
minSdk 27
targetSdk…
-
Hello,
I'm trying to cross compile the driver for openwrt distro running on onion omega2. I'm using version 5.7.0 of the driver. The kernel of openwrt is version 4.4.81. I'm trying to build as OpenWr…
-
These should probably be named `to_bits` to be consistent with the methods of the same name on `f32` and `f64`. The alternative would be something like `get_native`, but I worry that that's too close …
-
I am writing my own aes keys finding code in c language for jni android project, key finding works fine but problem is 'little endian', my code able to find only big endian keys
```c
#include
…
-
Running code containing the llvm.bswap intrinsic through `llvm-spirv` crashes with
> Fails to save LLVM as SPIRV: InvalidFunctionCall: Unexpected llvm intrinsic
According to the [LLVM Language Ref…
-
There are casts from *byte to *int in CiffEntry::getIntArray and similar, and they will not work correctly on big endian platforms.