Skip to content

Commit

Permalink
Revert "Reference cross-compilation in tutorial index (#2155)"
Browse files Browse the repository at this point in the history
This reverts commit e0b2d95.
  • Loading branch information
thomas-bc authored Aug 4, 2023
1 parent 34859fa commit 3f1f5d1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,3 @@ 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,6 +49,4 @@ 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).
**Next:** [Running on ARM Linux](./ArmLinuxTutorial.md)
> Note: macOS users must run these commands from within the Docker container described in [Appendix I](./appendix-1.md).
7 changes: 0 additions & 7 deletions docs/Tutorials/CrossCompilationSetup/README.md

This file was deleted.

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](CrossCompilationSetup/README.md)
4. [Cross-Compilation Tutorial](CrossCompilation/Tutorial.md)


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

0 comments on commit 3f1f5d1

Please sign in to comment.