[tutorial]build GCC Cross Compiler(Video)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
mike20123
Posts: 15
Joined: Sat Aug 13, 2011 3:18 pm

[tutorial]build GCC Cross Compiler(Video)

Post by mike20123 »

Hi guys 8)
i just learned how to make an ELF format out of gcc using this awesome tutorial on YoutTube =D>
it was really easy step by step ENJOY! :D =P~

http://www.youtube.com/watch?v=cu0w6V2HtXI
Disclaimer:i don't own that YouTube account and i am not responsible for anything could happen to you or your computer. :roll:
in short, that Youtube Account is not my account. :lol:
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: [tutorial]build GCC Cross Compiler(Video)

Post by Solar »

Erm... Dude? Do you really need a YouTube video to show you what Disk Images, GRUB, GCC Cross-Compiler et al. already tell you in more detail?

The cross-compiler part starts at 17:00 into the video. And the steps being shown are exactly the same as the ones in our GCC Cross-Compiler tutorial. Down to the letter. Same environment variables, same installation path, same directory names, same configure options (in the same sequence). But missing the Troubleshooting section, the explanations and the clickable links to the download pages you need...
Every good solution is obvious once you've found it.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: [tutorial]build GCC Cross Compiler(Video)

Post by Solar »

:-D I added a comment to the vid about how it's so similar to our tutorial, and that giving credit would have been nice (just guessing that the similarity in steps wasn't coincidentially).

The poster of the video will add credits to our Wiki to the vid and his blog, because it is our tutorial put into video mode...

(Hint: If you prefer a vid over written docu, chose a different hobby.)
Every good solution is obvious once you've found it.
Post Reply