Questions tagged [checked-c]
2 questions
0
votes
0 answers
How to add Mingw-w64 GCC to the path so Clang can find the headers?
To solve my problem here with Checked C Clang, from this post I figured out that first I should add the compiler to the environment system variables path:
set PATH=%PATH%;"C:\tools\msys64\mingw64\bin"
then compile the file with
clang .c…

Foad S. Farimani
- 12,396
- 15
- 78
- 193
0
votes
0 answers
Checked_C clang compiler is not able to find the stdio.h
Following this post, I want to give the Checked_C project a try. So I installed the latest version from here, in the C:\Program Files\CheckedC-Clang folder. Then trying this simple program:
#include
#include
#pragma…

Foad S. Farimani
- 12,396
- 15
- 78
- 193