Open Balachandar-Ganesan opened 1 year ago
GCC didn't work for me either.
I used clang on Linux. It's available for Windows, but you'll need to build it. The website is
https://clang.llvm.org/get_started.html
When installed, run:
clang db.c -o db
It should build without errors.
using wsl is a good way, just type 'make' and it works