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

Build fixes for gcc13 #9

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Commits on Jun 10, 2024

  1. gcc/target.cmake: fix build with gcc-13

    Configuration error:
    | -- Configuring done (4.9s)
    | CMake Error in CMakeLists.txt:
    |   Target "zephyr_interface" contains relative path in its
    |   INTERFACE_INCLUDE_DIRECTORIES:
    |
    |     "include-fixed"
    
    With GCC-13, limits.h and syslimits.h header files
    are always being installed to include folder.
    https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=be9dd80f933480
    
    Signed-off-by: Naveen Saini <[email protected]>
    saininav authored and tristanseifert committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    4bf0fbb View commit details
    Browse the repository at this point in the history