From 203fcecc23cfc02fd9fb275fd40c9e335ccbcf75 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 20 Jun 2016 14:06:42 -0500 Subject: [PATCH] Adjust linux-arm config for Xilinx SDK users --- configure/os/CONFIG_SITE.linux-x86.linux-arm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/configure/os/CONFIG_SITE.linux-x86.linux-arm b/configure/os/CONFIG_SITE.linux-x86.linux-arm index 528c9bc6c..a6946262a 100644 --- a/configure/os/CONFIG_SITE.linux-x86.linux-arm +++ b/configure/os/CONFIG_SITE.linux-x86.linux-arm @@ -5,11 +5,12 @@ # Site specific definitions for linux-x86 host - linux-arm target builds #------------------------------------------------------- -# Tools install path -#GNU_DIR = /home/targetOS/linux-arm/host/x86-linux/gcc_3.3.3 +# Set GNU crosscompiler target name +GNU_TARGET = arm-xilinx-linux-gnueabi -# APS: +# Set GNU tools install path +# This is the install path at APS: GNU_DIR = /usr/local/vw/zynq-2011.09 -# GNU crosscompiler target name -GNU_TARGET = arm-xilinx-linux-gnueabi +# With a Xilinx SDK, it'll be something like +#GNU_DIR = /usr/local/zynq/Xilinx/SDK/2015.4/gnu/arm/lin