Skip to content

Support newer GCC versions #28

@jay-tux

Description

@jay-tux

At the current stage, the latest GCC version supported by the AOCL-LibM is 14.2.1. Is it possible to support GCC 15+?

(I'd love to fix this/help fix this, but I'm losing my mind trying to understand the SConScript stuff. Is it still actively used, or should I just change the CMake files instead?)

I tried modifying the /scripts/site_scons/alm/check.py, and setting toolchain_versions['GCC']['max'] to 15.2, but for some reason the build script doesn't even reach the CheckForToolchain function. I narrowed it down to conf = env.Configure(...) returning a Null value (also in /scripts/site_scons/alm/check.py, line 169)...

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