|
Post by neuroflux on Jun 23, 2014 4:29:23 GMT -8
Hey guys, I recently moved my development environment from Windows to Linux (namely Raspberry Pi "Raspbian"). However when I try to compile anything Gameduino 2 based I get the following error: In file included from <YOUR FILE> /home/pi/sketchbook/libraries/Gameduino2/GD2.h:329:27: error: 'prog_uchar' does not name a type ISO C++ forbids declation of 'src' with no type [-fpermissive] Any ideas would be grand, I don't really like Windows 
|
|
|
Post by jamesbowman on Jun 23, 2014 6:51:09 GMT -8
Is this compiling natively for Linux, or using the Arduino IDE under Linux?
|
|
|
Post by neuroflux on Jun 24, 2014 0:32:19 GMT -8
Is this compiling natively for Linux, or using the Arduino IDE under Linux? Arduino IDE 1.0.1 for Linux I managed to fix it by changing the `prog_uchar` to `uint8_t` - job done!
|
|