From f8d517058831c9c84750e2f0fc12d9f743e66961 Mon Sep 17 00:00:00 2001 From: Graeme Bragg Date: Wed, 27 Oct 2021 14:02:47 +0100 Subject: [PATCH] Add missing library def for linkler --- Source/Softswitch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Softswitch/Makefile b/Source/Softswitch/Makefile index fc737d10..8a77a4ba 100644 --- a/Source/Softswitch/Makefile +++ b/Source/Softswitch/Makefile @@ -212,7 +212,7 @@ $(HL)/%.o : dummy: $(BINDIR)/threadCtxInit_data.v $(BINDIR)/dummy_code.v threadCtxInitGenerator : threadCtxInitGenerator.cpp - $(MPICXX) -I$(TINSELINC) -std=c++14 -o $@ $< + $(MPICXX) -I$(TINSELINC) -L$(MPICHLIB) -std=c++14 -o $@ $< dummy.o : dummy.cpp $(RV_CPPC) $(CFLAGS) -Wall -c -o $@ $<