Re: [linux-yocto] [yocto-4.12] [standard/*/axxia/base] [PATCH v2] tools/perf: Include inttypes.h to avoid error in cs-etm.c

2018-05-01 Thread Bruce Ashfield
merged Bruce On 4/30/2018 5:24 AM, Daniel Dragomir wrote: PRIx64 macro was not defined and this error occours: | util/cs-etm.c:1264:40: error: expected '}' before 'PRIx64' |[CS_ETM_MAGIC] = " Magic number %"PRIx64"\n", | ^~ This was

[linux-yocto] [yocto-4.12] [standard/*/axxia/base] [PATCH v2] tools/perf: Include inttypes.h to avoid error in cs-etm.c

2018-04-30 Thread Daniel Dragomir
PRIx64 macro was not defined and this error occours: | util/cs-etm.c:1264:40: error: expected '}' before 'PRIx64' |[CS_ETM_MAGIC] = " Magic number %"PRIx64"\n", | ^~ This was introduced by commit 362f8417b1cc ("opencsd: This is a