GHDL build fails on Ubuntu 25.10 due to LLVM 20 incompatibility#489
Open
RISHABH12005 wants to merge 11 commits intoFOSSEE:masterfrom
Open
GHDL build fails on Ubuntu 25.10 due to LLVM 20 incompatibility#489RISHABH12005 wants to merge 11 commits intoFOSSEE:masterfrom
RISHABH12005 wants to merge 11 commits intoFOSSEE:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
System Information
Description
While installing eSim 2.5 on Ubuntu 25.10, the installation fails during the NGHDL setup phase when building GHDL. The installer aborts during the configuration step.
Steps to Reproduce
./install-eSim.sh --installError Output
Expected Behavior
The installer should either select a supported LLVM version automatically or notify the user about LLVM incompatibility and suggest a compatible version.
Analysis
Ubuntu 25.10 ships with LLVM 20 by default. GHDL 4.1.0 does not currently support LLVM 20. Even after installing LLVM 17 manually, the build process continues to invoke the default
llvm-config, which corresponds to LLVM 20. This suggests that the installer does not explicitly enforce a supported LLVM version.Attempts Made
llvm-config-17Current Status
This issue remains unresolved and appears to require changes in the installer or upstream GHDL support for newer LLVM versions.