Skip to content

The code doesn't compile #2

@peterzheng98

Description

@peterzheng98

When compiling lcd-domains, it shows the following errors
make[1]: *** No rule to make target 'libasync/fast-ipc-module/configure.ac', needed by 'libasync/fast-ipc-module/configure'. Stop.

After checking the folder fast-ipc-module, no configure.ac is found. The tree is shown as follows.

user1@sys-1:~/xcap-capability-linux/lcd-domains/libasync$ tree -L 2 .
.
├── autoconf
│   ├── compile
│   ├── config.guess
│   ├── config.sub
│   ├── depcomp
│   ├── install-sh
│   ├── ltmain.sh
│   └── missing
├── autogen.sh
├── configure.ac
├── fast-ipc-module ** NO CONFIGURE.AC is found
│   ├── include
│   ├── src
│   └── tests
├── m4
│   ├── libtool.m4
│   ├── lt~obsolete.m4
│   ├── ltoptions.m4
│   ├── ltsugar.m4
│   └── ltversion.m4
├── Makefile.am
├── README.md
├── scripts
│   └── relpath.py
└── src
    ├── common
    ├── include
    ├── Kbuild.in
    ├── Makefile.am
    └── tests

11 directories, 19 files

When executing scripts/insmk, it gives the error: insmod: ERROR: could not load module build/microkernel_build/lcd_domains.ko: No such file or directory

Is there some special step that should be invoked?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions