Git Product home page Git Product logo

Comments (7)

thezha avatar thezha commented on August 29, 2024

Your GCC is not recognizing the command line option "-Wmisleading-indentation", my guess is that the latest bazel somehow forces this compiler option. Either downgrade to a lower bazel (3.1.0 should work) or upgrade GCC which supports this.

from tim-vx.

yingshengBD avatar yingshengBD commented on August 29, 2024

图片

i try to downgrade my bazel, now ,cmake=3.16;bazel=3.1.0, but still not work

from tim-vx.

thezha avatar thezha commented on August 29, 2024

Fixed at e111c35

from tim-vx.

yingshengBD avatar yingshengBD commented on August 29, 2024

thank u, i pulled your commit and it can build libtim-vx.so successfully now,
but,the demo of lenet is ERROR
图片

from tim-vx.

thezha avatar thezha commented on August 29, 2024

Try add the following to see if it fixes your problem.

diff --git a/samples/lenet/BUILD b/samples/lenet/BUILD
index 46db564..507ed03 100644
--- a/samples/lenet/BUILD
+++ b/samples/lenet/BUILD
@@ -1,7 +1,7 @@
 cc_test(
     name = "lenet_asymu8_cc",
     copts = [
-        "-Werror", "-std=c++14"
+        "-Werror", "-std=c++14", "-pthread"
     ],
     srcs = [
         "lenet_asymu8.cc",

from tim-vx.

yingshengBD avatar yingshengBD commented on August 29, 2024

still not work,but thanks,i will try the 'CMAKE' way
图片

from tim-vx.

thezha avatar thezha commented on August 29, 2024

Not sure why this fails on your machine. You can also try -lpthread as well, some people have had luck with this.

from tim-vx.

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.