Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RcdMathLib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
zkasmi
RcdMathLib
Wiki
Getting started
Changes
Page history
New page
Templates
Clone repository
Update Getting started
authored
5 years ago
by
zkasmi
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Getting-started.md
+0
-10
0 additions, 10 deletions
Getting-started.md
with
0 additions
and
10 deletions
Getting-started.md
View page @
c6406861
...
...
@@ -97,16 +97,6 @@ Another method to use the RcdMathLib in the Eclipse IDE is:
*
Compile the whole project.
*
Optional: replace the main()-function with the main.c file of the cloned RcdMathLib version for full-fledged devices.
Third method (intern):
Set up the [Eclipse IDE] (https://www.eclipse.org/) as follows:
-# Create a new C project, choose the project type under Executable:
`Hello World ANSI C Project`
,
as well as the
`Cross GCC`
Tool-chains.
-# Try to compile and execute the
`Hello World ANSI C Project`
.
-# Copy the RcdMathLib-directory into the src-directory.
-# Replace the file containing the main()-function with the main.c file of the RcdMathLib.
-# Setting the include-paths of the modules in the Eclipse IDE: Properties/Paths and Symbols/GNU C
## The build system for resource-limited devices
RcdMathLib and RIOT use
[
GNU make
](
https://www.gnu.org/software/make/
)
as build system. The
...
...
This diff is collapsed.
Click to expand it.