Coder Social home page Coder Social logo

Comments (2)

juliagoda avatar juliagoda commented on July 23, 2024

make -C some_directory should contain Makefile from project path, not from /lib/modules/4.19.6-1-MANJARO/build path. Below is a result of building on my computer:

[juliagoda@juliagoda]: ~/Github/CH341SER/build>$ make -C ..
make: Wejście do katalogu '/home/juliagoda/Github/CH341SER'
make -C /lib/modules/4.19.2.ll5-2-juliagoda-git/build  M=/home/juliagoda/Github/CH341SER 
make[1]: Wejście do katalogu '/usr/lib/modules/4.19.2.ll5-2-juliagoda-git/build'
  Building modules, stage 2.
  MODPOST 1 modules
make[1]: Opuszczenie katalogu '/usr/lib/modules/4.19.2.ll5-2-juliagoda-git/build'
make: Opuszczenie katalogu '/home/juliagoda/Github/CH341SER'

in your case it would be:
make -C /home/akr/Downloads/CH341SER-master

Make sure you have project sources in /home/akr/Downloads/CH341SER-master

Source:
Make options

from ch341ser.

juliagoda avatar juliagoda commented on July 23, 2024

Well, so if you have cloned to /home/akr, then do:

cd /home/akr
make
make load

Everything is written in readme.txt. Please next time send me email or read more about commands, because it's not even an issue. I am closing it

from ch341ser.

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.