All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frank Wunderlich <frank-w@public-files.de>
To: Stephen Hemminger <stephen@networkplumber.org>, netdev@vger.kernel.org
Subject: Aw: Re: Crosscompiling iproute2
Date: Tue, 25 May 2021 16:35:25 +0200	[thread overview]
Message-ID: <trinity-47a1b1c6-2edc-4786-b085-158df0bd532b-1621953325491@3c-app-gmx-bs13> (raw)

hi, sorry for posting again, but i found out that make clean does not remove config.mk, and there i had disabled libmnl and selinux, i removed the file and it is recreated. now i'm back on the compile errors because of these 2 libs missing. if i disable them, compile works, but i guess it's broken again...

#HAVE_SELINUX:=y
#LDLIBS += -lselinux
#CFLAGS += -DHAVE_SELINUX
#HAVE_MNL:=y
#CFLAGS += -DHAVE_LIBMNL
#LDLIBS += -lmnl

i'm not sure if the libs are really needed, but i cannot install them directly for target-arch (armhf)...i guess i need to compile them with cross gcc too (have done libmnl for nftables). but how to reference it to Makefile.

regards Frank

             reply	other threads:[~2021-05-25 14:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-25 14:35 Frank Wunderlich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-16 14:51 Crosscompiling iproute2 Frank Wunderlich
2021-05-16 21:17 ` Stephen Hemminger
2021-05-17  7:44   ` Aw: " Frank Wunderlich
2021-05-17 19:36     ` Stephen Hemminger
2021-05-18 14:19       ` Aw: " Frank Wunderlich
2021-05-24 19:06       ` Frank Wunderlich
2021-05-24 21:36         ` Stephen Hemminger
2021-05-25 15:56           ` Frank Wunderlich
2021-05-25 16:08             ` Stephen Hemminger
2021-05-25 18:18               ` Aw: " Frank Wunderlich
2021-05-25 21:37                 ` Stephen Hemminger
2021-05-26  7:28                   ` Aw: " Frank Wunderlich
2021-05-25 13:30         ` Frank Wunderlich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=trinity-47a1b1c6-2edc-4786-b085-158df0bd532b-1621953325491@3c-app-gmx-bs13 \
    --to=frank-w@public-files.de \
    --cc=netdev@vger.kernel.org \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.