On 12/18, Ivan Babrou wrote:
> On Tue, Dec 18, 2018 at 7:02 PM Stanislav Fomichev wrote:
> >
> > On 12/18, Ivan Babrou wrote:
> > > On Tue, Dec 18, 2018 at 6:06 PM Stanislav Fomichev
> > > wrote:
> > > >
> > > > On 12/18, Ivan Babrou wrote:
> > > > > On Tue, Dec 18, 2018 at 4:30 PM Stanislav Fom
On Tue, Dec 18, 2018 at 7:02 PM Stanislav Fomichev wrote:
>
> On 12/18, Ivan Babrou wrote:
> > On Tue, Dec 18, 2018 at 6:06 PM Stanislav Fomichev wrote:
> > >
> > > On 12/18, Ivan Babrou wrote:
> > > > On Tue, Dec 18, 2018 at 4:30 PM Stanislav Fomichev
> > > > wrote:
> > > > >
> > > > > On 12/1
On 12/18, Ivan Babrou wrote:
> On Tue, Dec 18, 2018 at 6:06 PM Stanislav Fomichev wrote:
> >
> > On 12/18, Ivan Babrou wrote:
> > > On Tue, Dec 18, 2018 at 4:30 PM Stanislav Fomichev
> > > wrote:
> > > >
> > > > On 12/18, Ivan Babrou wrote:
> > > > > Hey,
> > > > >
> > > > > Is it possible to cr
On Tue, Dec 18, 2018 at 6:06 PM Stanislav Fomichev wrote:
>
> On 12/18, Ivan Babrou wrote:
> > On Tue, Dec 18, 2018 at 4:30 PM Stanislav Fomichev wrote:
> > >
> > > On 12/18, Ivan Babrou wrote:
> > > > Hey,
> > > >
> > > > Is it possible to cross-compile bpftool for arm64? I'm trying to do
> > >
On 12/18, Ivan Babrou wrote:
> On Tue, Dec 18, 2018 at 4:30 PM Stanislav Fomichev wrote:
> >
> > On 12/18, Ivan Babrou wrote:
> > > Hey,
> > >
> > > Is it possible to cross-compile bpftool for arm64? I'm trying to do
> > > the same thing we do for perf, but bpftool Makefile doesn't seem to
> > > s
On Tue, Dec 18, 2018 at 4:30 PM Stanislav Fomichev wrote:
>
> On 12/18, Ivan Babrou wrote:
> > Hey,
> >
> > Is it possible to cross-compile bpftool for arm64? I'm trying to do
> > the same thing we do for perf, but bpftool Makefile doesn't seem to
> > support CROSS_COMPILE variable, so one needs t
On 12/18, Ivan Babrou wrote:
> Hey,
>
> Is it possible to cross-compile bpftool for arm64? I'm trying to do
> the same thing we do for perf, but bpftool Makefile doesn't seem to
> support CROSS_COMPILE variable, so one needs to pass
> CC=aarch64-linux-gnu-gcc as well. Problems do not end there as
On 12/18, Ivan Babrou wrote:
> Hey,
>
> Is it possible to cross-compile bpftool for arm64? I'm trying to do
> the same thing we do for perf, but bpftool Makefile doesn't seem to
> support CROSS_COMPILE variable, so one needs to pass
> CC=aarch64-linux-gnu-gcc as well. Problems do not end there as
Hey,
Is it possible to cross-compile bpftool for arm64? I'm trying to do
the same thing we do for perf, but bpftool Makefile doesn't seem to
support CROSS_COMPILE variable, so one needs to pass
CC=aarch64-linux-gnu-gcc as well. Problems do not end there as it
requires EXTRA_LDFLAGS="-lz" too. With