My project involves differences between large numbers, and 32 bit floating point ain't enough. There's a library for 64 bit math called FP64lib. I used the library manager to load it and want to try things out with the "NoDouble" example demo sketch.
The documentation provided with the FP64 library says it DOES work with the Arduino Zero. But I get a compile time error message. It APPEARS to be a warning that maybe the library won't work with the Zero. I get that a warning is nice.
How do I turn off the error message? Is there some compiler directive to ignore errors from, say, an include file? I tried to go in to edit the include file (yes, always a dangerous idea) but I cannot see a way to do the edit safely.
Perhaps I should use a normal text editor and edit the header file directly?
Thanks,
--jim
WARNING: library fp64lib claims to run on avr, atmelavr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /Users/jimhahn/Documents/Arduino/libraries/fp64lib/fp64lib.h:205:0,
from /Users/jimhahn/Downloads/fp64lib-1.1.20/examples/NoDouble/NoDouble.ino:1:
/Users/jimhahn/Documents/Arduino/libraries/fp64lib/fp64def.h:34:2: error: #error fp64lib is created and tested only for Atmel AVR 328p microprocessors like Arduino UNO or Nano