Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference cross-compilation in tutorial index #2155

Merged
merged 1 commit into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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