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

Re: [csmith-dev] csmith error



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