drivers/tty/vt/consolemap_deftbl.c:1:8: Error: expected '=', ',', ';', 'asm' or '__attribute__' before '/' token drivers/tty/vt/cp437.uni
Occasionally, this error occurs when compiling the kernel (version 4.1.15). I have specified the platform and compilation chain in the top-level makefile, but every time I need make clean to recompile, it is too time-consuming. What is the reason? I know that the file is automatically generated by cp437, but sometimes it is wrong. Is this because of the encoding or the compiler? I am using the gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf version
Please answer, thank you!