I tried to install the c-semantic in my ubuntu Ubuntu 20.04.2 LTS. I followed the INSTALL.md instructions. I got a dist folder with the different compiled semantics in the profiles folder, clang-tools and scripts.
But when I tried to run the command: ./dist/scripts/kcc tests/unitTests/helloworld.c, I got the error:
Couldn't find current profile: please fix /home/alessio/Project/c-semantics/dist/scripts/current-profile.
I put the logs of my build in this gist.
Thank you