Code Monkey home page Code Monkey logo

Comments (8)

chaohwa4 avatar chaohwa4 commented on May 31, 2024 1

In short, for Ubuntu 20.04 or 22.04, when stuck in building axi_ad9361 library after executing "./create_project.sh bitstream", do the following:
cd /lib/x86_64-linux-gnu
sudo ln -s libtinfo.so.6 libtinfo.so.5

It will solve the library stuck issue.

from zynq_timestamping.

ofontbach avatar ofontbach commented on May 31, 2024

Hi @chaohwa4,
I've just tried building the ADALM-PLUTO project and it worked perfectly fine for me with the following versions:

  • Ubuntu 20.04.3 LTS
  • python3 3.8.10
  • gcc 9.4.0
  • cmake 3.26
  • Vivado 2019.2.1
    Cheers

from zynq_timestamping.

chaohwa4 avatar chaohwa4 commented on May 31, 2024

So far the differences are Ubuntu and cmake. My versions are Ubuntu 20.04.6 and cmake 3.16.3.

from zynq_timestamping.

chaohwa4 avatar chaohwa4 commented on May 31, 2024

Even if I upgrade cmake to 3.26.3. It is still stuck in building axi_ad9361 library. So I might as well converting Ubuntu to 20.04.3 and test there. At least Ubuntu 18.04.6 works.

from zynq_timestamping.

chaohwa4 avatar chaohwa4 commented on May 31, 2024

How do you keep your OS version as 20.04.3? When I use software update to update the system, it will update to 20.04.6, which I don't want to do because building axi_ad9361 library is getting stuck again!

from zynq_timestamping.

chaohwa4 avatar chaohwa4 commented on May 31, 2024

This is how it was stuck:

chaohwa@chaohwa-ThinkPad-Edge-E540:~/zynq_timestamping/projects/pluto$ more hdl/library/axi_ad9361/axi_ad9361_ip.log
application-specific initialization failed: couldn't load file "librdi_commontasks.so": libtinfo.so.5: cannot open shared object file: No such
file or directory
%

from zynq_timestamping.

chaohwa4 avatar chaohwa4 commented on May 31, 2024

After performing the following, the process started working:

cd /lib/x86_64-linux-gnu
sudo ln -s libtinfo.so.6 libtinfo.so.5

from zynq_timestamping.

ofontbach avatar ofontbach commented on May 31, 2024

Thanks for the tip @chaohwa4!

from zynq_timestamping.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.