Git Product home page Git Product logo

Comments (3)

bcopeland avatar bcopeland commented on June 24, 2024

1 - Can you post your Makefile change?
2 - Make sure you build with latest tree, yesterday I pushed a fix which affected builds on arm.

from lastpass-cli.

eduardocasas avatar eduardocasas commented on June 24, 2024

Great. I've updated the repo and now it works perfectly.

I've had to patch the Makefile file again, though. I've just had to change this line as follows:

CFLAGS ?= -O3 -march=armv6zk -fomit-frame-pointer -pipe

Otherwise, I get this error when trying to compile:

Assembler messages:
Error: unknown architecture `native'
Error: unrecognized option -march=native
cc1: error: bad value (native) for -march switch
cc1: warning: unrecognized command line option "-Wno-language-extension-token" [enabled by default]
: recipe for target 'lpass.o' failed

from lastpass-cli.

bcopeland avatar bcopeland commented on June 24, 2024

Ah, ok. Yeah we probably won't handle this type of thing well until we autotool-ize to determine necessary compiler flags. Although you should be able to do something like make CFLAGS="whatever" without changing the makefile proper.

Good to know the patch fixed the issue, I'll close this then.

from lastpass-cli.

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.