I would like to compile the latest firmware for the dongle version (S76G) myself. According to the README, STM32 Core version 1.9.0 is required for this. Although I can install the dependencies, the compilation process fails with the following errors:
```
Error while detecting libraries included by C:\\Users\\aaa\\AppData\\Local\\arduino\\sketches\\BD0FBD2633D5B4283207FA6208DAAF5E\\sketch\\SoftRF.ino.cpp
...
arm-none-eabi-g++: error: #line: No such file or directory
arm-none-eabi-g++: error: 1: No such file or directory
```
By the way, compiling for the STM32WLE5 (Core 2.4.0) works perfectly.