我正在尝试使用eclipse在windows pc上编译Linux内核。我创建项目为带有现有代码的Makefile项目。当我试图构建Linux时,它给了我以下错误
(Cannot run program "make": Launching failed)
如何在Windows上为x86编译Linux。
答案 0 :(得分:0)
Eclipse from build linux kernel on windows
point of view just button "Compile" which invoke "make.exe".
To get build works you need install all tools, like compiler, GNU make, may be perl, may be some POSIX utils. Start your trip from installing GNU make: http://gnuwin32.sourceforge.net/packages/make.htm
and run it from cmd.exe, make tells you something like "gcc" not found, then install gcc and so on.