-
The example has a couple of issues for me. I'm curious which compiler accepts an argument `-bundle` and what it means. Both GCC and Clang complain about it - on GCC its fatal. Clang just warns that it…
-
On macOS 12.4 with latest Xcode 13.4.1, when I try configuring with CMake like the following, I get errors on `main` branch with latest commit (`3fa5876216bf35f65bef5d9563f73578b0269bc9`) and also on …
-
### CircuitPython version
```python
Adafruit CircuitPython 9.1.1-5-g901dd228cb-dirty on 2024-07-28; Adafruit ItsyBitsy ESP32 with ESP32
```
### Code/REPL
```python
import mandelbrot
```
### Beha…
-
### Describe the bug
Installing V from source failed on macOs Sierra
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocat…
-
### Describe the issue:
Tests are failing on Mac OSX, m1, Python 3.11.4. Seems to occur both on clang and gcc builds.
Specifically the test_mem_policy tests give an error seemingly related to an…
-
I'm using armv6m for https://github.com/markfirmware/zig-bare-metal-microbit and updated to the newest zig, got this problem and reduced it to an emty program:
export fn main() noreturn {
…
-
On SAMD platforms (tested using Arduino Nano33 IoT and other similar SAMD21-based Sparkfun boards), I cannot find an easy way to find the cause of a panic. I'm concerned about panics from things like…
-
I get the following error when trying to install cymunk on macOS:
`python setup.py build_ext --inplace`
`clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG …
-
RP2040 and other Cortex M0/M0+ devices (ARCH=armv6m) only support ARM Thumb (not Thumb 2) instruction set. As of MicroPython 1.23, the linker for .mpy files only supports jumps that are under 11 bits.…
-
I tried to play around with the Pico SDK blink example last night from my windows machine using the latest Swift 6 toolchain and didn't have much luck. I'm not particularly proficient in cmake but it …