... | @@ -60,7 +60,7 @@ that can help you with your platform: |
... | @@ -60,7 +60,7 @@ that can help you with your platform: |
|
## The build system for full-fledged devices
|
|
## The build system for full-fledged devices
|
|
|
|
|
|
RcdMathLib can be built using the [Eclipse IDE](https://www.eclipse.org/) for C/C++ Developers.
|
|
RcdMathLib can be built using the [Eclipse IDE](https://www.eclipse.org/) for C/C++ Developers.
|
|
The simplest way to compile and link an application with the RcdMathLib is: Firstly, download [RcdMathLib_eclipse_version.zip](https://git.imp.fu-berlin.de/zkasmi/RcdMathLib/-/blob/master/eclipse_projects/RcdMathLib_full_fledged_devices.zip) file or clone it as follows:
|
|
The simplest way to compile and link an application with the RcdMathLib is: Firstly, download [RcdMathLib_full_fledged_devices.zip](https://git.imp.fu-berlin.de/zkasmi/RcdMathLib/-/blob/master/eclipse_projects/RcdMathLib_full_fledged_devices.zip) file or clone it as follows:
|
|
|
|
|
|
~~~~~~~~ {.sh}
|
|
~~~~~~~~ {.sh}
|
|
git clone https://git.imp.fu-berlin.de/zkasmi/RcdMathLib.git
|
|
git clone https://git.imp.fu-berlin.de/zkasmi/RcdMathLib.git
|
... | @@ -167,7 +167,7 @@ RcdMathLib provides a number of examples in the |
... | @@ -167,7 +167,7 @@ RcdMathLib provides a number of examples in the |
|
[examples-directory](https://git.imp.fu-berlin.de/zkasmi/RcdMathLib/-/tree/master/examples). Every example
|
|
[examples-directory](https://git.imp.fu-berlin.de/zkasmi/RcdMathLib/-/tree/master/examples). Every example
|
|
has a README that documents its usage and its purpose. Furthermore the examples are described in the
|
|
has a README that documents its usage and its purpose. Furthermore the examples are described in the
|
|
[doc-directory](https://git.imp.fu-berlin.de/zkasmi/RcdMathLib/-/tree/master/doc/doxygen). You can build your
|
|
[doc-directory](https://git.imp.fu-berlin.de/zkasmi/RcdMathLib/-/tree/master/doc/doxygen). You can build your
|
|
own application or the examples by typing
|
|
own application or the examples by typing:
|
|
|
|
|
|
~~~~~~~~ {.sh}
|
|
~~~~~~~~ {.sh}
|
|
make BOARD=stm32f4discovery
|
|
make BOARD=stm32f4discovery
|
... | | ... | |