View Single Post
  #159 (permalink)  
Old 05-18-2011, 01:19 PM
manekineko's Avatar
manekineko
Regular 'Geeker
Offline
 
Join Date: Jul 2009
Posts: 478
Reputation: 845
manekineko knows their stuffmanekineko knows their stuffmanekineko knows their stuffmanekineko knows their stuffmanekineko knows their stuffmanekineko knows their stuffmanekineko knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin

Directions were great, thanks Nate!

For some reason building the kernel with the Google prebuild tools resulted in non-booting for me. Didn't even show the black screen before freeze on Haret.

Switched to CodeSourcery on emwe's advice that that's what most of the devs are using, and now all is well and booting. Might add a note into the first post that if using CodeSourcery, you just need to change the make line to point correctly to arm-none-eabi-gcc (full path is ~/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-gcc for me when I installed the package from CodeSourcery rather than the one from your first post).

For some reason my build differs from the autobuild in size still, but hey, at least it's booting.
Reply With Quote
This post has been thanked 1 times.