liquidware / antipasto_arduino

A Liquidware Arduino Distribution
antipastohw.blogspot.com
Other
29 stars 11 forks source link

Some functions are undefined references after upgrade to 0.8.40 #13

Closed joaobarros closed 14 years ago

joaobarros commented 14 years ago

OS = OSX 10.6.2

After upgrading from 0.8.37 to 0.8.40 this simple sketch does not work:

void setup() { open(FlashTransfer); }

void loop() { DebugRectPrintText("--"); }

both "open" and "DebugRectPrintText" are undefined references.

I updated both build.xml files from the commits after the 0.8.40 release.

cladden commented 14 years ago

Looks like FlashFileSystem was converted to CPP, yet the functions grouped under C routines so they couldn't be found. Files are now patched for consideration in release 0.8.41