Closed spino17 closed 5 months ago
I tried running make in stdlib as mentioned in #1652. Getting the following error:
make
stdlib
error: unknown target triple 'sbf', please use -triple or -arch make: *** [../target/bpf/solana.bc] Error 1```
You need to use the llvm build with includes our changes,see https://solang.readthedocs.io/en/v0.3.3/installing.html#step-1-install-the-llvm-libraries
I did used that, still the same issue is coming @seanyoung
I tried running
make
instdlib
as mentioned in #1652. Getting the following error: