MP3-project

所属分类:其他嵌入式/单片机内容
开发工具:C/C++
文件大小:976KB
下载次数:478
上传日期:2006-03-23 23:55:41
上 传 者子虚乌有
说明:  编译后直接运行的MP3播放器全部C语言源代码 一个包含FAT文件系统、系统引导 Boot、FLASH Driver等内容的,可以编译后直接运行的MP3播放器的全部C语言源代码, 适合小型嵌入式系统研究。
(compiled directly running the MP3 player all C language source code contains a FAT file system. boot Boot, FLASH Driver and other content. it can be compiled directly after running the MP3 player all the C language source code suitable for small embedded systems.)

文件列表:
apps (0, 2006-03-23)
apps\alarm_menu.c (4701, 2003-11-20)
apps\alarm_menu.h (992, 2003-01-22)
apps\applimits.h (1098, 2003-07-02)
apps\bookmark.c (36022, 2004-03-04)
apps\bookmark.h (1237, 2004-01-14)
apps\credits.c (2651, 2003-11-20)
apps\credits.h (1094, 2002-05-31)
apps\credits.pl (540, 2003-02-16)
apps\debug_menu.c (42714, 2004-03-04)
apps\debug_menu.h (1132, 2002-10-10)
apps\FILES (144, 2003-07-29)
apps\keyboard.h (1004, 2002-12-04)
apps\lang (0, 2006-03-23)
apps\language.c (2597, 2004-01-30)
apps\language.h (1208, 2004-01-30)
apps\lang\afrikaans.lang (15218, 2003-04-22)
apps\lang\czech.lang (34046, 2004-03-04)
apps\lang\dansk.lang (22462, 2003-04-22)
apps\lang\deutsch.lang (34440, 2004-03-04)
apps\lang\english.lang (29534, 2004-01-30)
apps\lang\espanol.lang (34759, 2004-03-04)
apps\lang\francais.lang (34246, 2004-03-04)
apps\lang\galego.lang (27895, 2003-08-22)
apps\lang\greek.lang (22712, 2003-04-22)
apps\lang\hebrew.lang (15768, 2003-04-22)
apps\lang\islenska.lang (35570, 2003-11-03)
apps\lang\italiano.lang (35629, 2003-11-03)
apps\lang\nederlands.lang (33842, 2004-03-04)
apps\lang\norsk.lang (26295, 2003-04-29)
apps\lang\polski-ascii.lang (35360, 2003-12-04)
apps\lang\polski.lang (35437, 2003-12-04)
apps\lang\portugues.lang (18838, 2003-04-22)
apps\lang\romaneste.lang (27140, 2003-06-13)
apps\lang\russian.lang (22051, 2003-04-30)
apps\lang\slovenscina.lang (34067, 2003-08-19)
apps\lang\svenska.lang (33858, 2004-01-30)
apps\lang\turkce.lang (19571, 2003-04-22)
apps\lang\wallisertitsch.lang (34498, 2004-03-11)
apps\main.c (5623, 2004-01-06)
... ...

__________ __ ___. Open \______ \ ____ ____ | | _\_ |__ _______ ___ Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ \/ \/ \/ \/ \/ Build Your Own Rockbox 1. Check out 'rockbox' from CVS (or extract a downloaded archive). You want to check out 'rockbox-devel' instead if you want the simulator code too (for trying out things on host before making target tests). (For more information about the simulator, read UISIMULATOR.) $ cvs -d:pserver:anonymous@cvs.rockbox.sourceforge.net:/cvsroot/rockbox login $ cvs -z3 -d:pserver:anonymous@cvs.rockbox.sourceforge.net:/cvsroot/rockbox co rockbox or $ tar xzf rockbox.tar.gz 2. Create a build directory, preferably in the same directory as the firmware/ and apps/ directories. This is where all generated files will be written. $ cd rockbox $ mkdir build $ cd build 4. In your build directory, run the 'tools/configure' script and enter what target you want to build for and if you want a debug version or not (and a few more questions). It'll prompt you. The debug version is for making a gdb version out of it. It is only useful if you run gdb towards your target Archos. $ ../tools/configure 5. *ploink*. Now you have got a Makefile generated for you. 6. Make sure you have sh-elf-gcc and siblings in the PATH. Make sure that you have 'perl' in your PATH too. $ which sh-elf-gcc $ which perl 7. Run 'make' and soon the necessary pieces from the firmware and the apps directories have been compiled, linked and scrambled for you. $ make 8. Copy the archos.mod or ajbrec.ajz file to your archos, reboot it and *smile*. Recent Rockbox versions need no reboots, just PLAY a new rockbox version and that'll be loaded and replace the currently running version. $ mount /dev/sda1 /mnt/archos $ cp ajbrec.ajz /mnt/archos $ umount /mnt/archos Whenever the tools/configure script gets updated, you can make your makefile updated too by running 'tools/configure update'. If you want to build for more than one target, just create several build directories and create a setup for each target: $ mkdir build-fmrecorder $ cd build-fmrecorder $ ../tools/configure $ mkdir build-player $ cd build-player $ ../tools/configure Questions anyone? Ask on the mailing list. We'll be happy to help you!

近期下载者

相关文件


收藏者