-
#### Describe the bug
Can't compile
#### To Reproduce
Steps to reproduce the behavior:
Follow directions and install everything needed for making a build on Windows.
Type "make clean"
Ty…
-
I can not compile example "bt_soc_empty", error as follow:
protocol/bluetooth/bgcommon/lib/build/gcc/cortex-m33/bgcommon/release/libbgcommon.a: file format not recognized; treating as linker script
…
-
We needed `-funwind-tables` option on ARM processors to get backtrace. Could that be added to CMakeLists.txt conditionally for ARM ?
-
====================[ Build | Ctrl-Step-STM32-fw.elf | Debug ]==================
"C:\Program Files\JetBrains\CLion 2021.2.2\bin\cmake\win\bin\cmake.exe" --build D:\STM32\Dummy-Robot-main\2.Firmware\C…
-
### Environment
- OS and Version: Windows 10 22H2
- VS Code Version: 1.85.2
- C/C++ Extension Version: 1.18.5
### Bug Summary and Steps to Reproduce
**Bug Summary:**
If both `"compiler…
-
Made following steps:
>git clone https://github.com/altera-opensource/linux-socfpga.git
>cd linux-socfpga/
>git branch
socfpga-6.6.22-lts
>make ARCH=arm socfpga_defconfig
>make ARCH=arm me…
-
Referring to the site below, I put OpenCV on the STM32H747-disco board.
https://github.com/embox/embox/wiki/OpenCV-on-STM32
The order of execution is as follows.
1. Compile this template
m…
-
### Checks
- [X] I have read the troubleshooting section and still think this is a bug.
### Describe the bug you encountered:
Until fd 8.7.0 build with `--target armv7-unknown-linux-gnueabi` …
hgy59 updated
2 months ago
-
`` is defined by a spec that ARM releases, and implemented by compilers. It is not a "real" header file. This happen with either included first.
```
[2/244] Building CXX object CMakeFiles/zig.dir/sr…
-
**Describe the bug**
ERROR: ld.so: object '/usr/local/lib/bear/libexec.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
when running bear -- make
**To Reproduce…