maybe this works
This commit is contained in:
parent
09b5dd2fa9
commit
d42c63a601
@ -33,8 +33,8 @@ These files can be edited manually after `CMake` build generation.
|
|||||||
|
|
||||||
# Index
|
# 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)<br>
|
[Getting started with Eclipse for C/C++](https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-common/src/branch/master/doc/README-eclipse.md)<br>
|
||||||
[Getting started with CMake](https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-common/src/branch/master/doc/README-cmake.md#top)<br>
|
[Getting started with CMake](https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-common/src/branch/master/doc/README-cmake.md)<br>
|
||||||
|
|
||||||
[Getting started with the Hosted OSAL](#this)<br>
|
[Getting started with the Hosted OSAL](#this)<br>
|
||||||
[Getting started with the FreeRTOS OSAL on a STM32](https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-stm32h7-freertos)<br>
|
[Getting started with the FreeRTOS OSAL on a STM32](https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-stm32h7-freertos)<br>
|
||||||
@ -100,7 +100,7 @@ real time functionalities are turned on via `FSFWConfig.h`.
|
|||||||
|
|
||||||
CMake should be [installed](https://cmake.org/install/) first.
|
CMake should be [installed](https://cmake.org/install/) first.
|
||||||
More detailed information on the CMake build process and options
|
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
|
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 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.
|
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
|
## 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.
|
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
|
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,
|
`ANSI Escape in Console` plugin in Eclipse so the coloring works in the Eclipse console. On Windows,
|
||||||
|
Loading…
Reference in New Issue
Block a user