From d89039dbc6477e45132ccef4d3fcf6b3b93a8513 Mon Sep 17 00:00:00 2001 From: Jeremy Lorelli Date: Sun, 4 May 2025 22:06:44 -0700 Subject: [PATCH] RTEMS: Exclude BSD and legacy networking components from GeSys objects --- configure/os/CONFIG.Common.RTEMS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.RTEMS b/configure/os/CONFIG.Common.RTEMS index c58ac7bdc..9a2f4823b 100644 --- a/configure/os/CONFIG.Common.RTEMS +++ b/configure/os/CONFIG.Common.RTEMS @@ -165,7 +165,8 @@ MOD_SYS_LDFLAGS += $(CPU_CFLAGS) -Wl,-r -nostdlib GESYS_LIBS += -lgcc GESYS_LIBS += -lc -lm -lrtemscpu -lrtemsbsp -lrtems++ GESYS_LIBS += -lcexp -ltecla_r -lspencer_regexp -lpmelf -lpmbfd -GESYS_LIBS += -lnfs -ltelnetd -lrtems-gdb-stub +GESYS_LIBS += -lnfs -ltelnetd -lrtems-gdb-stub -lbsd -ltftpfs -lz +GESYS_LIBS += -lnetworking # While not part of the Generic Image it provides symbols which # would conflict.