From d42c63a601b894b8d65e84cc14c9e07749b09f5a Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Wed, 9 Jun 2021 11:22:58 +0200 Subject: [PATCH] maybe this works --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1cdf617..44b5879 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ These files can be edited manually after `CMake` build generation. # Index -[Getting started with Eclipse for C/C++](https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-common/src/branch/master/doc/README-eclipse.md#top)
-[Getting started with CMake](https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-common/src/branch/master/doc/README-cmake.md#top)
+[Getting started with Eclipse for C/C++](https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-common/src/branch/master/doc/README-eclipse.md)
+[Getting started with CMake](https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-common/src/branch/master/doc/README-cmake.md)
[Getting started with the Hosted OSAL](#this)
[Getting started with the FreeRTOS OSAL on a STM32](https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-stm32h7-freertos)
@@ -100,7 +100,7 @@ real time functionalities are turned on via `FSFWConfig.h`. CMake should be [installed](https://cmake.org/install/) first. More detailed information on the CMake build process and options -can be found in the [CMake README](https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-common/src/branch/master/doc/README-cmake.md#top). +can be found in the [CMake README](https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-common/src/branch/master/doc/README-cmake.md). Readers unfamiliar with CMake should read this first. The following steps will show to to build the Debug executable using either the "Unix Makefiles" generator on Linux or the "MinGW Makefiles" generator in Windows in the command line to be as generic as possible. @@ -190,7 +190,7 @@ but this has only been tested for Windows 10 and Linux (Ubuntu 20.04) ## Setting up Eclipse for CMake projects -The separate [Eclipse README](https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-common/src/branch/master/doc/README-eclipse.md#top) specifies how to set up Eclipse to build CMake +The separate [Eclipse README](https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-common/src/branch/master/doc/README-eclipse.md) specifies how to set up Eclipse to build CMake projects. Separate project files and launch configurations for the MinGW build were provided. The debug output is colored by default. It is recommended to install the `ANSI Escape in Console` plugin in Eclipse so the coloring works in the Eclipse console. On Windows,