diff options
author | sprhawk <hongbo@yang.me> | 2014-08-29 01:48:19 +0800 |
---|---|---|
committer | sprhawk <hongbo@yang.me> | 2014-08-29 01:48:19 +0800 |
commit | 214951cc8d485e826ec52a381b8e50f0e75aafa1 (patch) | |
tree | e86687a76367eae29bd6fe1328a12eea937d7054 /Makefile.windows | |
download | nrf51822-posix-build-scripts-214951cc8d485e826ec52a381b8e50f0e75aafa1.tar.gz nrf51822-posix-build-scripts-214951cc8d485e826ec52a381b8e50f0e75aafa1.tar.bz2 nrf51822-posix-build-scripts-214951cc8d485e826ec52a381b8e50f0e75aafa1.tar.xz nrf51822-posix-build-scripts-214951cc8d485e826ec52a381b8e50f0e75aafa1.zip |
modified from nordic nRF51 SDK
Diffstat (limited to 'Makefile.windows')
-rw-r--r-- | Makefile.windows | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.windows b/Makefile.windows new file mode 100644 index 0000000..ed8d0c4 --- /dev/null +++ b/Makefile.windows @@ -0,0 +1,10 @@ +ifeq ($(findstring 86, $(ProgramFiles)), )
+ PROGFILES := C:/Program Files
+else
+ PROGFILES := C:/Program Files (x86)
+endif
+
+GNU_INSTALL_ROOT := $(PROGFILES)/GNU Tools ARM Embedded/4.7 2013q1
+GNU_VERSION := 4.7.3
+GNU_PREFIX := arm-none-eabi
+
|