-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Description
Description
Error encountering indicates that the script is unable to find the llvm-9 and llvm-9-dev packages. This is because, by default, Ubuntu 22.04 may not have LLVM 9 available in its package repositories
Installing LLVM-9........................................
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package llvm-9
E: Unable to locate package llvm-9-dev
Error! Kindly resolve above error(s) and try again.
Aborting Installation...
Considerable changes : llvm_version="9" to llvm_version="11"
Outcome : llvm-11 packages has installed succesfully however, GHDL is not compatable with the version llvm 11.1.0
Installing ghdl-0.37 LLVM.................................
ghdl-0.37 successfully extracted
Changing directory to ghdl-0.37 installation
Configuring ghdl-0.37 build as per requirements
Use full IEEE library
Build machine is: x86_64-linux-gnu
Unhandled version llvm 11.1.0
Error! Kindly resolve above error(s) and try again.
Aborting Installation...
Steps to reproduce
Navigate to eSim directory :
cd eSim-2.4
Make the Installation Script Executable:
chmod +x install-eSim.sh
Run the Installation Script:
./install-eSim.sh --install
change the llvm version to 11 in nghdl.sh folder
Expected behavior
Installation of llvm which is compatable with GHDL
Screenshots
Version and OS
- eSim version -2.4
- OS:Ubuntu 22.04
Additional context
I think considering GHDL upgradtion is neccessary.
Metadata
Metadata
Assignees
Labels
No labels
