-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
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
Labels
No labels