Hi, when cross-compiling, GMP assumes the strnlen() function is not present on the target machine, and if it is present on the compilation machine, we get a conflict with the "static" declaration in printf/repl-vsnprintf.c. It seems this is the only similar issue with 5.1.1. Paul