-
In CubeMX2Makefile.py, flags for STM32L0 should be
-mcpu=cortex-m0plus -mthumb -mfloat-abi=soft -specs=nosys.specs -specs=nano.specs
-
@RalfJung asked me to open an issue listing all the useful Arm microcontroller feature flags that are currently entirely unsupported by Rust, not even unstably.
These are all listed at https://doc.ru…
-
### Zig Version
0.10.0-dev.40+303bad998
### Steps to Reproduce
Create an ARM assembly file named `test.s` with the following contents:
```asm
mov r1, #0
```
Compile that file to an object usi…
-
| | |
| --- | --- |
| Bugzilla Link | [43603](https://llvm.org/bz43603) |
| Version | 9.0 |
| OS | other |
| CC | @DougGregor,@efriedma-quic,@zygoloid |
## Extended Description
Using this …
-
### Zig Version
0.12.0-dev.2833+8802ec583
### Steps to Reproduce and Observed Behavior
Hello everyone,
thank you for this amazing language! I am using Zig since a few weeks for a personal projec…
-
`__aeabi_uidiv` and `__aeabi_idiv` are slow and should be replaced with optimised code, LUT, etc.
-
| | |
|--------------------|----|
| Bugzilla Link | [PR43603](https://bugs.llvm.org/show_bug.cgi?id=43603) |
| Status | NEW |
| Importance | P enhancemen…
-
Build errors on Raspbian Stretch. I installed all of the QT5 prereqs that I could figure out, however, this is not a qt error.
g++: error: unrecognized argument in option '-mtune=generic'
g++: not…
W9JSW updated
5 years ago
-
If I don't specify upload port, I get an error message:
```
Processing pico (platform: raspberrypi; board: pico; framework: arduino)
----------------------------------------------------------------…
-
* KOReader version: v2022.08-19-gc3cd88e0
* Device: Cubietruck with devuan chimeara armhf
#### Issue
compile failure due to unrecognized flag
```
g++ -I/data/src/koreader/koreader/base/thirdpar…