anupam19 / opengauge

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

Compilation problems with obduino32k #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Trying to compile the code for obduino32k, I'm getting a long list of errors.

The first error was :
"obduino32K:365: error: 'byte' does not name a type"
so I put in:
#include "WConstants.h"

But this only leads to further errors, the next one being:
"obduino32K:1016: error: expected constructor, destructor, or type conversion 
before '(' token"

It looks like it's not expecting to be compiled through the Arduino IDE -- any 
pointers?

- - -

SVN version, using Arduino 0022 with Arduino UNO

Original issue reported on code.google.com by andre.knoerig@gmail.com on 13 May 2011 at 2:39

GoogleCodeExporter commented 9 years ago
A workaround was posted here: 
http://ecomodder.com/forum/showthread.php/obduino32k-build-issues-17130.html
For now you have to enable SD card support by uncommenting
#define useSDCard
and installing the library from
http://arduino-filelogger.googlecode.com/files/FileLogger.V0.6.zip

Original comment by andre.knoerig@gmail.com on 13 May 2011 at 2:47

GoogleCodeExporter commented 9 years ago
Fixed in r195

Original comment by eimixas@gmail.com on 4 Jan 2012 at 1:21