Difference between revisions of "Talk:Kernel build instructions"

From Pandora Wiki
Jump to: navigation, search
 
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...
 
 
 
----
 
 
Git instructions are outdated --[[User:Linux-SWAT|Linux-SWAT]] 18:39, 24 October 2011 (CEST)
 

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...