Bonjour
Je rencontre un petit soucis avec le téléversement de MRLcomm.ino dans ma carte uno.
Arduino : 1.8.7 (Windows Store 1.8.15.0) (Windows 10), Carte : “Arduino/Genuino Uno”
In file included from sketch\LinkedList.h:72:0,
from sketch\MrlComm.cpp:10:
sketch\LinkedList.cpp: In instantiation of ‘ListNode<T>* LinkedList<T>::getNode(int) [with T = Device*]’:
sketch\LinkedList.cpp:182:29: required from ‘T LinkedList<T>::get(int) [with T = Device*]’
sketch\MrlComm.cpp:228:38: required from here
sketch\LinkedList.cpp:53:10: warning: converting ‘false’ to pointer type ‘ListNode<Device*>*’ [-Wconversion-null]
return false;
^
sketch\LinkedList.cpp: In instantiation of ‘ListNode<T>* LinkedList<T>::getNode(int) [with T = Pin*]’:
sketch\LinkedList.cpp:170:29: required from ‘T LinkedList<T>::remove(int) [with T = Pin*]’
sketch\MrlComm.cpp:297:24: required from here
sketch\LinkedList.cpp:53:10: warning: converting ‘false’ to pointer type ‘ListNode<Pin*>*’ [-Wconversion-null]
sketch\MrlNeopixel.cpp: In member function ‘onDisconnect’:
sketch\MrlNeopixel.cpp:852:1: internal compiler error: Segmentation fault
}
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
lto-wrapper.exe: fatal error: C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.15.0_x86__mdqgnx93n4wtt\hardware\tools\avr/bin/avr-gcc returned 1 exit status
compilation terminated.
c:/program files/windowsapps/arduinollc.arduinoide_1.8.15.0_x86__mdqgnx93n4wtt/hardware/tools/avr/bin/../lib/gcc/avr/5.4.0/../../../../avr/bin/ld.exe: error: lto-wrapper failed
collect2.exe: error: ld returned 1 exit status
exit status 1
Erreur de compilation pour la carte Arduino/Genuino Uno
Ce rapport pourrait être plus détaillé avec
l’option “Afficher les résultats détaillés de la compilation”
activée dans Fichier -> Préférences.
Aurais je oublié quelque chose ?Merci pour votre aide.
Fab