summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Toolchain15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/Toolchain b/docs/Toolchain
deleted file mode 100644
index 7e8d313b..00000000
--- a/docs/Toolchain
+++ /dev/null
@@ -1,15 +0,0 @@
1
2Configuring External Toolchain
3==============================
4
5In order to build with an external toolchain some additional configuration must
6be set in the build environments local.conf. First configure the use of an
7external toolchain, including the location to the toolchain:
8
9 TCMODE = "external-xilinx"
10 EXTERNAL_TOOLCHAIN = "<path to toolchain>"
11
12WARNING: There is a known issue with the MicroBlaze Linux toolchain provided by
13XSDK 2013.3 where certain shift instructions are not generated correctly, avoid
14using this toolchain. Use the newer XSDK 2013.4 or PetaLinux 2013.10 toolchains.
15