-
On MacOSX, running `make` I do get the expected linker error about duplicate symbols, which avoids the undefined behavior you are seeing:
```
make
clang -o foobar.o -c foobar.c -O2
cd foo && ca…
-
Trying to port the code to an Arduino MKR WAN 1310, I believe it uses the ASM-ARMV6M instruction set, but tinyjambu-256-asm-armv6m.S throws "Assembler message... Error: branch out of range", line tiny…
-
I encountered the following error after executing make file. How can I solve it? Thank you.
make -f tflite_micro_hello_world.Makefile ARM_GCC_DIR=/home/bill/gcc-arm-tool/gcc-arm-none-eabi-10.3-2021…
-
The `clang` linker on MacOs (target=linux) doesn't support the `-warn_commons` option:
```
hello_world $ idf.py --preview set-target linux
hello_world $ idf.py build
ld: unknown options: -warn…
-
**Describe the bug**
Flashing a progream with `cargo embed` or `probe-rs download` fails on metro_m0. The same program succeeds when flashing via openocd:
```
% cat memory.x
MEMORY
{
/* same…
-
Several ARM architecture features (and possibly for other archs too, but I only checked ARM) are not included in the table used to validate clang's `-mcpu` option. This makes it impossible to specify …
-
from fife import fife
outputs this:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/fife/fife.py", line 18, in swig_imp…
-
MacOS 10.13
Have done as instructed.. CLT, Homebrew and scrcpy. The install process was sluggish, took 16 hours and decided to post on XDA to check sanity of what I am doing.
Sorry guys, this ju…
-
### Description / Steps to reproduce the issue
The I2C tool on the Raspberry Pi Pico is incorrectly showing responses on every other address despite not being
connected to any I2C bus.
```conso…
-
I cannot seem to configure this release - here is the log I am getting:
```
Last login: Fri Apr 29 15:24:34 on ttys000
paul@stinky-poo-poo-laptop ~ % cd /Users/paul/Desktop/openage-0.4.1
paul@s…
halpz updated
2 years ago