-
```
When trying to build the android sample using the clang toolchain via:
APP_ABI := arm64-v8a
NDK_TOOLCHAIN_VERSION := clang
in the Application.mk file, compiling the assembly produces an error:
…
-
Hello, I'm trying to develop an extension that uses libgit2sharp, which has native libraries. It fails when trying to use it with this exception
`The type initializer for 'LibGit2Sharp.Core.NativeM…
-
Hi, when i try to run the example on this repo and even with another unity project, i get this build error in xcode
`Undefined symbols for architecture arm64:
"_onUnityMessage", referenced from:
…
-
### Describe the bug
clang with the aarch64 target set and the "Compile to binary object" option will result in `??? ` in the asm window.
ARM64 gcc 13.2 works fine with this option.
### Steps to …
-
### Description
![Screenshot_20240816-164330_TermuxMonet](https://github.com/user-attachments/assets/731aee17-9d34-41ab-b1e6-bd702346fc4a)
For some reason the Ferium does not connect to the inte…
-
According to [RID Graph](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog), when restoring nuget packages, it should be the case that the when a library for a specific rid is available it shou…
-
It seems part of the code haven't been compiled. Any idea on how to fix it? Thanks in advance!
```
FAILED: subgraph-size-test.exe
C:\windows\system32\cmd.exe /C "cd . && C:\Programs\Python\Python…
-
This is a more detailed error report for #488.
When compiling for iOS or Apple silicon, two symbols are not defined:
```
Undefined symbols for architecture arm64:
"_pixman_composite_over_n_88…
-
I am developing a program using arkworks' groth16 snark library.
Proof verification benchmark performance results were sufficiently fast in the local development environment, but very slow performanc…
-
Issue: The inline assembly language code blocks used in locktest.c for various atomic operations is for primarily for x86_64 architecture and locktest is not #ifdef conditionally compiled , so it fa…