Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
cm-projects
RIOT
Commits
dc5aa2c1
Unverified
Commit
dc5aa2c1
authored
6 years ago
by
Alexandre Abadie
Browse files
Options
Downloads
Patches
Plain Diff
examples/bindist: cleanup and fix formatting in README
parent
e22e5820
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/bindist/README.md
+10
-10
10 additions, 10 deletions
examples/bindist/README.md
with
10 additions
and
10 deletions
examples/bindist/README.md
+
10
−
10
View file @
dc5aa2c1
...
@@ -20,20 +20,20 @@ compiled and linked binary, bindist.a, abc.a and Makefiles.
...
@@ -20,20 +20,20 @@ compiled and linked binary, bindist.a, abc.a and Makefiles.
In order to recompile RIOT, adjust "RIOTBASE" in Makefile to point to a RIOT
In order to recompile RIOT, adjust "RIOTBASE" in Makefile to point to a RIOT
source checkout, then call "make check_bindist".
source checkout, then call "make check_bindist".
RIOT will be buil
d
as usual, but just take the pre-compiled bindist.a and
RIOT will be buil
t
as usual, but just take the pre-compiled bindist.a and
abc.a.
Their source is not necessary.
The resulting binary will then be
abc.a. Their source is not necessary. The resulting binary will then be
compared with te precompiled
"bindist.elf" (using md5sum) and the result gets
compared with t
h
e precompiled "bindist.elf" (using md5sum) and the result gets
printed.
If the same RIOT source tree and build environment (compiler version,
printed. If the same RIOT source tree and build environment (compiler version,
etc.) was used, the binaries should match.
etc.) was used, the binaries should match.
Step-by-step:
Step-by-step:
1.
#
cd
<riot-checkout>
/examples/bindist
$
cd <riot-checkout>/examples/bindist
2.
#
make all
$
make all
3.
#
make bindist
$
make bindist
4.
#
cd bindist
$
cd bindist
5.
<adjust
RIOTBASE
variable
(../..
-
>
../../..)
<adjust RIOTBASE variable (../.. -> ../../..)
6.
#
make check_bindist
$
make check_bindist
## Needed Makefile changes
## Needed Makefile changes
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment