Click here to Skip to main content
16,022,296 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I get "unmet build dependencies: clang" while trying to run the command ./gen-src-pkg.sh $(readlink -f ../outdir/modp_b64)
as part of the below Fluoride BT stack installation procedure
https://android.googlesource.com/platform/packages/modules/Bluetooth

What I have tried:

I have tried the installation procedure specified at https://github.com/llvm/llvm-project.git
I have tried specifying clang-12 version in the sudo get apt install clang-12

Both times at ./gen-src-pkg.sh $(readlink -f ../outdir/modp_b64) step I get the same error "unmet build dependency: clang"
Posted
Comments
Member 14511380 25-Sep-24 7:59am    
This is entirely done on ubuntu 24.04
[no name] 25-Sep-24 11:07am    
You should contact the person responsible for the creation and maintenance of this package.

1 solution

Start here: Fluoride Bluetooth stack - Building and running on Linux - Instructions for Ubuntu[^]
If that doesn't solve it, talk to the manufacturers - they will know more about the product than we will!
 
Share this answer
 
Comments
Member 14511380 30-Sep-24 1:10am    
Hi @OriginalGriff, I tried this, but I am stuck in this step
wget -O gn http://storage.googleapis.com/chromium-gn/<gn.sha1>

Please let me know the correct procedure to get the SHA1. I tried using my personal gmail id at the mentioned link
https://chromium.googlesource.com/chromium/buildtools/+/master/linux64/gn.sha1
But I got the "Requested entity cannot be found error"

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900