1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 <2019> 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 <2019> 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Re: use CA Client in Xilinx MicroBlaze system |
From: | 肖麟阁 via Tech-talk <[email protected]> |
To: | "johnson, andrew n." <[email protected]> |
Cc: | [email protected] |
Date: | Wed, 11 Sep 2019 16:49:30 +0800 (GMT+08:00) |
Oh, i find a website that use a another way to use the compiler. here are some quotes:
'''
Microblaze gnu toolchain from Xilinx is no longer available on git. Please use gnu tools from SDK installation as below:
Dave@HAL9000:~/fmcomms1/linux$ export PATH=/opt/Xilinx/SDK/2015.2/gnu/microblaze/linux_toolchain/lin64_le/bin:$PATH
Dave@HAL9000:~/fmcomms1/linux$ export ARCH=microblaze
Dave@HAL9000:~/fmcomms1/linux$ export CROSS_COMPILE=microblazeel-xilinx-linux-gnu-
so i think it needs to install the SDK, and then i can use the compiler.