Advertisement
Guest User

Untitled

a guest
Mar 16th, 2011
450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. saint@ubuntu:~$ export PATH=/home/Android/android-sdk-linux_x86:$PATH
  2. saint@ubuntu:~$ export PATH=/home/Android/android-ndk-r5b:$PATH
  3. saint@ubuntu:~$ cd Rockbox/rockbox/RaaA/
  4. saint@ubuntu:~/Rockbox/rockbox/RaaA$ ./../tools/configure
  5. Using temporary directory /tmp
  6. Enter target platform:
  7. ==Archos== ==iriver== ==Apple iPod==
  8. 0) Player/Studio 10) H120/H140 20) Color/Photo
  9. 1) Recorder 11) H320/H340 21) Nano 1G
  10. 2) FM Recorder 12) iHP-100/110/115 22) Video
  11. 3) Recorder v2 13) iFP-790 23) 3G
  12. 4) Ondio SP 14) H10 20Gb 24) 4G Grayscale
  13. 5) Ondio FM 15) H10 5/6Gb 25) Mini 1G
  14. 6) AV300 26) Mini 2G
  15. ==Toshiba== 27) 1G, 2G
  16. ==Cowon/iAudio== 40) Gigabeat F/X 28) Nano 2G
  17. 30) X5/X5V/X5L 41) Gigabeat S 29) Classic/6G
  18. 31) M5/M5L
  19. 32) 7 ==Olympus= ==SanDisk==
  20. 33) D2 70) M:Robe 500 50) Sansa e200
  21. 34) M3/M3L 71) M:Robe 100 51) Sansa e200R
  22. 52) Sansa c200
  23. ==Creative== ==Philips== 53) Sansa m200
  24. 90) Zen Vision:M 30GB 100) GoGear SA9200 54) Sansa c100
  25. 91) Zen Vision:M 60GB 101) GoGear HDD1630/ 55) Sansa Clip
  26. 92) Zen Vision HDD1830 56) Sansa e200v2
  27. 102) GoGear HDD6330 57) Sansa m200v4
  28. ==Onda== 58) Sansa Fuze
  29. 120) VX747 ==Meizu== 59) Sansa c200v2
  30. 121) VX767 110) M6SL 60) Sansa Clipv2
  31. 122) VX747+ 111) M6SP 61) Sansa View
  32. 123) VX777 112) M3 62) Sansa Clip+
  33. 63) Sansa Fuze v2
  34. ==Samsung== ==Tatung==
  35. 140) YH-820 150) Elio TPJ-1022 ==Logik==
  36. 141) YH-920 80) DAX 1GB MP3/DAB
  37. 142) YH-925 ==Packard Bell==
  38. 143) YP-S3 160) Vibe 500 ==Lyre project==
  39. 130) Lyre proto 1
  40. ==Application== ==MPIO== 131) Mini2440
  41. 200) SDL 170) HD200
  42. 201) Android 171) HD300
  43. 202) Nokia N8xx
  44. 203) Nokia N900
  45. 204) Pandora
  46.  
  47. 201
  48. Enter the LCD width (default: 320)
  49. 240
  50. Enter the LCD height (default: 480)
  51. 320
  52. Selected 240 x 320 resolution
  53. Platform set to android
  54. Build (N)ormal, (A)dvanced, (S)imulator, (B)ootloader, (C)heckWPS, (D)atabase tool, (M)anual: (Defaults to N)
  55.  
  56. Normal build selected
  57. Building Rockbox as an Application
  58. Using source code root directory: /home/saint/Rockbox/rockbox
  59. ./../tools/configure: 3332: arm-linux-androideabi-gcc: not found
  60. ./../tools/configure: 3340: arm-linux-androideabi-ld: not found
  61. [WARNING] The compiler you must use (arm-linux-androideabi-gcc) is not in your path!
  62. [WARNING] this may cause your build to fail since we cannot do the
  63. [WARNING] checks we want now.
  64. Using arm-linux-androideabi-ld
  65. Created Makefile
  66.  
  67. saint@ubuntu:~/Rockbox/rockbox/RaaA$ echo $PATH
  68. /home/Android/android-ndk-r5b:/home/Android/android-sdk-linux_x86:/usr/local/arm-elf/bin:/usr/local/arm-elf/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
  69. saint@ubuntu:~/Rockbox/rockbox/RaaA$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement