From 52d8ae5ffb94d72f43bcabd3e3776121f61f075c Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 8 Dec 2021 17:23:35 +0100 Subject: [PATCH] compiling for windows again --- CMakeLists.txt | 2 +- fsfw | 2 +- linux/devices/CMakeLists.txt | 1 + {mission => linux}/devices/StarTrackerHandler.cpp | 0 {mission => linux}/devices/StarTrackerHandler.h | 0 .../devices/devicedefinitions/StarTrackerDefinitions.h | 0 misc/eclipse/.cproject | 5 ++++- misc/eclipse/Host/eive-mingw-debug-cmake.launch | 2 +- mission/devices/CMakeLists.txt | 1 - mission/devices/RwHandler.cpp | 4 ++-- mission/devices/devicedefinitions/RwDefinitions.h | 2 +- 11 files changed, 11 insertions(+), 8 deletions(-) rename {mission => linux}/devices/StarTrackerHandler.cpp (100%) rename {mission => linux}/devices/StarTrackerHandler.h (100%) rename {mission => linux}/devices/devicedefinitions/StarTrackerDefinitions.h (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d76f2fb..59d9d32d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -177,6 +177,7 @@ endif() if(NOT EIVE_BUILD_WATCHDOG) if(NOT EIVE_BUILD_UNITTESTS) if(EIVE_ADD_LINUX_FILES) + add_subdirectory(${LIB_ARCSEC_PATH}) add_subdirectory(${LINUX_PATH}) endif() add_subdirectory(${BSP_PATH}) @@ -192,7 +193,6 @@ if((NOT BUILD_Q7S_SIMPLE_MODE) AND (NOT EIVE_BUILD_WATCHDOG)) add_subdirectory(${FSFW_PATH}) add_subdirectory(${MISSION_PATH}) add_subdirectory(${TEST_PATH}) - add_subdirectory(${LIB_ARCSEC_PATH}) endif() if(EIVE_BUILD_UNITTESTS) diff --git a/fsfw b/fsfw index ceb87b5a..e4999fe0 160000 --- a/fsfw +++ b/fsfw @@ -1 +1 @@ -Subproject commit ceb87b5abb2992a18266328e0ea34d9af15db7af +Subproject commit e4999fe01c0446f9820ceede55be3970aa22bbad diff --git a/linux/devices/CMakeLists.txt b/linux/devices/CMakeLists.txt index 3871a6a6..6c529d8e 100644 --- a/linux/devices/CMakeLists.txt +++ b/linux/devices/CMakeLists.txt @@ -2,4 +2,5 @@ target_sources(${TARGET_NAME} PRIVATE HeaterHandler.cpp SolarArrayDeploymentHandler.cpp SusHandler.cpp + StarTrackerHandler.cpp ) diff --git a/mission/devices/StarTrackerHandler.cpp b/linux/devices/StarTrackerHandler.cpp similarity index 100% rename from mission/devices/StarTrackerHandler.cpp rename to linux/devices/StarTrackerHandler.cpp diff --git a/mission/devices/StarTrackerHandler.h b/linux/devices/StarTrackerHandler.h similarity index 100% rename from mission/devices/StarTrackerHandler.h rename to linux/devices/StarTrackerHandler.h diff --git a/mission/devices/devicedefinitions/StarTrackerDefinitions.h b/linux/devices/devicedefinitions/StarTrackerDefinitions.h similarity index 100% rename from mission/devices/devicedefinitions/StarTrackerDefinitions.h rename to linux/devices/devicedefinitions/StarTrackerDefinitions.h diff --git a/misc/eclipse/.cproject b/misc/eclipse/.cproject index 7d7c4c09..3bab5367 100644 --- a/misc/eclipse/.cproject +++ b/misc/eclipse/.cproject @@ -19,7 +19,7 @@ - +