Viewing 5 reply threads
  • Author
    Posts
    • #11286
      Fabrice
      Participant

      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&gt; 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

    • #12206
      Dax
      Participant

      Same error over here, did you find a solution?

    • #12349
      Sergey
      Participant

      Same error over here, did you find a solution?

    • #12352
      lecagnois
      Participant

      Le téléversement d’un autre script fonctionne t i il
      As tu essayé avec une carte Arduino méga ?

    • #12353
      Fabrice
      Participant

      oui j’ai maintenant ça fonctionne j’ai du utiliser un autre arduino.

      Je suis maintenant embêté par un script qui ne veut pas s’exécuter.

    • #12357
      Sergey
      Participant

      arduino ide 1.6.9 solved the problem of compiling and loading

Viewing 5 reply threads
  • You must be logged in to reply to this topic.