-
I'm getting the following build error with the Pico 2.0.0 SDK when compiling the blink example for RP2040, and I'm not sure if this is an SDK error or something related to the current `CMakeLists.txt`…
-
Apparently the arm64e identifier changed between iOS 13 and iOS 14: https://www.reddit.com/r/jailbreak/comments/rk7n8l/help_diskprobe_error_incompatible_cpusubtype/hp93y9x/
I encountered the same m…
-
When trying to build the `pico-blink` example on macOS with:
```
cd swift-embedded-examples/pico-blink
rm -rf .build ; TOOLCHAINS=org.swift.59202404131a ./build.sh
```
I get the following err…
-
Breakpoints set in a Go program prior to the initial `run` never trigger. Similarly if the program is running, any set breakpoints are lost (i.e., never fire, they are still listed in `breakpoint list…
-
I alway get the error
`ld: symbol(s) not found for architecture arm64`
when trying to execute the build script.
Any advice?
-
With LDC 1.9 beta building a Hello World program results in undefined symbols on macOS:
```
$ cat main.d
import std.stdio;
void main()
{
writeln("asd");
}
$ ./ldc2 main.d -link-interna…
-
Anytime I want to do a division or comparison with floats, I get an undefined symbol error by the linker. How can I include them?
E.g. a division yields this error:
`LinkError: build/mylib.o: unde…
-
I followed our instructions in the docs for the editable install of discretize in a brand-new environment (python 3.11) and am running into an error about `"numpy/arrayobject.h"` not being found after…
-
I'm working on MacBookPro, High Sierra 10.13.6, on Animate. I have the last Air updated, 51.1.1.3. Also working with 2 distriqt ANE.
Packaging for Android works perfect and already working fine. When…
-
I know I have lldb installed (I used it yesterday for a project), but the make file can't find it. I made no changes to lldb, I just used the one that was installed with my mac when I got it. I checke…