-
Hey,
I copied the mpy file into my project to give it a try and I get this error message: `ValueError: incompatible .mpy file`
I am not very familiar with mpy files and how to compile them. I am …
-
Any use of `-undefined dynamic_lookup` on macOS now appears to draw a warning.
Example project:
```python
project('foo', ['c'], version: '0.0.1')
shared_module('foo', 'foo.c')
```
```
$…
-
I found "-lbinder" in CMakeFiles/aidl-cpp.dir/link.txt.The whole content is:
> /Library/Developer/CommandLineTools/usr/bin/c++
-std=gnu++11 -fPIC -DPIC -Wno-unused-parameter -Wno-unused-functio…
-
### Description / Steps to reproduce the issue
We have a simple application running on nuttx on the RP2040 that allows network access to a serial port and were doing stress testing of it. The NIC of …
-
Hi,
Thanks for your work on this repo!
I'm having an issue with building the blink-mmio example on macos, getting a file not found error.
I am using the `org.swift.61202410271a` build of swift.…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR46801](https://bugs.llvm.org/show_bug.cgi?id=46801) |
| Status | NEW |
| Importance | P enhancemen…
-
**Describe the bug**
An unwrap unexpectedly panics in https://github.com/probe-rs/probe-rs/blob/a5d7838929e58a4e77ed642b83ee6de32b018493/probe-rs/src/probe/cmsisdap/mod.rs#L943-L945
**To Reproduce…
-
This enhancement issue describes the Clang/LLVM toolchain support plan in the Zephyr SDK.
## Goals
* Provide LLVM Binary Utilities as part of the SDK
* Provide Clang C/C++ Compiler as part of t…
-
**Describe the bug**
After macOS was updated, xcode was updated from 14 => 15, I am having runtime linker troubles. I don't understand what is happening behind the scenes from 14=>15 that is causin…
-
The following line in configure.ac line 61 causes configure issues on Gentoo:
`LDFLAGS="$LDFLAGS -L/usr/lib -L/usr/local/lib"`
This is since the multilib layout is different than most systems. I…