Skip to content

Problem on compile with Raspberry pi2 and GCC 14.2.0 #124

Open
@Sicand

Description

@Sicand

Hi , when i launch the makefile of a program i get this
With gcc 14.2.0 make stop at this
from crypto/tsBlockCipher.h:15,
from crypto/tsAES128.h:15,
from crypto/tsAES128.cpp:9:
/opt/gcc-14.2.0/include/c++/14.2.0/bits/semaphore_base.h:59:41: error: '_POSIX_SEM_VALUE_MAX' was not declared in this scope; did you mean '_SC_SEM_VALUE_MAX'?
59 | static constexpr ptrdiff_t _S_max = _POSIX_SEM_VALUE_MAX;
| ^~~~~~~~~~~~~~~~~~~~
| _SC_SEM_VALUE_MAX

No problem with clang compiler

Whats Can i do ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions