Closed ShakilAhmedShaj closed 5 years ago
It's a linter, not a terminal that you can run programs in. It's supposed to be blank if there are no ERRORS... linter-gcc does throw warnings from gcc's -Wall flag though. If what you want is a program you can run c programs in, get platformio-ide-terminal and use the command line to compile and run.
I just given this terminal view to let u know that gcc is working, I dont want to run my code in terminal, my linter gcc is not working I mean its not running or showing any error.
It is indeed broken on Windows 10, at least.
If I delete a semi-colon, the status bar will change to show one error and one warning, but when I pull up the panel, it's blank. After I add the semi-colon back, the status bar never changes. C:\MinGW\bin in the PATH (have rebooted as well), include directory setup as well (C:\MinGW\include), have tried using both / and \ at the end, but it makes no difference. Have used it with Atom's built-in C++, and the language-cpp14 package, doesn't work with either one.
The linter is broke on Windows, and flaky at best on Linux.
On Windows, it has failed to work with mingw and MSYS2. Have not tried Cygwin, but if it doesn't work with those two, I don't see Cygwin working.
Would it stand a chance at working with the VS C++ libraries in the include path while still using g++ as the compiler? I'm leaning toward no, but I haven't tried that yet. VS Code is set up to lint using those libraries, but I always compile manually through the integrated bash terminal (Arch in my case).
Same problem, the linter didn't seem to manage to produce anything.
I'm having the same problem.
Same here- no errrors in dev console, no displaying errors in code... if it works - it works silent)
Linter GCC doesn't work anymore, get LinterGCC2
Checklist
gcc --version
into a terminal.linter
package installed, either update to the latest version oflinter-gcc
or install linter directly withapm install linter
.Issue (including debugging messages):
I have followed every step from this link - https://github.com/hebaishi/linter-gcc/wiki/Windows-Users-Guide
This is my package settings -
These are my windows path links -
and this is my atom editor pic, its just blank
and here is the g++ output -
please help me ;-(