Don't like ads? PRO users don't see any ads ;-)
Guest

Hillshum

By: a guest on Oct 27th, 2008  |  syntax: Bash  |  size: 7.14 KB  |  hits: 291  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.  
  2. Hilton@SLIMBLACK ~/git/mainline
  3. $ mkdir ads
  4.  
  5. Hilton@SLIMBLACK ~/git/mainline
  6. $ cd ads
  7.  
  8. Hilton@SLIMBLACK ~/git/mainline/ads
  9. $ ../tools/configure
  10. Enter target platform:
  11.  ==Archos==               ==iriver==             ==Apple iPod==
  12.   0) Player/Studio        10) H120/H140          20) Color/Photo
  13.   1) Recorder             11) H320/H340          21) Nano
  14.   2) FM Recorder          12) iHP-100/110/115    22) Video
  15.   3) Recorder v2          13) iFP-790            23) 3G
  16.   4) Ondio SP             14) H10 20Gb           24) 4G Grayscale
  17.   5) Ondio FM             15) H10 5/6Gb          25) Mini 1G
  18.   6) AV300                                       26) Mini 2G
  19.                                                  27) 1G, 2G
  20.  
  21.  ==iAudio==               ==Toshiba==            ==SanDisk==
  22.  30) X5/X5V/X5L           40) Gigabeat F         50) Sansa e200
  23.  31) M5/M5L               41) Gigabeat S         51) Sansa e200R
  24.  32) 7                                           52) Sansa c200
  25.  33) Cowon D2                                    53) Sansa m200
  26.  34) M3/M3L                                      54) Sansa c100
  27.                                                  55) Sansa Clip
  28.                                                  56) Sansa e200v2
  29.                                                  57) Sansa Fuze
  30.  
  31.  ==Tatung==               ==Olympus==            ==Logik==
  32.  60) Elio TPJ-1022        70) M:Robe 500         80) DAX 1GB MP3/DAB
  33.                           71) M:Robe 100
  34.  
  35.  ==Creative==             ==Philips==            ==Meizu==
  36.  90) Zen Vision:M 30GB    100) GoGear SA9200     110) M6SL
  37.  91) Zen Vision:M 60GB    101) GoGear HDD1630    111) M6SP
  38.  92) Zen Vision                                  112) M3
  39.  
  40.  ==Onda==
  41.  120) VX747
  42.  121) VX767
  43. 56
  44. Platform set to e200v2
  45. Build (N)ormal, (A)dvanced, (S)imulator, (B)ootloader, (M)anual: (Defaults to N)
  46.  
  47. B
  48. Bootloader build selected
  49. Using source code root directory: /home/Hilton/git/mainline
  50. Using arm-elf-gcc 4.0.3 (400)
  51. Using arm-elf-ld 2.16
  52. Created Makefile
  53.  
  54. Hilton@SLIMBLACK ~/git/mainline/ads
  55. $ make -J
  56. make: invalid option -- J
  57. Usage: make [options] [target] ...
  58. Options:
  59.   -b, -m                      Ignored for compatibility.
  60.   -B, --always-make           Unconditionally make all targets.
  61.   -C DIRECTORY, --directory=DIRECTORY
  62.                               Change to DIRECTORY before doing anything.
  63.   -d                          Print lots of debugging information.
  64.   --debug[=FLAGS]             Print various types of debugging information.
  65.   -e, --environment-overrides
  66.                               Environment variables override makefiles.
  67.   -f FILE, --file=FILE, --makefile=FILE
  68.                               Read FILE as a makefile.
  69.   -h, --help                  Print this message and exit.
  70.   -i, --ignore-errors         Ignore errors from commands.
  71.   -I DIRECTORY, --include-dir=DIRECTORY
  72.                               Search DIRECTORY for included makefiles.
  73.   -j [N], --jobs[=N]          Allow N jobs at once; infinite jobs with no arg.
  74.   -k, --keep-going            Keep going when some targets can't be made.
  75.  -l [N], --load-average[=N], --max-load[=N]
  76.                              Don't start multiple jobs unless load is below N.
  77.   -L, --check-symlink-times   Use the latest mtime between symlinks and target.
  78.   -n, --just-print, --dry-run, --recon
  79.                               Don't actually run any commands; just print them.
  80.  -o FILE, --old-file=FILE, --assume-old=FILE
  81.                              Consider FILE to be very old and don't remake it.
  82.   -p, --print-data-base       Print make's internal database.
  83.  -q, --question              Run no commands; exit status says if up to date.
  84.  -r, --no-builtin-rules      Disable the built-in implicit rules.
  85.  -R, --no-builtin-variables  Disable the built-in variable settings.
  86.  -s, --silent, --quiet       Don't echo commands.
  87.   -S, --no-keep-going, --stop
  88.                               Turns off -k.
  89.   -t, --touch                 Touch targets instead of remaking them.
  90.   -v, --version               Print the version number of make and exit.
  91.   -w, --print-directory       Print the current directory.
  92.   --no-print-directory        Turn off -w, even if it was turned on implicitly.
  93.   -W FILE, --what-if=FILE, --new-file=FILE, --assume-new=FILE
  94.                               Consider FILE to be infinitely new.
  95.   --warn-undefined-variables  Warn when an undefined variable is referenced.
  96.  
  97. This program built for i686-pc-cygwin
  98. Report bugs to <bug-make@gnu.org>
  99.  
  100. Hilton@SLIMBLACK ~/git/mainline/ads
  101. $ make -j
  102. make[1]: `rdf2binary' is up to date.
  103. make[1]: `convbdf' is up to date.
  104. make[1]: `codepages' is up to date.
  105. make[1]: `bmp2rb' is up to date.
  106. Create sysfont.h
  107. CC ata_idle_notify.c
  108. CC events.c
  109. CC backlight.c
  110. CC buffer.c
  111. CC id3.c
  112. CC powermgmt.c
  113. CC system.c
  114. CC usb.c
  115. CC kernel.c
  116. CC rolo.c
  117. CC thread.c
  118. CC timer.c
  119. CC panic.c
  120. CC debug.c
  121. CC common/atoi.c
  122. CC common/crc32.c
  123. CC common/ctype.c
  124. thread.c:814:6: warning: #warning core_sleep not implemented, battery life will
  125. be decreased
  126. CC common/dir_uncached.c
  127. rolo.c: In function 'rolo_load':
  128. rolo.c:202: warning: unused variable 'i'
  129. CC common/file.c
  130. CC common/disk.c
  131. CC common/errno.c
  132. CC common/memcmp.c
  133. CC common/memchr.c
  134. CC common/qsort.c
  135. CC common/random.c
  136. CC common/sprintf.c
  137. CC common/strcasecmp.c
  138. CC common/strcasestr.c
  139. CC common/strcat.c
  140. CC common/strchr.c
  141. CC common/strcmp.c
  142. CC common/strcpy.c
  143. CC common/strncmp.c
  144. CC common/strncpy.c
  145. CC common/strrchr.c
  146. CC common/strtok.c
  147. CC common/strstr.c
  148. CC common/structec.c
  149. CC common/timefuncs.c
  150. CC common/unicode.c
  151. CC scroll_engine.c
  152. CC arabjoin.c
  153. CC bidi.c
  154. CC font_cache.c
  155. CC font.c
  156. CC hangul.c
  157. CC lru.c
  158. CC drivers/lcd-16bit.c
  159. CC drivers/led.c
  160. CC drivers/button.c
  161. CC drivers/serial.c
  162. CC drivers/fat.c
  163. CC hotswap.c
  164. CC mp3data.c
  165. CC sound.c
  166. CC target/arm/memcpy-arm.S
  167. CC target/arm/memmove-arm.S
  168. CC common/strlen.c
  169. CC target/arm/memset-arm.S
  170. CC target/arm/memset16-arm.S
  171. CC target/arm/as3525/system-as3525.c
  172. CC target/arm/as3525/sansa-e200v2/lcd-e200v2.c
  173. CC target/arm/crt0.S
  174. sound.c:45:2: warning: #warning define for VOLUME_MIN and VOLUME_MAX is missing
  175. CONVBDF
  176. CC sysfont.c
  177. AR+RANLIB librockbox.a
  178. MAKE in bitmaps/mono
  179. MAKE in bitmaps/native
  180. AR+RANLIB libbitmapsmono.a
  181. BMP2RB rockboxlogo.176x54x16.bmp
  182. CC rockboxlogo.176x54x16.c
  183. AR+RANLIB libbitmapsnative.a
  184. MAKE in bitmaps/mono
  185. MAKE in bitmaps/native
  186. make[2]: Nothing to be done for `all'.
  187. make[2]: Nothing to be done for `all'.
  188. CC common.c
  189. CC sansa_as3525.c
  190. CC show_logo.c
  191. CC ata_inand.c
  192. Build linkage.lds
  193. LD bootloader.elf
  194. /home/Hilton/git/mainline/ads/bootloader/sansa_as3525.o: In function `sdram_test
  195. ':
  196. sansa_as3525.c:(.text.sdram_test+0x198): undefined reference to `button_read_dev
  197. ice'
  198. /home/Hilton/git/mainline/ads/bootloader/sansa_as3525.o: In function `main':
  199. sansa_as3525.c:(.text.main+0x70): undefined reference to `lcd_init_device'
  200. sansa_as3525.c:(.text.main+0x7c): undefined reference to `lcd_enable'
  201. sansa_as3525.c:(.text.main+0x80): undefined reference to `button_init_device'
  202. collect2: ld returned 1 exit status
  203. make[1]: *** [/home/Hilton/git/mainline/ads/bootloader/bootloader.elf] Error 1
  204. make: *** [build] Error 2