c - Gcc.exe Runtime error -
i installed mingw
in windows. however, when try compile simple hello.c
program error message
c:\users\hp-pc\desktop\eclipse-workspace\firstproject>gcc hello.c cannot create temporary file in c:\users\hp-pc\appdata\local\temp;c:\mingw\bin\: invalid argument
this application has requested runtime
terminate in unusual way. please contact application's support team more information.
i have tried reinstalling mingw, error persists. have tried checking gcc --version , g++ -- version, , these worked without problems.
Comments
Post a Comment