ARDUINO IDE VERSION

Hello, Is there a specific ARDUINO version to compile and upload the firmware to an RUMBA board.

I can compile and upload the firmware with the ARDUINO 1.0.1 version (without any error/warning message)

I tried with the ARDUINO IDE 1.8.5 and I am getting a lot of compile messages like : 

sketch\uimenu.h:1379:0: warning: "UI_MENU_PREHEAT_CNT" redefined

What do I need to get an error/warning free compilation ... (library, special setting , .....etc...)

Thank's for your help

René

Comments

  • That is no error message and is ok. It is just a redefinition of an macro and no error.
  • Hello, nevertheless I cannot upload the firmware the message I post was just an example
  • Would help to see then the error :-)

    I use Arduino 1.8.x for development. 1.0.1 is quite old- Not sure if there are some incompatibilities.
  • final result with arduino 1.0.1 (in french and is OK)
    Taille binaire du croquis : 180 596 octets (d'un max de 258 048 octets)

    message with arduino  1.8.0  (same configuration.h and same directory)




  • Hello ... I guess the issue is solved. You were right,  its just a warning with the version 1.8.0 which does happen with the version 1.0.1.

    The same firmare V0.9.3 was compiled with both REV 1.0.1 and 1.8.0.

    Now I am using the firmire 1.0.0 and the compliation works fine and without any warning

    Thank's for your time ....

Sign In or Register to comment.