roadlabs / simuino

Automatically exported from code.google.com/p/simuino
0 stars 1 forks source link

Compiler Error! #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I just installed simuino. When I try to load "sketchbook/blink.ino" which is a 
basic led blink sketch it gives following error:

In file included from servuino.c:135:0:
common_lib.c: In function �~@~Xint checkRange(int, const char
common_lib.c:115:41: warning: too many arguments for format
sprintf(temp,"        sprintf(temp,"%s -",message,val
common_lib.c:126:41: warning: too many arguments for format sprintf(temp,"      
  sprintf(temp,"%s -",message,val-",message,value);

Then I tried to load "sketchbook/helloWorld_MEGA.ino" and it gives same error!

My Distribution Is Ubuntu 13.10.

Original issue reported on code.google.com by sajib.fi...@gmail.com on 21 Feb 2014 at 7:45

GoogleCodeExporter commented 8 years ago

Original comment by benny.sa...@gmail.com on 1 Mar 2014 at 12:03

GoogleCodeExporter commented 8 years ago
try this http://pastebin.com/p05YyPih

Original comment by cyborg.s...@gmail.com on 12 Aug 2014 at 10:05