|
does not work for my system, Ubuntu 16.04. make returns error:
fatal error: linux/compiler-gcc5.h: No such file or directory
Well, I had the same problem while played with my router linux image. But solution was to use the Ubuntu-i386 (32-bit version) in a virtual PC (I used a quemu).
Well, after apt-get update-upgrades, I reinstalled everything connected to gcc and grabbed the latest linux kernel sources. Well, but I can't answer, will it help.
The workaround is to find the linux/compiler-gccx.h (x could be 3,4,6) and copy it as compile-gcc5.h. It can help.. |
|