- Check that you have the GNU C Compiler installed by typing
gcc --version
into a terminal. - If you don't have the
linter
package installed, either update to the latest version oflinter-gcc
or install linter directly withapm install linter
. - Ensure that you are using a valid grammar - either C/C++/C++14
- Ensure that you have read all the relevant information in the wiki, particularly the Common Issues page.