-
```
I noticed that when building ardupilot-mega, there are some differences in what
AVR tools (compiler, linker, etc.) are used depending on which platform you're
on:
Under OS X and Windows, it use…
-
```
I noticed that when building ardupilot-mega, there are some differences in what
AVR tools (compiler, linker, etc.) are used depending on which platform you're
on:
Under OS X and Windows, it use…
-
```
I noticed that when building ardupilot-mega, there are some differences in what
AVR tools (compiler, linker, etc.) are used depending on which platform you're
on:
Under OS X and Windows, it use…
-
The current version of the simavr1.6 Makefile.common checks if avr-gcc is installed by looking for a folder called `avr-gcc` in the homebrew Cellar. This did not work on my system (macOS Ventura 13.5)…
-
The latest avr-gcc 12.2.0 emits warnings like "main.cpp:52:12: warning: array subscript 0 is outside array bounds of "volatile uint8_t [0]" [-Warray-bounds]" for valid code like "CLKMSR = 0b01;".
Not…
-
### Issue submission guidelines
See [detaled guidelines](http://crosstool-ng.github.io/support/). In short:
- Report crosstool-NG version
1.24.0-rc3.1-f7b1bece
- Report host OS and its version…
-
When attempting to compile any examples for the arduino, I get:
In file included from C:\Users\iviti\sketchbook\libraries\MyCobotBasic/MyCobotSaver.h:5:0,
from C:\Users\iviti\sk…
-
Bug type: Language Service
**Describe the bug**
- OS and Version: Windows 7 Pro x64
- VS Code Version: 1.66.0
- C/C++ Extension Version: 1.9.7
- Other extensions you installed (and if the…
-
By default, simavr wouldn't build on my laptop. I've got [CrossPack-AVR](http://www.obdev.at/products/crosspack/index.html) providing my avr toolchain, and libelf etc. installed from homebrew (into /u…
-
I'm trying to analyse my AVR firmware going from gcc-7.3 to gcc-13.2 but the produced diffs are incorrect.
`python3 -m elf_diff --bin_prefix "avr-" --html_file gcc7_to_13.html build/avr-gcc-7-varia…