Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RTEMS-build-workflows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thanassis Tsiodras
RTEMS-build-workflows
Commits
2fd08f80
Commit
2fd08f80
authored
Mar 16, 2016
by
Thanassis Tsiodras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Layout
parent
a8d4fd88
Pipeline
#33
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+5
-5
No files found.
README.md
View file @
2fd08f80
...
...
@@ -3,7 +3,7 @@ Introduction
This repository contains RTEMS scaffolds that cover the development workflows
required for ESA projects. The Makefiles and the example sources demonstrate
(for now)
how to:
how to:
*
support both debug and release compilations
*
support compilation for native and emulated FPU usage
...
...
@@ -33,9 +33,9 @@ build time ; by the FPU=1 Makefile parameter (see below)
Compilation options
-------------------
You can control 3 orthogonal options
(for now)
:
You can control 3 orthogonal options:
*
Debug/Release mode:
###
Debug/Release mode:
Use the
`CFG`
Makefile parameter:
...
...
@@ -56,7 +56,7 @@ Notice that in release compilation, the process creates a small binary (containi
only the executable code) and separately, the debug information - for loading
from inside GDB via the
`file`
command.
*
Native FPU usage for the FPU_SRC sources:
###
Native FPU usage for the FPU_SRC sources:
To use native FPU compilation for the FPU_SRC list of source files, use the
`FPU`
Makefile parameter:
...
...
@@ -70,7 +70,7 @@ or just
$ make CFG=release
*
Verbosity:
###
Verbosity:
Compilation messages follow the semantics of the Linux kernel compilations,
emitting short messages by default (CC for compilation, LD for linking):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment