Error with external Arduino IDE

Discussion in 'UDOO NEO' started by Vinz87, Jan 20, 2016.

  1. Vinz87

    Vinz87 UDOOer

    Joined:
    Nov 11, 2015
    Messages:
    105
    Likes Received:
    19
    I followed the instructions to install Arduino IDE in an external computer, after connecting Neo to the USB and trying to upload the Blink sketch I get this error:

    Arduino:1.6.7 (Mac OS X), Scheda:"UDOO Neo (Cortex M4)"

    ATTENZIONE: La categoria '' della libreria SPI non è valida. La imposto a 'Uncategorized'
    ATTENZIONE: La categoria '' della libreria Wire non è valida. La imposto a 'Uncategorized'
    Attenzione: platform.txt del core 'UDOO NEO (iMX6 SoloX)' contiene la stringa deprecata recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{build.path}/{archive_file}" "{object_file}" convertita automaticamente in recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{archive_file_path}" "{object_file}". Verifica la disponibilità di un aggiornamento di questo core.
    cc1plus: error: to generate dependencies you must specify either -M or -MM
    exit status 1
    Errore durante la compilazione

    Questo report potrebbe essere più ricco di informazioni con
    "Mostra un output dettagliato durante la compilazione"
    abilitato in "File > Impostazioni"


    What does it mean? Thank you
     
  2. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
    According to the neo docs you have tot install version 1.6.5. it looks like you installed 1.6.7. I already read other issues (or the same) here on the forum when 1.6.7 was installed.
     
  3. Vinz87

    Vinz87 UDOOer

    Joined:
    Nov 11, 2015
    Messages:
    105
    Likes Received:
    19
    Oh okay, I supposed it was OK to install a newer version, will I find it on arduino.cc as well or do I have to find it somewhere else?


    Inviato dal mio iPhone utilizzando Tapatalk
     
  4. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
  5. Vinz87

    Vinz87 UDOOer

    Joined:
    Nov 11, 2015
    Messages:
    105
    Likes Received:
    19
    Ok thanks.
    I suggest for Udoo guys to add a line to the documentation specifying that the last version of arduino IDE won't work, otherwise one may think the guide is simply a little bit outdated


    Inviato dal mio iPhone utilizzando Tapatalk
     
  6. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    waltervl likes this.

Share This Page