Monday, June 1, 2015

June 1st

After reinstalling vivado, we kept getting an error when generating the bsp. This problem occured because we were missing some of the packages or libraries needed. The solution was found in the following link:

https://sites.google.com/a/cs.ship.edu/fpga/centos-xilinx-14-x

We used the following two commands

  • sudo yum install libusb-devel autoconf automake dos2unix git kernel-headers kernel-devel ncurses-term
  • sudo yum install glibc.i686 ncurses-libs.i686 compat-libstdc++-33.i686


No comments:

Post a Comment