-
```
What steps will reproduce the problem?
1. Download the simple-modbus v10.
2. while compile got the error message as under.
What is the expected output? What do you see instead?
Arduino: 1.5.6-r2 …
-
```
What steps will reproduce the problem?
1. Download the simple-modbus v10.
2. while compile got the error message as under.
What is the expected output? What do you see instead?
Arduino: 1.5.6-r2 …
-
```
Arduino 1.0 uses WinAVR-20081205 that comes with avr-libc 1.6.4.
There is a documented bug on avr-libc (#27235, #28135) related with malloc()
and free() that affects the current avr-libc version…
-
See below for a full log and the error message. It seems ld completely fails, this was while compiling the Blink example, using Arduino 1.8.5. I considered trying the beta build, but that says it need…
-
I get this avr-gcc error when I try to compile the example project. I am on Ubuntu 14.04 and avr-gcc version 4.8.2
`avr-gcc: error: unrecognized command line option ‘-assembler-with-cpp’`
Is there a…
-
Hi I'm trying to use these board files to upload a blank sketch to the ATmega32M1 but I'm getting the following error:
```
Warning: Board ATmegaM1-C1:avr:CanDuino doesn't define a 'build.board' pr…
-
```
What steps will reproduce the problem?
The version for ATmega168 will work on ATmega168P but signature bytes are
different
What is the expected output? What do you see instead?
1E 94 0B (for ATm…
-
We must implement the EEPROM library to keep it compatible with standard AVR Arduino.
Where the EEPROM library implementation does not even have actual EEPROM, it should work with various non-volatil…
-
I get errors building against current versions of FFmpeg. Adding a couple of casts fixes these:
```
diff --git a/src/backends/decoder.cpp b/src/backends/decoder.cpp
index 3c360d4..299353a 100755
--- …
-
Hello,
Please add a makefile to make life easy :
```
MCU=attiny13
F_CPU=9600000UL
CC=avr-gcc
OBJCOPY=avr-objcopy
AVRSIZE=avr-size
CFLAGS=-std=c99 -Wall -g -Os -mmcu=${MCU} -DF_CPU=${F_CPU} -…