Skip to content

v1.2.0 version, make error under arm architecture. Does it not support the ARM architecture? #456

@Ruanjq98

Description

@Ruanjq98

make error:

mpic++ -std=c++14 -fno-stack-protector -Wall -g3 -O0 -DDEBUG -fPIC -I../../dmtcp/include -I../../dmtcp/jalib -I.. -I../../dmtcp/src -I../lower-half -c -o mpi_op_wrappers.o mpi_op_wrappers.cpp
In file included from ../lower-half/lower-half-api.h:30,
                 from ../mpi_plugin.h:29,
                 from mpi_type_wrappers.cpp:22:
../lower-half/switch-context.h:24:10: fatal error: asm/prctl.h: No such file or directory
   24 | #include <asm/prctl.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
In file included from ../lower-half/lower-half-api.h:30,
                 from ../mpi_plugin.h:29,
                 from mpi_group_wrappers.cpp:22:
../lower-half/switch-context.h:24:10: fatal error: asm/prctl.h: No such file or directory
   24 | #include <asm/prctl.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
In file included from ../lower-half/lower-half-api.h:30,
                 from ../mpi_plugin.h:29,
                 from mpi_op_wrappers.cpp:22:
../lower-half/switch-context.h:24:10: fatal error: asm/prctl.h: No such file or directory
   24 | #include <asm/prctl.h>
      |          ^~~~~~~~~~~~~
In file included from ../lower-half/lower-half-api.h:30,
                 from ../mpi_plugin.h:29,
                 from mpi_cart_wrappers.cpp:22:
../lower-half/switch-context.h:24:10: fatal error: asm/prctl.h: No such file or directory
   24 | #include <asm/prctl.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
compilation terminated.
make[3]: *** [Makefile:65: mpi_type_wrappers.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [Makefile:65: mpi_group_wrappers.o] Error 1
make[3]: *** [Makefile:65: mpi_cart_wrappers.o] Error 1
make[3]: *** [Makefile:65: mpi_op_wrappers.o] Error 1
In file included from ../lower-half/lower-half-api.h:30,
                 from ../mpi_plugin.h:29,
                 from mpi_comm_wrappers.cpp:28:
../lower-half/switch-context.h:24:10: fatal error: asm/prctl.h: No such file or directory
   24 | #include <asm/prctl.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:65: mpi_comm_wrappers.o] Error 1
In file included from ../lower-half/lower-half-api.h:30,
                 from ../mpi_plugin.h:29,
                 from mpi_p2p_wrappers.cpp:28:
../lower-half/switch-context.h:24:10: fatal error: asm/prctl.h: No such file or directory
   24 | #include <asm/prctl.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:74: mpi_p2p_wrappers.o] Error 1
In file included from ../lower-half/lower-half-api.h:30,
                 from ../mpi_plugin.h:29,
                 from mpi_collective_wrappers.cpp:29:
../lower-half/switch-context.h:24:10: fatal error: asm/prctl.h: No such file or directory
   24 | #include <asm/prctl.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:86: mpi_collective_wrappers.o] Error 1
In file included from ../lower-half/lower-half-api.h:30,
                 from ../record-replay.h:36,
                 from mpi_request_wrappers.cpp:31:
../lower-half/switch-context.h:24:10: fatal error: asm/prctl.h: No such file or directory
   24 | #include <asm/prctl.h>
      |          ^~~~~~~~~~~~~
compilation terminated.

Please reply, thank you.

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