Francesco
Francesco
I solved in the following manner: Be sure [anisette](https://github.com/Dadoum/anisette-v3-server?tab=readme-ov-file) server is running and call the `main.py` specifying `ALTSERVER_ANISETTE_SERVER` env variable: ```bash ALTSERVER_ANISETTE_SERVER=http://127.0.0.1:6969 python main.py ```
[**SOLVED**]: solution at the bottom I'm facing a similar problem during the build, on my machine and also using the ubuntu docker file provided by the bpfftime repo (I followed...
It seems like you're using gcc instead of clang, try specifying clang. I solved it using this command: ```bash cmake -DBITNET_ARM_TL1=ON -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -B build ```