Yet another interesting error. This time, the problem is that it needs spaces between the "literal and identifier". Take a look:
[CODE]
hardware/qcom/display-caf/apq8084/libqdutils/profiler.cpp:130:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
ALOGD("%"PRId64" %"PRId64" %"PRId64 …
