Skip to content
Discussion options

You must be logged in to vote

I would like to suggest adding the instructions to the README.md of the rp2 port (though it might be useful to other ports... or not):

diff --git a/ports/rp2/README.md b/ports/rp2/README.md
index 078919ce8..7fe9bb2df 100644
--- a/ports/rp2/README.md
+++ b/ports/rp2/README.md
@@ -14,6 +14,19 @@ Currently supported features are:
 
 See the `examples/rp2/` directory for some example code.
 
+## Build environment setup
+Install the dependencies:
+
+    $ sudo apt-get install build-essential libffi-dev git pkg-config cmake
+
+Install the cross compiler:
+
+    $ sudo apt-get install arm-none-eabi-gcc arm-none-eabi-binutils arm-none-eabi-newlib
+
+If an error indicating the packages were not fo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cve2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 participant