DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] baseband/turbo_sw: dynamic linking error with turbo SW
@ 2018-12-03 13:48 Kamil Chalupnik
  2018-12-03 18:15 ` Mokhtar, Amr
  2018-12-03 18:20 ` Mokhtar, Amr
  0 siblings, 2 replies; 4+ messages in thread
From: Kamil Chalupnik @ 2018-12-03 13:48 UTC (permalink / raw)
  To: dev; +Cc: amr.mokhtar, pablo.de.lara.guarch, ferruh.yigit, Kamil Chalupnik

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-12-18 10:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-03 13:48 [dpdk-dev] [PATCH] baseband/turbo_sw: dynamic linking error with turbo SW Kamil Chalupnik
2018-12-03 18:15 ` Mokhtar, Amr
2018-12-03 18:20 ` Mokhtar, Amr
2018-12-18 10:23   ` Akhil Goyal

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).