aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Toolchain
blob: 7e8d313b09d30f236bf0491831dfe5c7b0a241da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Configuring External Toolchain
==============================

In order to build with an external toolchain some additional configuration must
be set in the build environments local.conf. First configure the use of an
external toolchain, including the location to the toolchain:

	TCMODE = "external-xilinx"
	EXTERNAL_TOOLCHAIN = "<path to toolchain>"

WARNING: There is a known issue with the MicroBlaze Linux toolchain provided by
XSDK 2013.3 where certain shift instructions are not generated correctly, avoid
using this toolchain. Use the newer XSDK 2013.4 or PetaLinux 2013.10 toolchains.