Hi, On 02/14/2017 02:32 PM, Simon Brummer wrote:
I am doing some small experiments with C++ under RIOT and I would like to use gtest on native. # External Libs LDFLAGS = -L../googletest LIB_1 = -lpthread LIB_2 = -lgtest LIBS += $(LDFLAGS) $(LIB_1) $(LIB_2)
Try LINKFLAGS instead of LIBS. Kaspar _______________________________________________ users mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/users
