Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marek
firmware
Commits
f59ce8c0
Commit
f59ce8c0
authored
5 years ago
by
wink
Browse files
Options
Downloads
Patches
Plain Diff
Update how-to-build.rst with copy/pastable package names
parent
215ecfdf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/how-to-build.rst
+4
-2
4 additions, 2 deletions
Documentation/how-to-build.rst
with
4 additions
and
2 deletions
Documentation/how-to-build.rst
+
4
−
2
View file @
f59ce8c0
...
...
@@ -9,11 +9,13 @@ Dependencies
* **gcc**, **binutils** & **newlib** for ``arm-none-eabi``: The packages have
slightly different names on different distros.
- Ubuntu: ``gcc-arm-none-eabi
``, ``
binutils-arm-none-eabi
``, ``
libnewlib-arm-none-eabi``
- Arch: ``arm-none-eabi-gcc
``, ``
arm-none-eabi-binutils
``, ``
arm-none-eabi-newlib``
- Ubuntu: ``
apt install
gcc-arm-none-eabi
binutils-arm-none-eabi
libnewlib-arm-none-eabi``
- Arch: ``
pacman -S
arm-none-eabi-gcc
arm-none-eabi-binutils
arm-none-eabi-newlib``
- Alternative: Download `ARM's GNU toolchain`_. **TODO**
* **python3**: For meson and various scripts needed for building.
* **ninja**: Needed for meson.
- Ubuntu: ``apt install ninja-build``
- Arch: ``pacman -S ninja``
* **meson** (>0.43.0): Unfortunately most distros only have very old versions
of meson in their repositories. Instead, you'll probably save yourself a lot
of headaches by installing meson from ``pip3 install --user meson``.
...
...
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