E300 linux make tools dependencies

Hi guys,

I was following the instructions to install dev tools for E300 on artix 7 board, I’m using ubuntu 14.04 and I found out that some dependencies must be installed first, here’s a like in case

sudo apt-get install gawk
sudo apt-get install makeinfo
sudo apt-get install texinfo
sudo apt-get install guake
sudo apt-get install gcc g++ binutils patch bzip2 flex bison make gettext unzip libz-dev libc6
sudo apt-get install libmpc-dev
sudo apt-get install libtool
sudo apt-get install autotools-dev
sudo apt-get autoremove
sudo apt-get install automake
sudo apt-get install libusb-1.0-0-dev

may be there are others that aren’t listed here and I had them from before, but it will be nice if all linux dependencies can be listed in the documentation to save build time

cheers!

Thanks for the feedback. Some of these are listed on the README of the SDK, but we will be sure to update it with all the dependencies. Let us know if you encounter any other difficulties with the SDK!

I did a clean install of Ubuntu 14.04 64 bit and found that the instructions below worked EXCEPT that I also had to do sudo apt-get install g++:

$ sudo apt-get install autoconf automake libmpc-dev libmpfr-dev libgmp-dev gawk bison flex texinfo libtool libusb-1.0-0-dev

I think you should find that these are sufficient:

automake libmpc-dev gawk bison flex texinfo libtool libusb-1.0-0-dev g++

(i.e. autoconf libmpfr-dev libgmp-dev will be pulled in by the others)