-
I'm getting below error when cross-compiling quantization for arm64.
```
warning: quantization@0.1.0: tools/arm-linux-gnueabi-gcc-9.2/bin/arm-linux-gnueabi-ar:
'app/target/arm-unknown-linux-gnue…
-
arm-linux-gnueabi-gcc -I./include/freetype2 -c -o ttf.o ttf.c
ttf.c:20:22: fatal error: ft2build.h: No such file or directory
compilation terminated.
make: **\* [ttf.o] Error 1
-
I try to run better-sqlite3 in my Electron app on a Rasperry Pi. I get an error from TypeORM at runtime:
```
{
constructor: 'Error',
name: 'UnhandledRejection DriverPackageNotInstalledError'…
-
When I compile the LVGL by gcc, everything is OK.
But when I compile it with arm-ostl-linux-gnueabi-gcc for my STM32MP157-DK2,compilation terminated.
`fatal error: lvgl/lvgl.h: No such file or dire…
-
## Introduction
At the moment, a Zig target triple (without versions) *generally* has an obvious 1:1 mapping to a GNU target triple, with only a few exceptions. In this issue, I propose that we com…
-
```
This line in the build description:
pkg.append_env_for_package(builder, 'qt', [THIRDPARTY],
'DVSDK_OBJ_DIR', builder.invocation.package_obj_path(dvsdk_l…
-
I am tring to integrate DPU4.1 to ZYNQ-Z2 board. So I choose Vivado 2022.2 and PetaLinux 2022.2 to generate linux image for SD card.
but when I following[ THIS TUTORIAL](https://github.com/Xilinx/Vit…
-
After running `python3 setup.py build_ext`, the following command is generated throughout the build sequence:
```
arm-poky-linux-gnueabi-g++ ... \
-L=/opt/cortexa9hf-neon-poky-linux-gnueabi/usr/…
-
If my system is `x86_64-linux-gnu` and I have cross-compiled my Qt app to `arm-linux-gnueabi`, running `ldd` on my app won't produce any meaningful output:
```
$ ldd foo
not a dynamic exe…
-
I noticed this while adding DCEing support of atexit to GCC and the testcases were failing on arm-linux-gnueabi.
Simple testcase:
```
struct A {
A();
~A();
} a;
```
You will see at -…