OSDN Git Service

commit link lib add
authorbols <bols-blue@lnc.jp>
Fri, 12 Aug 2011 05:04:47 +0000 (14:04 +0900)
committerbols <bols-blue@lnc.jp>
Fri, 12 Aug 2011 05:04:47 +0000 (14:04 +0900)
USB_Keybord_MAX3421E/src/Makefile

index a89489f..586258f 100644 (file)
@@ -12,7 +12,7 @@ else
 LDFLAGS= -L/home/bols/systemc-2.2.0/lib-linux 
 CXXFLAGS= -I/home/bols/systemc-2.2.0/include 
 endif
-LDLIBS= -lcppunit -lsystemc
+LDLIBS= -lcppunit -lsystemc -lc
 SC_SRCS=$(patsubst %.nsl,%.sc,$(filter %.nsl,$(SRCS)))
 OBJCS=$(patsubst %.cpp,%.o,$(filter %.cpp,$(CPP_SRCS)))