Giter Site home page Giter Site logo

Make error on aarch64 about fast HOT 5 OPEN

uzh-rpg avatar uzh-rpg commented on August 24, 2024
Make error on aarch64

from fast.

Comments (5)

seqwalt avatar seqwalt commented on August 24, 2024 5

I was able to build on an arm64 architecture (jetson nano with Ubuntu 18.04) using catkin build. Two things:

  1. In CMakeLists.txt, note at the top it only does the arm build if the environment variable ARM_ARCHITECTURE is defined. So the first step is do export ARM_ARCHITECTURE=true in the terminal you will catkin build in.
  2. The CMakeList.txt is set up for an old version of the odroid I guess, so replace SET(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS} -O3 -mfpu=neon -march=armv7-a") with SET(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS} -O3 -march=armv8-a")

This worked for me, hope it helps!

from fast.

voyage19941119 avatar voyage19941119 commented on August 24, 2024

same question on Ubuntu16.04, have you solved it?

from fast.

catsostrong avatar catsostrong commented on August 24, 2024

the same question on jetso nano ..............

from fast.

JinLn avatar JinLn commented on August 24, 2024

@catsostrong have you solve this question? @voyage19941119

from fast.

Rainerino avatar Rainerino commented on August 24, 2024

Could you please give -fsee a try? I am not sure if that will solve it

from fast.

Related Issues (9)

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.