Changes
Page history
Update Creating an application
authored
Mar 24, 2020
by
zkasmi
Hide whitespace changes
Inline
Side-by-side
Creating-an-application.md
View page @
42f83e0d
...
@@ -12,7 +12,8 @@ own application. The simplest way to write your own application, is to put your
...
@@ -12,7 +12,8 @@ own application. The simplest way to write your own application, is to put your
source code. The header files can be imported in the Eclipse IDE by opening Project->Properties and
source code. The header files can be imported in the Eclipse IDE by opening Project->Properties and
selecting ''C/C++ General->Paths and Symbols->Languages->GNU C'' from the Selection Wizard. Click the ''Add..''
selecting ''C/C++ General->Paths and Symbols->Languages->GNU C'' from the Selection Wizard. Click the ''Add..''
button to browse to the header-directory and the select the ''Apply'' and ''OK'' buttons. The users can be
button to browse to the header-directory and the select the ''Apply'' and ''OK'' buttons. The users can be
oriented to the main.c and the examples under the src-directory.
oriented to the main.c and the examples in the
[
main-directory
](
https://git.imp.fu-berlin.de/zkasmi/RcdMathLib/-/tree/master/
)
of the RcdMathLib.
# Creating an application for resource-limited devices
# Creating an application for resource-limited devices
...
...
...
...