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
3488a388
Commit
3488a388
authored
Mar 16, 2016
by
Thanassis Tsiodras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Example of FPU_SRC and NONFPU_SRC added
parent
921c5f3b
Pipeline
#31
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
README.md
README.md
+13
-3
No files found.
README.md
View file @
3488a388
...
...
@@ -11,10 +11,20 @@ required for ESA projects. The Makefiles and the example sources demonstrate
Application sources
-------------------
The sources of your project must be set inside the Makefile, in the FPU_SRC and
NONFPU_SRC variables. As their names suggest, you add a file in the FPU_SRC list
NONFPU_SRC variables. The VPATH can be used to automatically locate them in
your source tree:
NONFPU_SRC= \
init.c \
${EDISOFT_SRC}
FPU_SRC= \
gnc.c
As their names suggest, you add a file in the FPU_SRC list
if you want it to be compiled for native FPU use (i.e. without
`-msoft-float`
).
Whether native
FPU compilation is performed on it or no
t, is selected during
build time
,
by the FPU=1 Makefile parameter (see below)
Whether native
or emulated FPU compilation is performed on i
t, is selected during
build time
;
by the FPU=1 Makefile parameter (see below)
Compilation options
-------------------
...
...
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