Skip to content

fails to compile for KNC #4

@rottaran

Description

@rottaran

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 ^

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