Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fails to compile for KNC #4

Open
rottaran opened this issue Nov 5, 2019 · 0 comments
Open

fails to compile for KNC #4

rottaran opened this issue Nov 5, 2019 · 0 comments

Comments

@rottaran
Copy link
Contributor

rottaran commented Nov 5, 2019

obj/include/bits/alltypes.h:273:72: error: '__BYTE_ORDER' undeclared here (not in a function) struct timespec { time_t tv_sec; int :8*(sizeof(time_t)-sizeof(long))*(__BYTE_ORDER==4321); long tv_nsec; int :8*(sizeof(time_t)-sizeof(long))*(__BYTE_ORDER!=4321); }; ^

../arch/k1om/bits/limits.h:7:0: warning: "LONG_MAX" redefined #define LONG_MAX 0x7fffffffffffffffL ^ In file included from ../src/internal/libc.h:6:0, from ../crt/crt1.c:2, from ../crt/Scrt1.c:1: ../include/limits.h:29:0: note: this is the location of the previous definition #define LONG_MAX __LONG_MAX ^

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

No branches or pull requests

1 participant