summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2014-01-09 14:46:25 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2014-01-09 14:46:25 +1000
commit66b53bb9656e1bc8d941a3a60a0ef59c8aa86f1a (patch)
treea56a535104a767f8f7b7a5a11e413d1985fba93e /README
parenteeaa878a379061d7dd8f8d4267509c6c10ea4737 (diff)
downloadmeta-xilinx-66b53bb9656e1bc8d941a3a60a0ef59c8aa86f1a.tar.gz
README: Add note about known issue with XSDK 2013.3 toolchain
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 725ba58e..911d42b5 100644
--- a/README
+++ b/README
@@ -127,3 +127,6 @@ external toolchain, including the location to the toolchain:
127 TCMODE = "external-xilinx" 127 TCMODE = "external-xilinx"
128 EXTERNAL_TOOLCHAIN = "<path to toolchain>" 128 EXTERNAL_TOOLCHAIN = "<path to toolchain>"
129 129
130WARNING: There is a known issue with the MicroBlaze Linux toolchain provided by
131XSDK 2013.3 where certain shift instructions are not generated correctly, avoid
132using this toolchain. Use the newer XSDK 2013.4 or PetaLinux 2013.10 toolchains.