Advertising
- dberg918 4/4/07
- Wednesday, April 4th, 2007 at 9:45:41pm MDT
- Hunk #1 succeeded at 1604 (offset 4 lines).
- patching file apps/playback.c
- Hunk #1 succeeded at 2750 (offset 34 lines).
- Hunk #2 succeeded at 2891 (offset 34 lines).
- patching file firmware/export/id3.h
- Hunk #2 succeeded at 218 (offset 1 line).
- Owner@YOUR-A318E52234 ~/rockbox-20070403
- $ mkdir build
- Owner@YOUR-A318E52234 ~/rockbox-20070403
- $ cd build
- Owner@YOUR-A318E52234 ~/rockbox-20070403/build
- $ ../tools/configure
- Enter target platform:
- ==Archos== ==iriver== ==Apple iPod==
- 0) Player/Studio 10) H120/H140 20) Color/Photo
- 1) Recorder 11) H320/H340 21) Nano
- 2) FM Recorder 12) iHP-100/110/115 22) Video
- 3) Recorder v2 13) iFP-790 23) 3G
- 4) Ondio SP 14) H10 20Gb 24) 4G Grayscale
- 5) Ondio FM 15) H10 5/6Gb 25) Mini 1G
- 6) AV300 26) Mini 2G
- ==iAudio== ==Toshiba== ==SanDisk==
- 30) X5/X5V/X5L 40) Gigabeat F 50) Sansa e200
- 31) M5/M5L 51) Sansa e200R
- ==Tatung==
- 60) Elio TPJ-1022
- 14
- Platform set to h10
- Build (N)ormal, (A)dvanced, (S)imulator, (B)ootloader, (M)anual, (V)oice? (N)
- N
- Normal build selected
- Using source code root directory: /home/Owner/rockbox-20070403
- Using arm-elf-gcc 4.0.2 (400)
- Created Makefile
- Owner@YOUR-A318E52234 ~/rockbox-20070403/build
- $ make
- gcc -g rdf2binary.c -o rdf2binary
- gcc -g convbdf.c -o convbdf
- gcc -g codepages.c codepage_tables.c -o codepages
- gcc -DAPPLICATION_NAME=\"bmp2rb\" -g bmp2rb.c -o bmp2rb
- gcc -O -ansi -g -c -o scramble.o scramble.c
- gcc -O -ansi -g -c -o iriver.o iriver.c
- gcc -O -ansi -g -c -o mi4.o mi4.c
- gcc -O -ansi -g -c -o gigabeat.o gigabeat.c
- gcc -g scramble.o iriver.o mi4.o gigabeat.o -o scramble
- Create sysfont.h
- Header parsed
- CC ata_idle_notify.c
- CC backlight.c
- CC buffer.c
- CC id3.c
- CC powermgmt.c
- CC system.c
- CC usb.c
- CC hwcompat.c
- CC kernel.c
- CC rolo.c
- CC thread.c
- thread.c:72:2: warning: #warning "Core locking mechanism should be fixed on H10/
- 4G!"
- thread.c:67: warning: 'cores_locked' defined but not used
- CC timer.c
- CC panic.c
- CC debug.c
- CC common/atoi.c
- CC common/crc32.c
- CC common/ctype.c
- CC common/dir.c
- CC common/file.c
- CC common/dircache.c
- CC common/disk.c
- CC common/errno.c
- CC common/memcmp.c
- CC common/memchr.c
- CC common/qsort.c
- CC common/random.c
- CC common/sprintf.c
- CC common/strcasecmp.c
- CC common/strcasestr.c
- CC common/strcat.c
- CC common/strchr.c
- CC common/strcmp.c
- CC common/strcpy.c
- CC common/strncmp.c
- CC common/strncpy.c
- CC common/strrchr.c
- CC common/strtok.c
- CC common/structec.c
- CC common/timefuncs.c
- CC common/unicode.c
- CC arabjoin.c
- CC bidi.c
- CC font_cache.c
- CC font.c
- CC hangul.c
- CC lru.c
- CC drivers/lcd-16bit.c
- CC drivers/led.c
- CC drivers/button.c
- CC drivers/dac.c
- CC drivers/serial.c
- CC drivers/ata.c
- CC drivers/fat.c
- CC drivers/rtc/rtc_e8564.c
- CC mp3data.c
- CC sound.c
- CC general.c
- CC pcm_sampr.c
- CC replaygain.c
- CC pcm_playback.c
- CC enc_base.c
- CC pcm_record.c
- CC drivers/wm8731l.c
- CC drivers/arcotg_udc.c
- CC target/arm/memcpy-arm.S
- CC target/arm/memmove-arm.S
- CC common/strlen.c
- CC target/arm/memset-arm.S
- CC target/arm/memset16-arm.S
- CC target/arm/memswap128-arm.S
- CC target/arm/i2c-pp.c
- CC target/arm/pcm-pp.c
- CC target/arm/audio-pp.c
- CC target/arm/crt0-pp.S
- CC target/arm/ata-as-arm.S
- CC target/arm/ata-pp5020.c
- CC target/arm/wmcodec-pp.c
- CC target/arm/i2s-pp.c
- CC target/arm/iriver/h10/adc-h10.c
- CC target/arm/iriver/h10/backlight-h10.c
- CC target/arm/iriver/h10/button-h10.c
- CC target/arm/iriver/h10/lcd-h10_20gb.c
- CC target/arm/iriver/h10/power-h10.c
- CC target/arm/usb-pp.c
- CONVBDF
- CC sysfont.c
- Header parsed
- AR+RANLIB librockbox.a
- MAKE in bitmaps/mono
- AR+RANLIB libbitmapsmono.a
- MAKE in bitmaps/native
- BMP2RB rockboxlogo.160x50x16.bmp
- CC rockboxlogo.160x50x16.c
- BMP2RB usblogo.128x37x16.bmp
- CC usblogo.128x37x16.c
- AR+RANLIB libbitmapsnative.a
- MAKE in bitmaps/mono
- make[2]: Nothing to be done for `all'.
- MAKE in bitmaps/native
- make[2]: Nothing to be done for `all'.
- GENLANG
- CC lang.c
- CC action.c
- CC alarm_menu.c
- CC abrepeat.c
- CC bookmark.c
- CC debug_menu.c
- CC filetypes.c
- CC language.c
- CC main.c
- CC main_menu.c
- CC menu.c
- CC menus/display_menu.c
- CC menus/eq_menu.c
- CC menus/main_menu.c
- CC menus/playback_menu.c
- CC menus/playlist_menu.c
- CC menus/recording_menu.c
- CC menus/settings_menu.c
- CC menus/sound_menu.c
- CC misc.c
- CC onplay.c
- CC playlist.c
- CC playlist_catalog.c
- CC playlist_viewer.c
- CC plugin.c
- CC root_menu.c
- CC screens.c
- CC settings.c
- CC settings_list.c
- CC status.c
- CC cuesheet.c
- CC talk.c
- CC tree.c
- CC tagtree.c
- CC filetree.c
- CC scrobbler.c
- CC screen_access.c
- CC gui/buttonbar.c
- CC gui/gwps.c
- CC gui/gwps-common.c
- CC gui/icon.c
- CC gui/list.c
- CC gui/option_select.c
- CC gui/quickscreen.c
- CC gui/scrollbar.c
- CC gui/splash.c
- CC gui/statusbar.c
- CC gui/textarea.c
- CC gui/yesno.c
- CC recorder/bmp.c
- CC recorder/icons.c
- CC recorder/keyboard.c
- CC recorder/peakmeter.c
- CC recorder/backdrop.c
- CC gui/color_picker.c
- CC recorder/recording.c
- CC pcmbuf.c
- CC playback.c
- CC codecs.c
- CC dsp.c
- CC enc_config.c
- CC eq.c
- CC dsp_arm.S
- CC eq_arm.S
- CC metadata.c
- CC tagcache.c
- CC keymaps/keymap-h10.c
- Build linkage.lds
- LD rockbox.elf
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x88): undefined
- reference to `__compound_literal.4'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0xa4): undefined
- reference to `__compound_literal.8'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x140): undefined
- reference to `__compound_literal.18'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x14c): undefined
- reference to `__compound_literal.20'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x158): undefined
- reference to `__compound_literal.22'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x304): undefined
- reference to `__compound_literal.44'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x32c): undefined
- reference to `__compound_literal.47'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x368): undefined
- reference to `__compound_literal.53'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x374): undefined
- reference to `__compound_literal.55'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x380): undefined
- reference to `__compound_literal.57'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x38c): undefined
- reference to `__compound_literal.59'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x398): undefined
- reference to `__compound_literal.61'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x3a4): undefined
- reference to `__compound_literal.63'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x3d8): undefined
- reference to `__compound_literal.67'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x3e4): undefined
- reference to `__compound_literal.69'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x3fc): undefined
- reference to `__compound_literal.72'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x408): undefined
- reference to `__compound_literal.74'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x420): undefined
- reference to `__compound_literal.77'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x42c): undefined
- reference to `__compound_literal.79'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x438): undefined
- reference to `__compound_literal.81'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x444): undefined
- reference to `__compound_literal.83'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x46c): undefined
- reference to `__compound_literal.86'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x478): undefined
- reference to `__compound_literal.88'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x49c): undefined
- reference to `__compound_literal.92'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x4d0): undefined
- reference to `__compound_literal.96'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x4dc): undefined
- reference to `__compound_literal.98'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x558): undefined
- reference to `__compound_literal.104'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x7dc): undefined
- reference to `__compound_literal.132'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x7f4): undefined
- reference to `__compound_literal.135'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x800): undefined
- reference to `__compound_literal.137'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x818): undefined
- reference to `__compound_literal.140'
- /home/Owner/rockbox-20070403/build/apps/settings_list.o:(.data+0x884): undefined
- reference to `__compound_literal.150'
- collect2: ld returned 1 exit status
- make[1]: *** [/home/Owner/rockbox-20070403/build/apps/rockbox.elf] Error 1
- make: *** [all] Error 2
- Owner@YOUR-A318E52234 ~/rockbox-20070403/build
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.