[lttng-dev] Wrong "ar" used when cross-building lttng
Rolf Eike Beer
eb at emlix.com
Thu Nov 14 11:24:38 EST 2019
Simon Marchi wrote:
> On 2019-11-14 2:58 a.m., Rolf Eike Beer wrote:
> > The unprefixed version of "ar" is being used, leading to this error:
> >
> > arm-unknown-linux-gnueabi-gcc -I. -Wall -I../../../include/ -I../../../
> > include/ \
> >
> > -O2 -g -march=armv7-a -mtune=cortex-a9 -mfpu=neon-fp16 -mfloat-
> >
> > abi=hard -mthumb-interwork -pipe
> > -Wl,--no-copy-dt-needed-entries,--as-needed - Wl,--build-id -Wdate-time
> > -c -o lttng-ust-provider-hello.o tp.c
> > ar -rc lttng-ust-provider-hello.a lttng-ust-provider-hello.o
> > make[4]: ar: Command not found
> >
> > I fixed it for the moment with "make AR=arm-unknown-linux-gnueabi-ar", but
> > ideally this would not be needed.
> >
> > Greetings,
> >
> > Eike
>
> Hi Rofl,
>
> Indeed, I can see the problem.
>
> Can you please try the patch below? It adds an autoconf check for ar and
> then passes it as an environment variable to the Makefiles of doc/examples.
Works for me.
I have not checked latest git, but maybe you may want to fix this warning,
too?
With 2.11.0 release tarball:
-./configure: line 24663: test: -eq: unary operator expected
Greetings,
Eike
--
Rolf Eike Beer, emlix GmbH, http://www.emlix.com
Fon +49 551 30664-0, Fax +49 551 30664-11
Gothaer Platz 3, 37083 Göttingen, Germany
Sitz der Gesellschaft: Göttingen, Amtsgericht Göttingen HR B 3160
Geschäftsführung: Heike Jordan, Dr. Uwe Kracke – Ust-IdNr.: DE 205 198 055
emlix - smart embedded open source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 313 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.lttng.org/pipermail/lttng-dev/attachments/20191114/79e1e4fb/attachment.sig>
More information about the lttng-dev
mailing list