Trenz Electronic GmbH Support Forum

Trenz Electronic Products => Trenz Electronic FPGA Modules => Topic started by: Fady on May 13, 2015, 03:34:39 PM

Title: arm-xilinx-linux-gnueabi-gcc
Post by: Fady on May 13, 2015, 03:34:39 PM
how to install gcc compiler (arm-xilinx-linux-gnueabi-gcc) to trenz Te-0720?
Title: Re: arm-xilinx-linux-gnueabi-gcc
Post by: Oleksandr Kiyenko on May 13, 2015, 03:51:10 PM
Hello Fady

As I know this compiler distributed only in binary package for x86 platform. It's possible to build some version of gcc for ARM, but it's reqire a lot of work to rebuild all components and libraries.

Best regards
Oleksandr Kiyenko
Title: Re: arm-xilinx-linux-gnueabi-gcc
Post by: Fady on May 13, 2015, 04:04:57 PM
hi,

so how can i compile on my Te-0720 board?

regards,
Title: Re: arm-xilinx-linux-gnueabi-gcc
Post by: Oleksandr Kiyenko on May 13, 2015, 04:30:03 PM
Hi Fady,

If you really need to have gcc on linux in zynq. You can try to found binary package (for example for Linaro distribution and extract needed files).
But normal way is to build software on PC and then copy binary to SD card for Zynq.

Best regards
Oleksandr Kiyenko