Git Product home page Git Product logo

Comments (4)

romandueck avatar romandueck commented on May 23, 2024 1

Yes, it works now, thank You for Your Help!
My CLI command was wrong, it has to be
make TOOLCHAIN_PREFIX=arm-none-eabi- msm8916-secondary not MSM8916 like in my first message.
This toolchain prefix is case sensitive, I didn't know this. And I removed this local.mk file.

from lk2nd.

stephan-gh avatar stephan-gh commented on May 23, 2024

I would expect that Manjaro has the same package as Arch Linux for the ARM cross compiler, i.e. pacman -S arm-none-eabi-gcc dtc as suggested in the README. Then you can use the command as you suggested

$ make TOOLCHAIN_PREFIX=arm-none-eabi- msm8916-secondary

from lk2nd.

romandueck avatar romandueck commented on May 23, 2024

Thank You for Your answer.
Yes, I did it exactly like You say, but I'm getting an error all the Time.
$ make TOOLCHAIN_PREFIX=arm-none-eabi- msm8916-secondary
make[1]: Entering directory '/mnt/data/home/user/projects/myprj/lk2nd'
including lib/debug lib/heap lib/libc lib/openssl
including lib/openssl/crypto
make/build.mk:69: arch//compile.mk: No such file or directory
make[1]: *** No rule to make target 'arch//compile.mk'. Stop.
make[1]: Leaving directory '/mnt/data/home/user/projects/myprj/lk2nd'
make: *** [makefile:20: make-make] Error 2
Do I have to config something else, some rules for my project?
So far, I created just one file - local.mk in the project root folder, with one singel row in it: PROJECT := MSM8916.

from lk2nd.

stephan-gh avatar stephan-gh commented on May 23, 2024

Uh, don't create any files. Make a clean clone of lk2nd and build it exactly with the commands I mentioned. Nothing else.

from lk2nd.

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.