Re: [PATCH] perf tools: fix build breakage on arm and arm64 targets

2014-09-29 Thread Will Deacon
On Mon, Sep 29, 2014 at 07:59:59AM +0100, Jean Pihet wrote: > Hi Will, > > On 26 September 2014 19:19, Sudeep Holla wrote: > > > > On 26/09/14 18:01, Will Deacon wrote: > >> > >> Attempting to build the perf tool on arm or arm64 targets results in the > >> following failure: > >> > >>

Re: [PATCH] perf tools: fix build breakage on arm and arm64 targets

2014-09-29 Thread Jean Pihet
Hi Will, On 26 September 2014 19:19, Sudeep Holla wrote: > > On 26/09/14 18:01, Will Deacon wrote: >> >> Attempting to build the perf tool on arm or arm64 targets results in the >> following failure: >> >> arch/arm/util/unwind-libunwind.c: In function ‘libunwind__arch_reg_id’: >>

Re: [PATCH] perf tools: fix build breakage on arm and arm64 targets

2014-09-29 Thread Jean Pihet
Hi Will, On 26 September 2014 19:19, Sudeep Holla sudeep.ho...@arm.com wrote: On 26/09/14 18:01, Will Deacon wrote: Attempting to build the perf tool on arm or arm64 targets results in the following failure: arch/arm/util/unwind-libunwind.c: In function ‘libunwind__arch_reg_id’:

Re: [PATCH] perf tools: fix build breakage on arm and arm64 targets

2014-09-29 Thread Will Deacon
On Mon, Sep 29, 2014 at 07:59:59AM +0100, Jean Pihet wrote: Hi Will, On 26 September 2014 19:19, Sudeep Holla sudeep.ho...@arm.com wrote: On 26/09/14 18:01, Will Deacon wrote: Attempting to build the perf tool on arm or arm64 targets results in the following failure:

Re: [PATCH] perf tools: fix build breakage on arm and arm64 targets

2014-09-26 Thread Sudeep Holla
On 26/09/14 18:01, Will Deacon wrote: Attempting to build the perf tool on arm or arm64 targets results in the following failure: arch/arm/util/unwind-libunwind.c: In function ‘libunwind__arch_reg_id’: arch/arm/util/unwind-libunwind.c:43:3: error: implicit declaration of function ‘pr_err’

[PATCH] perf tools: fix build breakage on arm and arm64 targets

2014-09-26 Thread Will Deacon
Attempting to build the perf tool on arm or arm64 targets results in the following failure: arch/arm/util/unwind-libunwind.c: In function ‘libunwind__arch_reg_id’: arch/arm/util/unwind-libunwind.c:43:3: error: implicit declaration of function ‘pr_err’ [-Werror=implicit-function-declaration]

[PATCH] perf tools: fix build breakage on arm and arm64 targets

2014-09-26 Thread Will Deacon
Attempting to build the perf tool on arm or arm64 targets results in the following failure: arch/arm/util/unwind-libunwind.c: In function ‘libunwind__arch_reg_id’: arch/arm/util/unwind-libunwind.c:43:3: error: implicit declaration of function ‘pr_err’ [-Werror=implicit-function-declaration]

Re: [PATCH] perf tools: fix build breakage on arm and arm64 targets

2014-09-26 Thread Sudeep Holla
On 26/09/14 18:01, Will Deacon wrote: Attempting to build the perf tool on arm or arm64 targets results in the following failure: arch/arm/util/unwind-libunwind.c: In function ‘libunwind__arch_reg_id’: arch/arm/util/unwind-libunwind.c:43:3: error: implicit declaration of function ‘pr_err’