-
```
Suggest modifying the "ByteOrder.hpp" file located /RCF/util/Platform/Machine/
To check for ARM processor. In my case it was Little Endian. Thus added:
#elif defined(__arm__)
#include "x86/Byte…
-
Hi, how is it possible to cross compile the kernel driver on an linux machine for BBB?
Maybee a howto would be good inside readme.
(This is because I don't want to blow up my sd card with the kernel…
-
```
Suggest modifying the "ByteOrder.hpp" file located /RCF/util/Platform/Machine/
To check for ARM processor. In my case it was Little Endian. Thus added:
#elif defined(__arm__)
#include "x86/Byte…
-
```
Suggest modifying the "ByteOrder.hpp" file located /RCF/util/Platform/Machine/
To check for ARM processor. In my case it was Little Endian. Thus added:
#elif defined(__arm__)
#include "x86/Byte…
-
```
CC src/libuv_la-fs-poll.lo
CC src/libuv_la-random.lo
CC src/win/libuv_la-async.lo
CC src/win/libuv_la-core.lo
CC src/win/libuv_la-detect-wakeup.lo
C…
-
Crosscompiling (`GOOS=linux GOARCH=riscv64 go build -o MyApp-riscv`) throws an error:
```
package MyApp
imports github.com/gordonklaus/portaudio: build constraints exclude all Go files in /home/…
-
I'm trying to cross-compile this lib for arm32
The final link stage fails with
```
libtool: link: arm-poky-linux-gnueabi-gcc -shared -fPIC -DPIC .libs/atomic.o .libs/dwarf.o .libs/fileline.o .l…
-
Hello! Please help me with cross compiling paramiko module to embedded Linux with ARM.
I've crosscompiling from linux x86_64 to armv7 (32 bit).
Looks like there is a problem with crosscompiling …
-
I'm having trouble compiling with `sh build-opencv-linux.sh` on a raspberry pi 4 running bookworm 64-bit. So I'm cross compiling with `bash build-opencv-linux-aarch64-cross-compile.sh --build-only`
…
-
I have an issue with LEDE crosscompile for mipsel (MT7620). It is looking for arch/mipsel/Makefile but this file (directory) is missing. If I do a symlink mips to mipsel in build dir, then it works. C…