In file included from firmware.cpp:22: ./path.h:378:33: error: cannot initialize an array element of type 'char' with an rvalue of type 'nullptr_t' char format[] = { '%', *p, NULL }; ^~~~ Reported by: pkg-fallout