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
92087cbc
Commit
92087cbc
authored
Apr 26, 2016
by
Thanassis Tsiodras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add summary of pending tasks
parent
63889f1b
Pipeline
#127
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
OAR/Makefile
OAR/Makefile
+17
-0
No files found.
OAR/Makefile
View file @
92087cbc
...
...
@@ -157,6 +157,23 @@ deps.$(SUFFIX)/%.d: %.c
clean
:
@
rm
-rf
deps.
*
objs.
*
bin.
*
coverage
:
# Stuff to add in and automate:
#
# Spawning my custom-compiled Leon3 QEMU simulator:
#
# ~/tool-src/misc/qemu-Leon3/qemu-system-sparc -no-reboot
\
# -nographic -M leon3_generic -m 64M -kernel
\
# bin.debug.FPU.leon3/fputest -gdb tcp::9976 -S
#
# Spawning GDB:
#
# sparc-rtems4.11-gdb -x contrib/coverage.gdb
#
# Gathering the now local .gcda files and creating a nice report:
# lcov --capture --directory .. --output-file coverage.info
# genhtml coverage.info --output-directory coverage
# Unless "make clean" is called, include the dependency files
# which are auto-generated. Don't fail if they are missing
# (-include), since they will be missing in the first invocation!
...
...
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