I'm having a bit of trouble with installing the ARM toolchain, every time I try to run the arm-uclinux-elf-tools-base-gcc3.4.3-20050221.sh file, It always throws this error:
Code:
bunzip2: Compressed file ends unexpectedly;
perhaps it is corrupted? *Possible* reason follows.
bunzip2: Invalid argument
Input file = (stdin), output file = (stdout)
It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.
You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.
tar: This does not look like a tar archive
tar: Error exit delayed from previous errors
I'm not sure if I was supposed to download any sort of archive, or what ever else... and when you look in the code, it shows that it removes things... I'm definitely not understanding something.
My end goal is to compile modules, If I'm doing anything wrong, please let me know.