Giter Site home page Giter Site logo

cannot find -ledgetpu about codrive HOT 2 CLOSED

John12341234 avatar John12341234 commented on May 25, 2024
cannot find -ledgetpu

from codrive.

Comments (2)

larrylart avatar larrylart commented on May 25, 2024

try
apt-get install libedgetpu libedgetpu-dev libedgetpu-dbgsym edgetpu-api
ldconfig
and after that make sure you have /usr/lib/aarch64-linux-gnu/libedgetpu.so and that path is seen by linker

As for building tensorflow on the devboard, I see in your log that is still using arm-linux-gnueabihf- instead of aarch64-linux-gnu- . You can either modify the Makefile in tools/make/ and hardcode aarch64-linux-gnu- or even better ... I noticed there is already a script in the repository to build on aarch64 - use tools/make/build_aarch64_lib.sh, which seems to be working, no changes required. Let me know if the latest tensorflow commit actually works, I had difficulties compiling on aarch64 due to a series of recent changes which impacted on aarch64 build. If you endup with lots of errors you migh want to reset the git chekout to the version which did work for me, see the other issue in this repo

from codrive.

John12341234 avatar John12341234 commented on May 25, 2024

Thanks.

sudo apt-get install libedgetpu libedgetpu-dev libedgetpu-dbgsym edgetpu-api && sudo ldconfig resolved the cannot find -ledgetpu error and the build succeeded.

I haven't tried building tensorflow again as it doesn't seem necessary now but I'll likely try it again soon.

from codrive.

Related Issues (8)

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.