As a newbie poster I will appreciate any help.
I am trying to learn embedded ARM9 programming. I purchased a “Tincan Tools” Hammer board, Carrier and Flyswatter. My pc has Ubuntu 12.04 LTS installed. As I'm new to both Linux and ARM's I thought a good place to start would be the “How to Create a “Hello World” Program for the Hammer
” on TinCans web page. All the steps appear to work fine until I get to the final make command. At this point I get the following errors, with little knowledge as to how to proceed:
wget --passive-ftp -P /home/default/hammer/buildroot/dl
http://www.kernel.org/pub/linux/kern...6.22.1.tar.bz2
--2012-06-03 12:06:33--
http://www.kernel.org/pub/linux/kern...6.22.1.tar.bz2
Resolving
www.kernel.org (
www.kernel.org)... 149.20.4.69, 149.20.20.133
Connecting to
www.kernel.org (
www.kernel.org)|149.20.4.69|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-06-03 12:06:33 ERROR 404: Not Found.
To me it looks like the linux-2.6.22.1.tar.bz2
file is no longer at the web address but how do I correct this?
Thanks
Brian