Giter Club home page Giter Club logo

Comments (3)

manoj7410 avatar manoj7410 commented on May 31, 2024

Can you please share the link from where are you following the instructions to reproduce this issue?

from edgetpu.

Namburger avatar Namburger commented on May 31, 2024

hi @Arjuna197 glibc_compat.h maybe you can copy it from here?
https://github.com/google-coral/edgetpu/blob/master/docker/glibc_compat.h
You can modify the main Makefile at line 39:

 39 ifeq ("$(CPU)", "k8")
 40   ifeq ("$(wildcard /usr/include/glibc_compat.h)","")
 41   GLIBC_COMPAT_PATH := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))docker/glibc_compat.h
 42   $(shell sudo cp -f ${GLIBC_COMPAT_PATH} /usr/include)
 43   endif
 44 BAZEL_BUILD_FLAGS += --copt=-includeglibc_compat.h

only problem with this is that it requires sudo access

from edgetpu.

dmitriykovalev avatar dmitriykovalev commented on May 31, 2024

@Arjuna197 You are right, we can improve that part of our build system. Please do not use edgetpu-native repo, it was merged into this one. @Namburger pointed to the correct new location of glibc_compat.h file.

from edgetpu.

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.