I have a kernel.c file that I have edited but then when I go back to run make before I would then run the make run command I get this error.
I'm not very clued up in any of this but I don't understand why changes in my c file have changes the way the make happens?
this is on an ubuntu 16.4 system running on vmware
edit: I replaced the changed c file with the an initial backup that worked but I still get the same error meaning the c file is not the problem
edit: I reinstalled gcc and it works now this question no longer needs an answer.