Skip to content

Making open-source repo up-to-date with following fixes:#6

Merged
shasaror merged 4 commits intomainfrom
QUD-1800
Mar 10, 2026
Merged

Making open-source repo up-to-date with following fixes:#6
shasaror merged 4 commits intomainfrom
QUD-1800

Conversation

@shasaror
Copy link
Contributor

@shasaror shasaror commented Mar 9, 2026

  1. QUD-1648: Added support for Fedora 42 and CentOS 9.
  2. QUD-1617: Automated GCC‑14 installation through the installation qcom_drivers.sh script to resolve compilation issues.
  3. QUD-1588: Set the CC variable to gcc when it is either undefined or incorrectly set to compilers like g++, clang++, etc. which is invalid for compiling this driver. This ensures the correct compiler is used for our driver installation without altering the user's default environment.
  4. Updated signReadme with updated path.

1. QUD-1648: Added support for Fedora 42 and CentOS 9.
2. QUD-1617: Automated GCC‑14 installation through the installation
   qcom_drivers.sh script to resolve compilation issues.
3. QUD-1588: Set the CC variable to gcc when it is either undefined or
   incorrectly set to compilers like g++, clang++, etc. which is invalid
   for compiling this driver. This ensures the correct compiler is used
   for our driver installation without altering the user's default environment.
4. Updated signReadme with updated path.

Signed-off-by: shasaror <shasaror@qti.qualcomm.com>
@shasaror shasaror requested review from 5656hcx and rohimish-qc March 9, 2026 06:35
@shasaror shasaror self-assigned this Mar 9, 2026
@shasaror shasaror added the enhancement New feature or request label Mar 9, 2026
Signed-off-by: shasaror <shasaror@qti.qualcomm.com>
@@ -1,3 +1,12 @@
ifeq ($(origin CC),undefined)
CC := gcc
$(info QUD: CC was no set, defaulting to gcc)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: no -> not

Signed-off-by: shasaror <shasaror@qti.qualcomm.com>
Signed-off-by: shasaror <shasaror@qti.qualcomm.com>
@shasaror shasaror merged commit ef56e7f into main Mar 10, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants