I am getting the an cygwin.S error whole error is described below but it occurs when I try to debug the code and debugger goes to line create an array and my code runs perfectly fine on online ide. I can't understand what's the problem. Please tell what other information you need regarding this post and I will update the question according to it.
code :
#include <bits/stdc++.h>
using namespace std;
int main()
{
int s;
cin >> s;
int ar[s];
}
input
3
Error - { Unable to open 'cygwin.S': Unable to read file '\home\keith\builds\mingw\src\gcc-9.2.0\libgcc\config\i386\cygwin.S' (Error: Unable to resolve non-existing file '\home\keith\builds\mingw\src\gcc-9.2.0\libgcc\config\i386\cygwin.S'). }