Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
MPPK-rust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
XP-el
MPPK-rust
Commits
164bf33c
Commit
164bf33c
authored
6 years ago
by
Henrik Tjäder
Browse files
Options
Downloads
Patches
Plain Diff
Added notes about compiler, Cargo
parent
ae85d424
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+31
-4
31 additions, 4 deletions
README.md
with
31 additions
and
4 deletions
README.md
+
31
−
4
View file @
164bf33c
...
@@ -32,24 +32,51 @@ Software is the instructions for the ARM-processor, telling it which registers a
...
@@ -32,24 +32,51 @@ Software is the instructions for the ARM-processor, telling it which registers a
## Compiler
## Compiler
Two of the main open-source compiler projects:
*
GCC (Gnu Compiler Collection) Age: 31 years
*
LLVM (originally: Low-Level Virtual Machine) Age: 16 years
In this course LLVM will be used to turn our source code, written in Rust,
into ready to run ARM instructions.
## Toolchain
## Toolchain
### Git
### Git
### Cargo-binutils
Git is a distributed revision control system, most likely most of you have heard of it, maybe even used it.
It allows for convenient collaboration and handles everything from small one-file projects to massive
[
projects
](
https://github.com/torvalds/linux
)
.
```
rustup component add llvm-tools-preview
```
### GDB / LLDB
### GDB / LLDB
## Rust
## Rust
Installation
Installation
https://rustup.rs/
https://rustup.rs/
### Cargo
The package manager for Rust
Taking care of dependencies, compilation and many other things.
For more information: https://doc.rust-lang.org/cargo/
### Cargo-binutils
#### Installation
```
rustup component add llvm-tools-preview
```
C
# Bare-metal programming
# Bare-metal programming
## OpenOCD
## OpenOCD
...
...
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