Forum Discussion
Altera_Forum
Honored Contributor
8 years agoJust in case it helps someone else - I have fixed the issue.
For the sake of still making progress, yesterday I had moved on in the GSRD instructions to building the Linux device tree and Linux itself. The instructions for building Linux included adding/installing some libraries. And it seemingly has fixed my issue and it now builds u-boot with no errors. I'm not certain which one fixed it, but here are the commands, one of which would have fixed it: sudo apt-get update sudo apt-get upgrade sudo apt-get install phablet-tools sed wget cvs subversion git-core coreutils unzip texi2html texinfo libsdl1.2-dev docbook-utils gawk python-pysqlite2 diffstat help2man make gcc build-essential g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev mercurial autoconf automake groff libtool xterm lib32z1 sudo apt-get install ia32-libs lib32stdc++6 sudo ln -sf bash /bin/sh ... So I'm not sure which would have fixed it - possibly the lib32stdc++6 ?