Advertisement
Guest User

error when rockboxdev.sh is run

a guest
Apr 1st, 2010
560
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. root@shikhar-laptop:/home/shikhar/Desktop/rockbox/build# ../tools/rockboxdev.sh
  2. Download directory: /tmp/rbdev-dl (set RBDEV_DOWNLOAD to change dir)
  3. Install prefix: /usr/local/[target] (set RBDEV_PREFIX to change dir)
  4. Build dir: /tmp/rbdev-build (set RBDEV_BUILD to change dir)
  5.  
  6. Select target arch:
  7. s - sh (Archos models)
  8. m - m68k (iriver h1x0/h3x0, ifp7x0 and iaudio)
  9. a - arm (ipods, iriver H10, Sansa, etc)
  10. e - arm-eabi (same as above, new testing toolchain)
  11. i - mips (Jz4740 and ATJ-based players)
  12. separate multiple targets with spaces
  13. (Example: "s m a" will build sh, m86k and arm)
  14.  
  15. a
  16.  
  17.  
  18. In case you encounter a slow internet connection, you can use an alternative mirror.
  19. A list of other GNU mirrors is available here: http://www.gnu.org/prep/ftp.html
  20.  
  21. Usage: GNU_MIRROR=[URL] ./rockboxdev.sh
  22.  
  23. Example:
  24. $ GNU_MIRROR=http://mirrors.kernel.org/gnu ./rockboxdev.sh
  25.  
  26. binutils 2.16.1 already downloaded
  27. ROCKBOXDEV: Downloading ftp://ftp.gnu.org/pub/gnu/gcc/gcc-4.0.3/gcc-core-4.0.3.tar.bz2 using wget
  28. --2010-04-02 07:07:03-- ftp://ftp.gnu.org/pub/gnu/gcc/gcc-4.0.3/gcc-core-4.0.3.tar.bz2
  29. Resolving vsnlproxy.iitk.ac.in... 172.31.1.227
  30. Connecting to vsnlproxy.iitk.ac.in|172.31.1.227|:3128... connected.
  31. Proxy request sent, awaiting response... 200 OK
  32. Length: 15573608 (15M) [application/octet-stream]
  33. Saving to: `/tmp/rbdev-dl/gcc-core-4.0.3.tar.bz2'
  34.  
  35. 100%[======================================>] 1,55,73,608 1.76M/s in 16s
  36.  
  37. 2010-04-02 07:07:24 (949 KB/s) - `/tmp/rbdev-dl/gcc-core-4.0.3.tar.bz2' saved [15573608/15573608]
  38.  
  39. ROCKBOXDEV: Downloading http://www.rockbox.org/gcc/rockbox-multilibs-arm-elf-gcc-4.0.3_3.diff using wget
  40. --2010-04-02 07:07:24-- http://www.rockbox.org/gcc/rockbox-multilibs-arm-elf-gcc-4.0.3_3.diff
  41. Resolving vsnlproxy.iitk.ac.in... 172.31.1.227
  42. Connecting to vsnlproxy.iitk.ac.in|172.31.1.227|:3128... connected.
  43. Proxy request sent, awaiting response... 200 OK
  44. Length: 1420 (1.4K) [text/x-diff]
  45. Saving to: `/tmp/rbdev-dl/rockbox-multilibs-arm-elf-gcc-4.0.3_3.diff'
  46.  
  47. 100%[======================================>] 1,420 --.-K/s in 0s
  48.  
  49. 2010-04-02 07:07:25 (76.3 MB/s) - `/tmp/rbdev-dl/rockbox-multilibs-arm-elf-gcc-4.0.3_3.diff' saved [1420/1420]
  50.  
  51. ============================ Summary ============================
  52. target: arm-elf
  53. gcc version: 4.0.3
  54. gcc patch: rockbox-multilibs-arm-elf-gcc-4.0.3_3.diff
  55. binutils: 2.16.1
  56. installation target: /usr/local/arm-elf
  57.  
  58. When done, append /usr/local/arm-elf/bin to PATH
  59. =================================================================
  60. ROCKBOXDEV: extracting binutils-2.16.1 in /tmp/rbdev-build
  61.  
  62. bunzip2: Compressed file ends unexpectedly;
  63. perhaps it is corrupted? *Possible* reason follows.
  64. bunzip2: Inappropriate ioctl for device
  65. Input file = (stdin), output file = (stdout)
  66.  
  67. It is possible that the compressed file(s) have become corrupted.
  68. You can use the -tvv option to test integrity of such files.
  69.  
  70. You can use the `bzip2recover' program to attempt to recover
  71. data from undamaged sections of corrupted files.
  72.  
  73. tar: This does not look like a tar archive
  74. tar: Exiting with failure status due to previous errors
  75. root@shikhar-laptop:/home/shikhar/Desktop/rockbox/build#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement