- 论坛徽章:
- 1
|
You can not compile the kernel when you are missing some files of the kernel source tree.
I do know there is a registry link which you can modify on Windows Storage Server R2 to let the windows kernel case sensitive but I can not rembember it now, and also I am not sure if it will work. You can find the infomation in NFS help files on WSS R2.
Case insensitive under Microsoft windows is not the only problem you will encounter.
The building system you are using (say cygwin) is not designed to compile linux kernel under Microsoft windows.
Nowadays the built system assume much more about the underlying system, for example it assume you can create symlink, something you cannot do in MSYS, and probably other things.
So you will probably not be able to compile the linux kernel on Microsoft windows unless you modify the build system a lot. And this is not a easy job. |
|