<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">Hi,<br><br>I'm getting following compilation errors while building liblitmus. This is after compiling kernel with litmus patch.<br><br>bin/uncache.c: In function ‘do_data’:<br>bin/uncache.c:213:6: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘int64_t’ [-Werror=format]<br>bin/uncache.c: In function ‘do_max_alloc’:<br>bin/uncache.c:308:3: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘uint64_t’ [-Werror=format]<br>cc1: all warnings being treated as errors<br>make: *** [uncache.o] Error 1<br><br>I've no clue why this error is coming.<br><br>Regards,<br>Kurian<br></div></body></html>