Re: Build failed on raspberry.
- Posted by SDPringle Sep 11, 2015
- 2430 views
Perhaps the parsing algorithm when running on the ARM system triggers a number floating point exception. I wrote the code that displays that error message. It must have been a year ago. This didn't happen in my tests with a Pentium IV and the OS was and is 32-bit. The eudouble is the same size on both Intel and ARM but ARM is one quirky critter.
The exceptions detect whether a number register gets an overflow and some kind of analog when a number gets too small. None of these apply to pi of course.
Shawn