Re: Build failed on raspberry.
- Posted by SDPringle Sep 11, 2015
- 2418 views
Do the corresponding values of the constants in the ARM headers match the values of the following constants in EUPHORIA?
type enum c_fe by *2 C_FE_INVALID, C_FE_DIVBYZERO = 4, C_FE_OVERFLOW, C_FE_UNDERFLOW, C_FE_INEXACT end type