From: "Mokhtar, Amr" <amr.mokhtar@intel.com>
To: "Chalupnik, KamilX" <kamilx.chalupnik@intel.com>,
"dev@dpdk.org" <dev@dpdk.org>
Cc: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>,
"Yigit, Ferruh" <ferruh.yigit@intel.com>,
"akhil.goyal@nxp.com" <akhil.goyal@nxp.com>
Subject: Re: [dpdk-dev] [PATCH] baseband/turbo_sw: dynamic linking error with turbo SW
Date: Mon, 3 Dec 2018 18:15:38 +0000 [thread overview]
Message-ID: <3D3765A8CDB52A4C8B410430AA19CB237090461A@IRSMSX104.ger.corp.intel.com> (raw)
In-Reply-To: <20181203134811.10616-1-kamilx.chalupnik@intel.com>
+ Akhil
> -----Original Message-----
> From: Chalupnik, KamilX
> Sent: Monday 3 December 2018 13:48
> To: dev@dpdk.org
> Cc: Mokhtar, Amr <amr.mokhtar@intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.guarch@intel.com>; Yigit, Ferruh <ferruh.yigit@intel.com>;
> Chalupnik, KamilX <kamilx.chalupnik@intel.com>
> Subject: [PATCH] baseband/turbo_sw: dynamic linking error with turbo SW
>
> Building Turbo Software as shared library for AVX512 failed
> due to wrong order of library in the library list (LDLIBS)
>
> Fixes: b8cfe2c9aed2 ("bb/turbo_sw: add software turbo driver")
> Cc: amr.mokhtar@intel.com
>
> Signed-off-by: Kamil Chalupnik <kamilx.chalupnik@intel.com>
> ---
> drivers/baseband/turbo_sw/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/baseband/turbo_sw/Makefile
> b/drivers/baseband/turbo_sw/Makefile
> index 79eb554..d364677 100644
> --- a/drivers/baseband/turbo_sw/Makefile
> +++ b/drivers/baseband/turbo_sw/Makefile
> @@ -27,8 +27,8 @@ CFLAGS += -I$(FLEXRAN_SDK)/lib_turbo
> CFLAGS += -I$(FLEXRAN_SDK)/lib_crc
> CFLAGS += -I$(FLEXRAN_SDK)/lib_rate_matching
>
> -LDLIBS += -L$(FLEXRAN_SDK)/lib_crc -lcrc
> LDLIBS += -L$(FLEXRAN_SDK)/lib_turbo -lturbo
> +LDLIBS += -L$(FLEXRAN_SDK)/lib_crc -lcrc
> LDLIBS += -L$(FLEXRAN_SDK)/lib_rate_matching -lrate_matching
> LDLIBS += -L$(FLEXRAN_SDK)/lib_common -lcommon
> LDLIBS += -lstdc++ -lirc -limf -lipps
> --
> 1.8.3.1
next prev parent reply other threads:[~2018-12-03 18:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-03 13:48 Kamil Chalupnik
2018-12-03 18:15 ` Mokhtar, Amr [this message]
2018-12-03 18:20 ` Mokhtar, Amr
2018-12-18 10:23 ` Akhil Goyal
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=3D3765A8CDB52A4C8B410430AA19CB237090461A@IRSMSX104.ger.corp.intel.com \
--to=amr.mokhtar@intel.com \
--cc=akhil.goyal@nxp.com \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@intel.com \
--cc=kamilx.chalupnik@intel.com \
--cc=pablo.de.lara.guarch@intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).