* [BUG] perf tools: Can't find util/unwind.h
@ 2012-08-11 13:47 Namhyung Kim
2012-08-11 18:16 ` Arnaldo Carvalho de Melo
0 siblings, 1 reply; 2+ messages in thread
From: Namhyung Kim @ 2012-08-11 13:47 UTC (permalink / raw)
To: Arnaldo Carvalho de Melo, Jiri Olsa; +Cc: LKML
Hi Arnaldo,
Your current perf/core branch fails to build like this:
$ make
Makefile:494: No libunwind found. Please install libunwind >= 0.99
CC perf.o
make: *** No rule to make target `util/unwind.h', needed by `builtin-annotate.o'. Stop.
$ ls util/unwind*
ls: cannot access util/unwind*: No such file or directory
Forgot to add the files?
Thanks,
Namhyung
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [BUG] perf tools: Can't find util/unwind.h
2012-08-11 13:47 [BUG] perf tools: Can't find util/unwind.h Namhyung Kim
@ 2012-08-11 18:16 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; 2+ messages in thread
From: Arnaldo Carvalho de Melo @ 2012-08-11 18:16 UTC (permalink / raw)
To: Namhyung Kim; +Cc: Jiri Olsa, LKML
Em Sat, Aug 11, 2012 at 10:47:45PM +0900, Namhyung Kim escreveu:
> Hi Arnaldo,
>
> Your current perf/core branch fails to build like this:
>
> $ make
> Makefile:494: No libunwind found. Please install libunwind >= 0.99
> CC perf.o
> make: *** No rule to make target `util/unwind.h', needed by `builtin-annotate.o'. Stop.
>
> $ ls util/unwind*
> ls: cannot access util/unwind*: No such file or directory
>
> Forgot to add the files?
yeah, did some manual fixlets and forgot to add some files, since I
hadn't yet asked Ingo to pull I took the liberty of fixing it up and
force push the result, sorry about that, 'git rebase' should be fine to
get back on track.
Thanks for reporting!
- Arnaldo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-11 18:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-11 13:47 [BUG] perf tools: Can't find util/unwind.h Namhyung Kim
2012-08-11 18:16 ` Arnaldo Carvalho de Melo
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.