Git Product home page Git Product logo

Comments (5)

anatol avatar anatol commented on June 16, 2024

Booster generator finds 2 modules with the same name and it gets confused about which one to use.

Do you know how modprobe and other tools pick the right module at your system?

from booster.

CameronNemo avatar CameronNemo commented on June 16, 2024

Aren't these builtin modules? So I do not really know, as I cannot try it. Or at least nothing related shows up in lsmod and modprobe seems to do nothing after finding it in modules.builtin.bin

from booster.

CameronNemo avatar CameronNemo commented on June 16, 2024

I don't think the bus support can be compiled as module, only the perf support. I don't really know, sorry. This is what is says in drivers/perf/Kconfig:

config ARM_CCI_PMU
	tristate "ARM CCI PMU driver"
	depends on (ARM && CPU_V7) || ARM64
	select ARM_CCI
	help
	 Support for PMU events monitoring on the ARM CCI (Cache Coherent
	 Interconnect) family of products.

	 If compiled as a module, it will be called arm-cci.

from booster.

anatol avatar anatol commented on June 16, 2024

The kernel module dependency resolution is one of the weirdest things in linux kernel build system.

What I can do it to try to downgrade it from failure to a warning. booster build will report that there are several modules with the same name and continue image assembly. Hopefully, it will help with the situation.

from booster.

anatol avatar anatol commented on June 16, 2024

@CameronNemo I pushed a possible fix to wip branch. Please try it and let me know if it makes any difference to you.

from booster.

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.