Coder Social home page Coder Social logo

Comments (3)

hebaoy avatar hebaoy commented on September 6, 2024

I have the same problem, i know TX2 is arm, maybe it have not SSE(Streaming SIMD Extensions). But I don't know how to work.

from rpg_ultimate_slam_open.

hichamhendy avatar hichamhendy commented on September 6, 2024

Any news on that? I am using NIVIDIA Xavier AGY and get almost the same error
c++: error: unrecognized command line option ‘-mmmx’ c++: error: unrecognized command line option ‘-msse’; did you mean ‘-fdse’? c++: error: unrecognized command line option ‘-msse’; did you mean ‘-fdse’? c++: error: unrecognized command line option ‘-msse2’ c++: error: unrecognized command line option ‘-msse3’ c++: error: unrecognized command line option ‘-mssse3’ make[2]: *** [CMakeFiles/fast.dir/src/fast_9.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... c++: error: unrecognized command line option ‘-mmmx’ c++: error: unrecognized command line option ‘-msse’; did you mean ‘-fdse’? c++: error: unrecognized command line option ‘-msse’; did you mean ‘-fdse’? c++: error: unrecognized command line option ‘-msse2’ c++: error: unrecognized command line option ‘-msse3’ c++: error: unrecognized command line option ‘-mssse3’ make[2]: *** [CMakeFiles/fast.dir/src/fast_10.cpp.o] Error 1 make[1]: *** [CMakeFiles/fast.dir/all] Error 2 make: *** [all] Error 2

from rpg_ultimate_slam_open.

ghani35 avatar ghani35 commented on September 6, 2024

I got the same problem. This is how to solve it:
Go to the CmakeList "in this case go to the CmakeList of the package where fast_9.cpp is defined",
then, past this in the CmakeList: export ARM_ARCHITECTURE=true
then, also past it on the terminal
then, build your workspace if you get an error just remove export ARM_ARCHITECTURE=true from the CMakeList and build again

from rpg_ultimate_slam_open.

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.