Xilinx / PYNQ

Python Productivity for ZYNQ
http://www.pynq.io/
BSD 3-Clause "New" or "Revised" License
1.95k stars 808 forks source link

sdbuild/scripts/setup_host.sh error curses library not found #1421

Open bit-bash opened 1 year ago

bit-bash commented 1 year ago

Running under Ubuntu 20.04.6. When configuring crosstool-ng-1.24.0 it reports that curses library not found.

Solution is to install ncurses-dev: sudo apt-get install ncurses-dev

Recommend this "missing" package to be added to the big PACKAGES list in setup_host.sh.

schelleg commented 4 months ago

Will fix in next release