Link -lCom after -lrtemsCom since the rtems_init routines now use the
error logging functions from libCom.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user