iondbproject / iondb

IonDB, a key-value datastore for resource constrained systems.
BSD 3-Clause "New" or "Revised" License
587 stars 48 forks source link

Undefined reference to "log2" on device (LinearHash impl) #29

Closed Stickerpants closed 8 years ago

Stickerpants commented 8 years ago

The Arduino math library does not contain a definition for the log2 math function. This needs to be addressed for the LinearHash to compile on device.

Stickerpants commented 8 years ago

Issue seems fixed following a1adac040660f905766eed657d81f91721ec4faf.