From c2287f3196e63d5f9f31dc4fcfc7931e40314f31 Mon Sep 17 00:00:00 2001 From: Martin d'Allens Date: Tue, 26 Aug 2014 06:09:54 -0700 Subject: [PATCH] typo --- Firmware-Development-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware-Development-Setup.md b/Firmware-Development-Setup.md index 801d52d..93a9bd0 100644 --- a/Firmware-Development-Setup.md +++ b/Firmware-Development-Setup.md @@ -30,6 +30,6 @@ Start Eclipse, go to Help/Install New Software... and add the URL to the 'Work w Two targets should be fetched: 'CDT Main Features' and 'CDT Optional Features'. Install them both. -Once installation is complete, dowbnload the arm cross-compiler support package from http://sourceforge.net/projects/gnuarmeclipse/ and install as above, using the local zip file instead of a URL for the 'Work with:' field. +Once installation is complete, download the arm cross-compiler support package from http://sourceforge.net/projects/gnuarmeclipse/ and install as above, using the local zip file instead of a URL for the 'Work with:' field. From Project Explorer you should now be able to import the HackRF source as 'C/C++ / Existing Code as Makefile Project' (you can normally select for the toolchain as it's specified in the Makefile, but you will need to ensure your main window environment PATH includes the required cross-compilers if you are launching Eclipse from your desktop).