Closed
Description
Hi all,
I am experiencing a blocking bug since the last update of the Arduino IDE. It is the same as described on this forum. I copy-pasted below the relevant error message:
Une erreur est survenue lors du transfert du croquis
/home/maxime/.arduino-1.6.12/hardware/tools/avr/bin/avrdude: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /home/maxime/.arduino-1.6.12/hardware/tools/avr/bin/avrdude)
/home/maxime/.arduino-1.6.12/hardware/tools/avr/bin/avrdude: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.15' not found (required by /home/maxime/.arduino-1.6.12/hardware/tools/avr/bin/avrdude)
Note that:
- It is definitely related with the update (I was using the IDE, compiling and transferring without issues when the update happened).
- The compilation step works fine, the error message occurs when trying to upload the sketch.
Versions:
- Arduino: 1.6.12 (installed from the tar.xz package)
- Debian Wheezy 64 bits.
Is there something obvious I might be missing?
Thank you!