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

2018-04-30 Thread Daniel Dragomir
On 28.04.2018 04:58, Bruce Ashfield wrote: On 4/25/2018 10:31 PM, qwang2 wrote: On 2018年04月25日 21:38, Bruce Ashfield wrote: On 04/25/2018 09:39 AM, Daniel Dragomir wrote: | util/cs-etm.c:1264:40: error: expected '}' before 'PRIx64' |    [CS_ETM_MAGIC] = "   Magic number  %"PRIx64"\n",   

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

2018-04-27 Thread Bruce Ashfield
On 4/25/2018 10:31 PM, qwang2 wrote: On 2018年04月25日 21:38, Bruce Ashfield wrote: On 04/25/2018 09:39 AM, Daniel Dragomir wrote: | util/cs-etm.c:1264:40: error: expected '}' before 'PRIx64' |    [CS_ETM_MAGIC] = "   Magic number  %"PRIx64"\n", |

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

2018-04-25 Thread qwang2
On 2018年04月25日 21:38, Bruce Ashfield wrote: On 04/25/2018 09:39 AM, Daniel Dragomir wrote: | util/cs-etm.c:1264:40: error: expected '}' before 'PRIx64' |    [CS_ETM_MAGIC] = "   Magic number  %"PRIx64"\n", | ^~ Is this something my -stable

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

2018-04-25 Thread Bruce Ashfield
On 04/25/2018 09:39 AM, Daniel Dragomir wrote: | util/cs-etm.c:1264:40: error: expected '}' before 'PRIx64' |[CS_ETM_MAGIC] = " Magic number %"PRIx64"\n", | ^~ Is this something my -stable merges, or other BSP work has introduced ?