-
Hi :)
There are a few issues that have been introduced by [429cd7b](https://github.com/qlibs/sml/commit/429cd7bd73be84449227d66b7ca8eebc099fad6b) for ARM GCC. Namely narrowing of `int` to `char` at…
-
### This documents my efforts to deploy mbdisplay.ml on a microbit.
I found that the README is broadly accurate. Here are some issues I encountered when setting up the environment.
1. [Obytelib1…
-
I opened that PR to make a warning go away when this library isn't used, but
now that I'm actually trying to compile against it I get linker errors
```
FAILED: zephyr/zephyr_pre0.elf zephyr/zephy…
-
I'm trying to use this package so first thing I tried was just a simple pip install, which failed with:
```
# pip install sensirion-gas-index-algorithm
Collecting sensirion-gas-index-algorithm
…
-
Yesterday I was experimenting with the latest 7.0.1 release and when using my system arm-gcc (`12.2.1`) the pad inputs with the shift register (`CD4021`) behave very erratic.
Pressing a single butt…
-
### Describe the bug
Trying to build on Linux (amd64) for Linux (amd64), running `tauri build` is failing on AppImage step. I went through the list of existing issues on the topic, but couldn't fin…
-
### 问题描述 Issue Description
![image](https://github.com/user-attachments/assets/404c0d82-78d9-41c3-8539-f17592c326ce)
按照官方指导文档进行编译,在make TARGET=ARMV8 -j$(nproc)步骤报错https://www.paddlepaddle.org.cn/doc…
-
git repository: `https://github.com/liruncong/GlobTest.git bsp: beaglebone`
mingw: `https://download-sh-cmcc.rt-thread.org:9151/www/aozima/env_released_1%20.2.0.7z gcc position : env\tools\gnu_gcc\ar…
-
### What is your question?
In order to crosscompile for arm32 I've set up this profile
```
[settings]
os=Linux
arch=armv7hf
compiler=gcc
compiler.version=11
compiler.libcxx=libstdc++11
bu…
-
### Describe the bug
Importing Python's `subprocess` module in a gdb python script fails with an import error.
Note this is before `python38` removal, now `arm-none-eabi-gdb` is broken altogether …