Skip to content

Commit

Permalink
Reference cross-compilation in tutorial index (#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc authored Jul 25, 2023
1 parent 6e799d8 commit 92c9f07
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ Next, ensure that the ARM toolchains were installed properly. To test, run the f
Any output other than "file/command not found" is good.

> Note: macOS users must run these commands from within the Docker container described in [Appendix I](./appendix-1.md).
**Next:** [Compiling for ARM](./CrossCompilationTutorial.md)
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ fprime-util build aarch64-linux
fprime-util generate arm-hf-linux
fprime-util build arm-hf-linux
```
> Note: macOS users must run these commands from within the Docker container described in [Appendix I](./appendix-1.md).
> Note: macOS users must run these commands from within the Docker container described in [Appendix I](./appendix-1.md).
**Next:** [Running on ARM Linux](./ArmLinuxTutorial.md)
7 changes: 7 additions & 0 deletions docs/Tutorials/CrossCompilationSetup/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# F´ Cross-Compilation Tutorial

## Table of Contents

1. [Cross-Compilation Setup](./CrossCompilationSetupTutorial.md)
2. [Compiling for ARM](./CrossCompilationTutorial.md)
3. [Running on ARM Linux](./ArmLinuxTutorial.md)
2 changes: 1 addition & 1 deletion docs/Tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ users to learn F´ and walk through the most basic steps in developing an F´ ap
1. [HelloWorld](https://fprime-community.github.io/fprime-tutorial-hello-world/): An Introduction to F´
2. [LedBlinker](https://fprime-community.github.io/fprime-workshop-led-blinker/): F´ and Embedded Hardware
3. [MathComponent](https://fprime-community.github.io/fprime-tutorial-math-component/): Custom Ports and Types
4. [Cross-Compilation Tutorial](CrossCompilation/Tutorial.md)
4. [Cross-Compilation Tutorial](CrossCompilationSetup/README.md)


## [HelloWorld](https://fprime-community.github.io/fprime-tutorial-hello-world/): An Introduction to F´
Expand Down

0 comments on commit 92c9f07

Please sign in to comment.