-
### Problem you are trying to solve
My team builds our software for 5 different Rust targets:
* aarch64-apple-darwin
* x86_64-apple-darwin
* x86_64-unknown-linux-gnu
* wasm32-unknown-unknown
* x86_64…
-
It seems that the chosen project name cannot be "uprobe" (at least when selecting uprobe as the program type) because the following error occurs. It is not a serious issue but I think it is worth ment…
-
I have installed both Linux and Newlib riscv-gnu-toolchain.
First I clonned this repo inside $RISCV path (already exported).
Then running make I get:
![image](https://github.com/user-attachme…
-
**The Problem To Be Solved**
Users that install GCC without the Arm Environment Manager are required to set a [Environment Variable to register the compiler](
https://github.com/Open-CMSIS-Pack/cm…
-
### Details
I am using toolchain to install abacus-3.7.5 offline on a supercomputing server that is not connected to an extranet. after toolchain_gnu.sh, I encountered errors when executing build_aba…
-
Note: This is a new sub-issue from Issue #747 that addresses one of several problems that occur when trying to build on an aarch64 host.
When building (`cd build; make check`) on an aarch64 host wi…
-
I do:
export NDK_STANDALONE_TOOLCHAIN="/home/user/android-ndk-r27/toolchains/llvm/prebuilt/linux-x86_64"
export HOST=aarch64-linux-android
After that the build is always x86_64:
file scanmem
sc…
-
On my mac I have the reproducible issue that the "official" ARM GNU ARM Embedded Toolchain (6-2016-q4-major) as installed by `brew cask info gcc-arm-embedded` mis-compiles/-links all Rust examples ind…
-
### Describe your issue.
Having issues building (locally) on Ubuntu 22.04, looking to update some of the CI for GPU testing.
This is done in a fresh docker container. The there's a whole bunch of er…
-
When any code I run, it call me a error: `linking with 'x86_64-w64-mingw32-gcc' failed: exit code: 1`.
I read the log, error is caused by the compiler's `-lgcc_s` flag. I search this file in my com…