Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

sys/cdefs.h: No such file or directory on A10, oneAPI (A10/S10) nodes #37

@hecmay

Description

@hecmay

Hi,

I am trying to compile some c++. the compilation worked well on S10 node, but after switching to any other node, I will get the following error:

In file included from /home/u96851/t2sp/install/gcc-7.5.0/include/c++/7.5.0/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
                 from /home/u96851/t2sp/install/gcc-7.5.0/include/c++/7.5.0/x86_64-pc-linux-gnu/bits/c++config.h:533,
                 from /home/u96851/t2sp/install/gcc-7.5.0/include/c++/7.5.0/string:38,
                 from /home/u96851/t2sp/Halide/src/Expr.h:8,
                 from /home/u96851/t2sp/Halide/src/AddAtomicMutex.h:4,
                 from /home/u96851/t2sp/Halide/src/AddAtomicMutex.cpp:1:
/usr/include/features.h:424:12: fatal error: sys/cdefs.h: No such file or directory
 #  include <sys/cdefs.h>
            ^~~~~~~~~~~~~
compilation terminated.

It seems like some libraries are missing on A10 and oneAPI nodes, according to this thread? Can you please install that on these nodes? Thanks

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