Difference between revisions of "Talk:Kernel build instructions"

From Pandora Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
make CROSS_COMPILE="" uImage</pre>
 
make CROSS_COMPILE="" uImage</pre>
 
which looks like it works. Wonder if it will complete...
 
which looks like it works. Wonder if it will complete...
 
 
----
 
 
 
What about modules ?--[[User:Linux-SWAT|Linux-SWAT]] 23:32, 17 February 2011 (MET)
 

Latest revision as of 19:46, 28 October 2011

So this seems to assume that I want to cross compile, even if I run it native. I did

make CROSS_COMPILE="" uImage

which looks like it works. Wonder if it will complete...