[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [csmith-dev] csmith error



But USE_MATH_MACROS_NOTMP and USE_MATH_MACROS are not defined. I suppose that safe_math.h is used. Are these unfounded variables defined in safe_math.h?
Thanks,

Bill

On 9/16/2011 4:46 PM, Pascal Cuoq wrote:
Hello,
 
I'm getting some variable not found errors, like:
Variable 'safe_div_func_uint64_t_u_u' not found...

This is a macro defined in csmith/runtime/safe_math_macros.h, or alternately in csmith/runtime/safe_math_macros_notmp.h. One of these is included through the
chain csmith.h -> random_inc.h ->...
Your program correctly sports #include "csmith.h" at the top.

Pascal