From 6f7ecedea4d421fb9a21007a497791e443c68242 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Wed, 27 Nov 2002 17:18:28 +0000 Subject: [PATCH] Link -lCom after -lrtemsCom since the rtems_init routines now use the error logging functions from libCom. --- configure/os/CONFIG.Common.RTEMS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.RTEMS b/configure/os/CONFIG.Common.RTEMS index ab1f4cfba..9b68f659b 100644 --- a/configure/os/CONFIG.Common.RTEMS +++ b/configure/os/CONFIG.Common.RTEMS @@ -76,7 +76,7 @@ OS_CLASS = RTEMS #-------------------------------------------------- # Operating system flags -OP_SYS_LDLIBS += -lrtemsCom -lrtemscpu -lm +OP_SYS_LDLIBS += -lrtemsCom -lrtemscpu -lCom -lm OP_SYS_LDFLAGS += $(CPU_CFLAGS) -u Init \ $(PROJECT_RELEASE)/lib/no-dpmem.rel \ $(PROJECT_RELEASE)/lib/no-mp.rel \