summaryrefslogtreecommitdiff
path: root/nuttx/configs/pcblogic-pic32mx/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-22 18:58:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-22 18:58:24 +0000
commita164b44b1ed5d4182a3cd3fcc3d0fae69c6e8874 (patch)
tree08f291a3ee94a94aa3bdef50c85a4d671083a199 /nuttx/configs/pcblogic-pic32mx/README.txt
parentbec3f70c3858c97444ebac1a1a26e71658c36935 (diff)
downloadpx4-nuttx-a164b44b1ed5d4182a3cd3fcc3d0fae69c6e8874.tar.gz
px4-nuttx-a164b44b1ed5d4182a3cd3fcc3d0fae69c6e8874.tar.bz2
px4-nuttx-a164b44b1ed5d4182a3cd3fcc3d0fae69c6e8874.zip
Add support for the microchipOpen toolchain
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4864 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/pcblogic-pic32mx/README.txt')
-rw-r--r--nuttx/configs/pcblogic-pic32mx/README.txt16
1 files changed, 14 insertions, 2 deletions
diff --git a/nuttx/configs/pcblogic-pic32mx/README.txt b/nuttx/configs/pcblogic-pic32mx/README.txt
index fbc8e4704..a28f42ee1 100644
--- a/nuttx/configs/pcblogic-pic32mx/README.txt
+++ b/nuttx/configs/pcblogic-pic32mx/README.txt
@@ -195,9 +195,21 @@ Toolchains
Building MicrochipOpen (on Linux)
1) Get the build script from this location:
- http://microchipopen.svn.sourceforge.net/viewvc/microchipopen/ccompiler4pic32/buildscripts/trunk/
+
+ http://microchipopen.svn.sourceforge.net/viewvc/microchipopen/ccompiler4pic32/buildscripts/trunk/
+
2) Build the code using the build script, for example:
- ./build.sh -b v105_freeze
+
+ ./build.sh -b v105_freeze
+
+ This will check out the selected branch and build the tools.
+
+ 3) Binaries will then be available in a subdirectory with a name something like
+ pic32-v105-freeze-20120622/install-image/bin (depending on the current data
+ and the branch that you selected.
+
+ Note that the tools will have the prefix, mypic32- so, for example, the
+ compiler will be called mypic32-gcc.
This will check out the selected branch and build the tools.