Skip to content
This repository has been 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

Open
hecmay opened this issue Nov 14, 2021 · 0 comments
Open

Comments

@hecmay
Copy link

hecmay commented Nov 14, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant