From 2a4ebdf3472fc161b1543203a86c4e2cac2efbc8 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 19 May 2022 09:39:01 +0200 Subject: [PATCH] can have only one RTEMS version --- configure/os/CONFIG_SITE.linux-x86.Common | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG_SITE.linux-x86.Common b/configure/os/CONFIG_SITE.linux-x86.Common index d766c075a..1f4980a27 100644 --- a/configure/os/CONFIG_SITE.linux-x86.Common +++ b/configure/os/CONFIG_SITE.linux-x86.Common @@ -54,6 +54,7 @@ CROSS_COMPILER_TARGET_ARCHS += eldk53-ppc4xxFP # Raspberry Pi CROSS_COMPILER_TARGET_ARCHS += raspbian-arm -# RTEMS -CROSS_COMPILER_TARGET_ARCHS += RTEMS49-pc386 +# RTEMS (Can only have 1 RTEMS major version in 1 EPICS installation +# because they overwrite their header files.) +#CROSS_COMPILER_TARGET_ARCHS += RTEMS49-pc386 CROSS_COMPILER_TARGET_ARCHS += RTEMS51-pc686