rendered paste body
HP_Administrator@HP06 ~
$ cd rockbox
HP_Administrator@HP06 ~/rockbox
$ mkdir build
HP_Administrator@HP06 ~/rockbox
$ cd build
HP_Administrator@HP06 ~/rockbox/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
22
Platform set to ipodvideo
Build (N)ormal, (A)dvanced, (S)imulator, (B)ootloader, (M)anual, (V)oice? (N)
N
Normal build selected
Using source code root directory: /home/HP_Administrator/rockbox
Using arm-elf-gcc 3.4.3 (304)
Found and uses ccache (/usr/bin/ccache)
Created Makefile
HP_Administrator@HP06 ~/rockbox/build
$ make rocks
gcc -g rdf2binary.c -o rdf2binary
gcc -g convbdf.c -o convbdf
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
gcc -g ipod_fw.c -o ipod_fw
gcc -DAPPLICATION_NAME=\"bmp2rb\" -g bmp2rb.c -o bmp2rb
gcc -g codepages.c codepage_tables.c -o codepages
MAKE in bitmaps/mono
AR+RANLIB libbitmapsmono.a
MAKE in bitmaps/native
BMP2RB rockboxlogo.320x98x16.bmp
CC rockboxlogo.320x98x16.c
BMP2RB usblogo.176x48x16.bmp
CC usblogo.176x48x16.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'.
make[2]: *** No rule to make target `sysfont.h', needed by `/home/HP_Administrat
or/rockbox/build/apps/codecs/lib/codeclib.o'. Stop.
make[1]: *** [build-codecs] Error 2
make: *** [rocks] Error 2
HP_Administrator@HP06 ~/rockbox/build
$