-
I have an issue,it seens no makefile
OS:ubuntu18.04
cmake version:3.20.3
,this is CLI print:
-
- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:3 (project):
No CMAKE…
-
I have written a test case that calls abort(), but QEMU was still exiting with status code 0.
After investigating the issue, I have arrived at this routine:
```
sys_semihost_exit_extended(uintptr…
rdiez updated
3 years ago
-
It would be very helpful to add ability to choose the "mps2-an385" machine here:
https://github.com/Marus/cortex-debug/blob/35f42186726063bcb150f2e4132556a7528eea60/package.json#L303
It's just a cor…
-
Process to get this far:
1) Updated Raspbian and Klipper to latest.
2) Built Klipper and flashed MCU using make clean, make, make install
3) Setup a "basic" RAMPS config
4) Referenced: https://git…
-
Hello,
I have an issue with sloeber by trying to use a specific 3rd party board library. I receive the following error message:
"C:\\ECLIPSE\\arduinoPlugin\\tools\\make\\make" all
'Building fi…
ghost updated
3 years ago
-
When building with clang-12 the compiler actually links against an ARM std library instead of a Thumb standard library. Therefore, when running on the Cortex-M3, the processor immediately triggers a h…
-
### Bug Description
I noticed that M672 did not work for my smart effector connected to a trigorilla pro (STM32F103ZET6). After further investigation I realized that DELAY_US seems to be counting w…
-
**Describe the bug**
After activating `LOG_BACKEND_FS`, `CONFIG_FILE_SYSTEM_LITTLEFS` and their dependencies, it worked as expected on the very first time boot (clean storage partition).
The probl…
-
Hello,
I'm trying to install magisk on lineage os 16 on a raspberry pi (Image from [here](https://konstakang.com/devices/rpi3/LineageOS16.0/)). The installation of the zip via TWRP fails (see log [1]…
-
The following example compiles just fine on win 10 with latest stable rust distribution:
```
#![no_main]
#![no_std]
use panic_halt as _;
use cortex_m_rt::entry;
use cortex_m_semihosting:…