-
**Is your feature request related to a problem? Please describe.**
From the doc, apollo9.0 needs to be compiled natively both in x86 and aarch64(which is Orin) ubuntu.
https://github.com/ApolloA…
-
- [ ] This issue is blocking
- [ ] This issue is causing unreasonable pain
When cross-targeting for arm `eng/common/cross/toolchain.cmake` adds the `-mthumb` flag. If the `-mthumb` flag is ad…
-
Problem that I would like to solve is to avoid cells compilation, that can be quite slow, when it is not needed. For example, one wants to build Sphinx documentation to check if cross-referencing betw…
-
## Current situation
Flatcar cannot be built for the RISC-V architecture (https://riscv.org).
## Impact
Consumer boards are starting to become widely available, like the Vision 5, LicheePi 4A…
-
Hello, I'm using aarch64's cross-compile toolchain (no gfortran tool) to compile kaldi,. Due to the use of the OpenBLAS library, which has .f files, gfortran is required, resulting in compilation fa…
-
Using a self-build clang 14.0.6, setup for cross compiling for arm-linux-gnueabihf, leads to the compilation error:
```console
/usr/local/bin/../include/c++/v1/__config:13:10: fatal error: '__config…
-
Getting the following compilation error on Rocky Linux with kernel release 5.14.0-427.13.1.el9_4.x86_64
```
make
#rm -f .symvers.8852au
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.14.0-427…
-
Our build system currently consists of some makefiles that, when run, generate a header file that gets #include’d in all the source files that contains version info, etc., compile all the externals, a…
-
If osx-arm64 is a supported platform (and going forward, that basically asks whether osx is a supported platform, as arm architecture takes over), then the builds should be green.
There have been m…
-
[cargo-c](https://github.com/lu-zero/cargo-c) exists exactly to ease the build of Rust programs into C libraries, it's an easier and less error-prone approach than managing the cmakefiles yourself.