Commit graph

827 commits

Author SHA1 Message Date
Jens Arnold
43528c770e Make the SDL simulator a console app on cygwin, and circumvent SDL_main. Debug output finally appears on the console again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11309 a1c6a512-1295-4272-9138-f99709370657
2006-10-22 12:41:13 +00:00
Daniel Stenberg
55d1675ada make mapzip creates a dedicated zip file with all the .map files from a build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11236 a1c6a512-1295-4272-9138-f99709370657
2006-10-16 09:31:17 +00:00
Peter D'Hoye
ae3d7851ce Add 'make bin' to the 'make help' output
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11140 a1c6a512-1295-4272-9138-f99709370657
2006-10-06 19:05:08 +00:00
Barry Wardell
d4945dc0d0 Move all iPod targets into the target tree. FS#5890
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11129 a1c6a512-1295-4272-9138-f99709370657
2006-10-05 10:58:51 +00:00
Barry Wardell
ce74dc0743 Cleaner implementation of the recent OSX simulator build fix. No need to define SHARED_FLAG in each Makefile. Just have configure create it in the root Makefile instead.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11095 a1c6a512-1295-4272-9138-f99709370657
2006-09-29 20:04:36 +00:00
Barry Wardell
64f949f295 Allow UI simulator to be build on OS (Slightly updated version of FS5767)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11094 a1c6a512-1295-4272-9138-f99709370657
2006-09-29 16:15:11 +00:00
Rani Hod
f2d3869a87 1. removed -g from default coldfire GCCOPTS (still active for debug builds).
2. enabled GCCOPTIMIZE for all non-debug builds, e.g., logf builds.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10994 a1c6a512-1295-4272-9138-f99709370657
2006-09-18 18:13:33 +00:00
Barry Wardell
24ca76ffec H10 fixes: Split LCD driver up into two drivers, one for each LCD type. Improvements to 20GB LCD driver - support for enable/disable, contrast adjustment, make the update code clearer and ~4% faster, support for flipping, support for invert. Fix CPU frequency for both models. Fix default battery capacity for 5/6GB.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10910 a1c6a512-1295-4272-9138-f99709370657
2006-09-09 19:02:18 +00:00
Magnus Holmgren
4ae9655f71 Use a better target cpu for gcc when building for coldfire targets. Makes the code slightly smaller and slightly faster. Tested with gcc 3.4.6 and 4.0.3. You'll need to re-run configure for this to be applied.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10880 a1c6a512-1295-4272-9138-f99709370657
2006-09-04 18:34:29 +00:00
Daniel Stenberg
141b60d6ce make target_id for tpj1022 unique, 23 was already in use
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10833 a1c6a512-1295-4272-9138-f99709370657
2006-08-31 20:46:11 +00:00
Dave Chapman
657dcb5165 Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another PortalPlayer PP5020 target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10828 a1c6a512-1295-4272-9138-f99709370657
2006-08-31 19:19:35 +00:00
Dave Chapman
6af8603d9a Document the new boottool and bootoutput variables
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10826 a1c6a512-1295-4272-9138-f99709370657
2006-08-31 12:31:16 +00:00
Barry Wardell
3d10a810ed H10 changes: power_off() now actually powers off. Fix wrong bitwise operation when disabling sound. Fix filenames when building a bootloader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10822 a1c6a512-1295-4272-9138-f99709370657
2006-08-31 09:59:35 +00:00
Dave Chapman
8094951ba8 Add boottool and bootoutput variables to allow different a scrambling tool and output filename when building a bootloader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10820 a1c6a512-1295-4272-9138-f99709370657
2006-08-31 09:39:54 +00:00
Marcoen Hirschberg
ae8d47574d add Gigabeat support to the scramble tools
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10817 a1c6a512-1295-4272-9138-f99709370657
2006-08-30 23:47:09 +00:00
Daniel Stenberg
c704db6b96 Brand new repolished menu for selecting target. Renumbered all options and
I've tried to group them better and easier under each manufacturer. This also
means that we've now entirely decoupled the menu selection number from the
target_id number used within configure and passed along to the build system.
I also hushed up the script before the main selection menu is written to
the screen.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10814 a1c6a512-1295-4272-9138-f99709370657
2006-08-30 21:53:26 +00:00
Jonas Häggqvist
04f07febd5 Enable crosscompiling of the SDL simulator if a crosscompiled SDL is available (and its sdl-config is in $PATH). See FS#5858 for details.
The binaries are quite large, which means that many codecs (and possibly plugins as well) won't work reliably.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10784 a1c6a512-1295-4272-9138-f99709370657
2006-08-28 11:46:54 +00:00
Daniel Stenberg
69c9d620e2 1 - made the menu shorter on screen
2 - made it possible to select target build using the short-but-unique target
 model name to allow our scripts to use this method as this will allow us to
 reorder the menu numbering without having that affect the automated scripts


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10782 a1c6a512-1295-4272-9138-f99709370657
2006-08-28 08:46:16 +00:00
Barry Wardell
1920df36d8 Add Rockbox bootloader for H10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10781 a1c6a512-1295-4272-9138-f99709370657
2006-08-28 08:11:32 +00:00
Daniel Stenberg
a3ba6725cb fixed the bootloader check to not have to get a huuuuge set of targets but
instead rely on the archosrom variable which is already set for Archos-SH
players


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10745 a1c6a512-1295-4272-9138-f99709370657
2006-08-25 12:19:08 +00:00
Barry Wardell
99c2dc5284 Add new build target for iriver H10 5/6Gb.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10661 a1c6a512-1295-4272-9138-f99709370657
2006-08-19 19:21:17 +00:00
Linus Nielsen Feltzing
f52e03f93c Add 'make bin' target to avoid building codecs and plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10612 a1c6a512-1295-4272-9138-f99709370657
2006-08-16 13:30:13 +00:00
Daniel Stenberg
4902996148 1. auto-detect and auto-use ccache if installed and present in $PATH
2. slap on -fno-strict-aliasing for gcc 4.1.x builds to see if it HIDES some
 warnings. We really should fix the source code instead.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10609 a1c6a512-1295-4272-9138-f99709370657
2006-08-16 13:02:29 +00:00
Tomasz Malesinski
17972c9267 Compile for Iriver iFP with short calls.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10554 a1c6a512-1295-4272-9138-f99709370657
2006-08-12 22:46:34 +00:00
Marcoen Hirschberg
0a0682474e initial gigabeat bootloader (only test code)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10536 a1c6a512-1295-4272-9138-f99709370657
2006-08-12 08:27:48 +00:00
Marcoen Hirschberg
dd754886f5 update the gigabeat code and move to target_tree
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10535 a1c6a512-1295-4272-9138-f99709370657
2006-08-12 08:01:54 +00:00
Hristo Kovachev
9dc0e62229 Patch #5731 by Barry Wardell: more iriver h10 work. Thanks!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10521 a1c6a512-1295-4272-9138-f99709370657
2006-08-11 08:35:27 +00:00
Daniel Stenberg
ca4bd6f599 The sansa build now uses this new mi4 creation script, working as a frontend
to the mi4code tool to do all steps from raw binary to complete mi4 file


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10429 a1c6a512-1295-4272-9138-f99709370657
2006-08-03 08:08:40 +00:00
Daniel Stenberg
95ea758686 First configure support for setting up iriver H10 and SanDisk Sansa e200
builds. TARGET_TREE is now defined by the config-*.h file and not set by
configure


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10397 a1c6a512-1295-4272-9138-f99709370657
2006-08-01 22:22:01 +00:00
Jens Arnold
05ddd9a44e X5 remote LCD drawing. This will break target linking atm - lcd_remote_update[_rect]() are not yet implemented.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10347 a1c6a512-1295-4272-9138-f99709370657
2006-07-28 07:35:45 +00:00
Linus Nielsen Feltzing
b98b895bab Fix spelling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10330 a1c6a512-1295-4272-9138-f99709370657
2006-07-26 12:26:57 +00:00
Dominik Riebeling
9413c2a4ef Add new make targets to build the manual as html.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10265 a1c6a512-1295-4272-9138-f99709370657
2006-07-20 18:07:46 +00:00
Dave Chapman
9ad33fe4b0 Add the rockbox-full.zip file to the "make clean" rule (rockbox.zip is already there).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10180 a1c6a512-1295-4272-9138-f99709370657
2006-07-03 21:15:24 +00:00
Martin Arver
8a7cbc6769 Split the ondio manual two separate fm/sp manuals (as suggested in B#5499).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10062 a1c6a512-1295-4272-9138-f99709370657
2006-06-05 11:34:41 +00:00
Dave Chapman
d49b112fd8 Use "make fullzip" when performing a simulator install
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9964 a1c6a512-1295-4272-9138-f99709370657
2006-05-20 11:26:19 +00:00
Daniel Stenberg
a420dc381e 'make zip' no longer includes the fonts. 'make fontzip' makes a font package
only. 'make fullzip' makes a full zip including fonts.

http://www.rockbox.org/mail/archive/rockbox-dev-archive-2006-05/0049.shtml


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9902 a1c6a512-1295-4272-9138-f99709370657
2006-05-10 21:57:08 +00:00
Daniel Stenberg
442b58cc3d now use -Os with patched gcc
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9856 a1c6a512-1295-4272-9138-f99709370657
2006-05-01 21:34:24 +00:00
Daniel Stenberg
5c1087beff Alert the user for gcc compiler version used for SH if not gcc4 with rockbox patch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9855 a1c6a512-1295-4272-9138-f99709370657
2006-05-01 21:21:15 +00:00
Daniel Stenberg
db738f7ce4 Fixed the 7zip and tar targets for langv2 support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9473 a1c6a512-1295-4272-9138-f99709370657
2006-04-03 21:47:18 +00:00
Daniel Stenberg
c06e7772ff langv2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9470 a1c6a512-1295-4272-9138-f99709370657
2006-04-03 21:11:11 +00:00
Dave Chapman
e698adcfc2 The ipod mini 2g gets the same manual as the ipod mini.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9408 a1c6a512-1295-4272-9138-f99709370657
2006-04-01 19:12:11 +00:00
Jens Arnold
d3feb78e40 Initial support for iPod mini 2G: Rockbox boots, LCD driver is working. No sound, no buttons, and hangs at the boot screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9363 a1c6a512-1295-4272-9138-f99709370657
2006-03-30 17:29:21 +00:00
Linus Nielsen Feltzing
a34a857dcd Proper scrambling options for the X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9187 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 14:56:00 +00:00
Daniel Stenberg
341407ace1 introducing make gzip, make bzip2 and make help
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9111 a1c6a512-1295-4272-9138-f99709370657
2006-03-19 06:57:59 +00:00
Linus Nielsen Feltzing
eed02bebcd Add the target directory tree to the include path, and set the TARGET_TREE macro for the targets that use it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8945 a1c6a512-1295-4272-9138-f99709370657
2006-03-07 12:45:45 +00:00
Marcoen Hirschberg
f2fe4e0c4c improve FreeBSD support a little
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8884 a1c6a512-1295-4272-9138-f99709370657
2006-03-02 13:07:11 +00:00
Jens Arnold
af78719bb6 x86_64 needs -fPIC to make shared object link (plugins, codecs).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8872 a1c6a512-1295-4272-9138-f99709370657
2006-03-01 00:31:38 +00:00
Marcoen Hirschberg
338e2bbb0c first gigabeat commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8831 a1c6a512-1295-4272-9138-f99709370657
2006-02-24 15:42:52 +00:00
Daniel Stenberg
753ed63d46 at popular request "make clean" no longer cleans the tools. Use
"make veryclean" to clean everything like clean did before. Also added "make
toolsclean" to clean only the tools.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8801 a1c6a512-1295-4272-9138-f99709370657
2006-02-23 10:16:16 +00:00
Daniel Stenberg
cd5057958b make clean remove the generated bmp pic too (for sim builds)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8800 a1c6a512-1295-4272-9138-f99709370657
2006-02-23 10:11:05 +00:00
Dave Chapman
dd595be722 Change clean: target to directly rm -fr the files instead of calling the other Makefiles
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8799 a1c6a512-1295-4272-9138-f99709370657
2006-02-23 10:02:51 +00:00
Dave Chapman
8b1297a0b6 Patch #1435744 from Andrew Scott - initial iPod Mini support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8764 a1c6a512-1295-4272-9138-f99709370657
2006-02-21 15:01:25 +00:00
Daniel Stenberg
fe2eadd793 Hide the win32 option when building the simulator. The SDL is now the only
type we endorse!


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8747 a1c6a512-1295-4272-9138-f99709370657
2006-02-20 12:18:47 +00:00
Jens Arnold
41e1aa888b Grayscale iPods: Fixed & optimised LCD driver. Further optimisation is possible. * LCD driver now uses proper native bitmaps resembling the LCD internal format. Mono bitmaps are still transposed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8706 a1c6a512-1295-4272-9138-f99709370657
2006-02-16 20:03:07 +00:00
Linus Nielsen Feltzing
b8441b590e iAudio X5 has 16Mbyte RAM
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8687 a1c6a512-1295-4272-9138-f99709370657
2006-02-13 22:12:04 +00:00
Daniel Stenberg
f42f42e554 Only offer the (G)db stub alternative on targets that support it: ifp7x0
is the only one atm.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8644 a1c6a512-1295-4272-9138-f99709370657
2006-02-09 21:22:36 +00:00
Brandon Low
4872825ed2 Various build sytem cleanups
* Parallel build appears to work properly
* Use $(SILENT) instead of @ about everywhere
* Less calls to bash by using make builtin substitutions


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8638 a1c6a512-1295-4272-9138-f99709370657
2006-02-09 04:27:57 +00:00
Daniel Stenberg
8974c76c2d Hide the x11 type offering when building simulator, SDL is now the way to
go.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8634 a1c6a512-1295-4272-9138-f99709370657
2006-02-08 22:44:18 +00:00
Christi Scarborough
ba0d5dd1ef Oops. Correct typo so builds work again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8599 a1c6a512-1295-4272-9138-f99709370657
2006-02-06 07:54:50 +00:00
Christi Scarborough
d68d7c0ecf Rockbox manual in LaTeX initial commit. New option 'manual' added to configure. Some platforms (eg recorderv2, fmrecorder) produce the same manual target, so either can be selected from the configure script.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8596 a1c6a512-1295-4272-9138-f99709370657
2006-02-06 07:25:25 +00:00
Dave Chapman
0d10031478 Add iPod 3G and iPod 4G Greyscale to the build system
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8586 a1c6a512-1295-4272-9138-f99709370657
2006-02-05 18:30:50 +00:00
Linus Nielsen Feltzing
64bdc708a4 Build the correct set of tools for the iaudio x5, and use a dummy scrambler for now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8570 a1c6a512-1295-4272-9138-f99709370657
2006-02-05 00:08:29 +00:00
Linus Nielsen Feltzing
97f38e5632 iAudio X5: Select the correct bootloader in the configure script
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8558 a1c6a512-1295-4272-9138-f99709370657
2006-02-03 23:58:01 +00:00
Tomasz Malesinski
d9c0ad1db6 New build type: GDB stub
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8446 a1c6a512-1295-4272-9138-f99709370657
2006-01-25 01:41:22 +00:00
Tomasz Malesinski
4b0da6d57e added toolset for iFP
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8439 a1c6a512-1295-4272-9138-f99709370657
2006-01-24 22:33:49 +00:00
Daniel Stenberg
2c923a5efc Added (somewhat blurry) boot logo for X5 and made sure it builds logos for
remote fine


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8421 a1c6a512-1295-4272-9138-f99709370657
2006-01-22 23:32:34 +00:00
Dave Chapman
1e7043a20b Initial attempt at using bmp2rb in the build system. Don't forget to re-run configure
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8418 a1c6a512-1295-4272-9138-f99709370657
2006-01-22 21:30:32 +00:00
Brandon Low
05dccc3551 Profiling support, tools and documentation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8375 a1c6a512-1295-4272-9138-f99709370657
2006-01-18 20:54:13 +00:00
Jens Arnold
a36b1d4083 New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8349 a1c6a512-1295-4272-9138-f99709370657
2006-01-15 18:20:18 +00:00
Dave Chapman
d83e929f3f Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8342 a1c6a512-1295-4272-9138-f99709370657
2006-01-12 00:35:50 +00:00
Daniel Stenberg
6422d07fa7 change separator for the LDFLAGS sed replacement since some people obviously
have commas in their LDFLAGS


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8318 a1c6a512-1295-4272-9138-f99709370657
2006-01-09 21:43:17 +00:00
Daniel Stenberg
bea15897ed check for sdl-config before using it, and present a more user-friendly
text if it isn't found


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8314 a1c6a512-1295-4272-9138-f99709370657
2006-01-09 12:41:07 +00:00
Daniel Stenberg
0e419987e4 SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a third
simulator with the hope that once it works fine, we can remove the other two
and only have one unified simulator.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8312 a1c6a512-1295-4272-9138-f99709370657
2006-01-09 11:22:36 +00:00
Daniel Stenberg
d2a10f5676 removed the language choice, now always uses english built-in
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8311 a1c6a512-1295-4272-9138-f99709370657
2006-01-09 10:43:51 +00:00
Dave Chapman
2a7bd9fb7b New target - iPod Video.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8261 a1c6a512-1295-4272-9138-f99709370657
2005-12-18 13:04:00 +00:00
Daniel Stenberg
6dd24bfbcc First shot at a '7zip' target that uses the 7za tool to produce a rockbox.7a
package with the exact same contents that a make zip would produce.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8230 a1c6a512-1295-4272-9138-f99709370657
2005-12-13 10:58:07 +00:00
Daniel Stenberg
aa28709910 build tools/codepages for all targets except for the player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8180 a1c6a512-1295-4272-9138-f99709370657
2005-12-06 22:04:43 +00:00
Daniel Stenberg
3776a844ac another makeover of the simulator stuff to be more sed-friendly with non-GNU
versions


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8160 a1c6a512-1295-4272-9138-f99709370657
2005-12-05 22:13:55 +00:00
Daniel Stenberg
48b11e862e Stop using sed's /c option when building the simulator Makefile. This should
lessen the requirments on what sed (version) that is used.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8152 a1c6a512-1295-4272-9138-f99709370657
2005-12-05 08:32:02 +00:00
Dave Chapman
bca54ec55e iPod targets need tools/scramble building
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8150 a1c6a512-1295-4272-9138-f99709370657
2005-12-04 23:36:59 +00:00
Daniel Stenberg
59eb22de7b Build convbdf for player too, although it feels a bit funny. Also builds the
tools for the sims as well, since they need convbdf at least and it makes
life easier if we just do the same for them as for normal target builds.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8149 a1c6a512-1295-4272-9138-f99709370657
2005-12-04 23:25:24 +00:00
Daniel Stenberg
d7b5c5a3c0 configure now sets what set of tools that a particular target build needs or
can use, and those tools only are built with 'make' or 'make tools'.

Starting now, you should build tools from within your build directory instead
of running make in the tools dir.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8127 a1c6a512-1295-4272-9138-f99709370657
2005-12-02 08:56:20 +00:00
Daniel Stenberg
3e69481fe4 Missed for a very long time: now runs make in the tools dir first when
building target versions.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8026 a1c6a512-1295-4272-9138-f99709370657
2005-11-21 16:06:29 +00:00
Daniel Stenberg
6f0bc5c178 enables 'make tools' in the build dir
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8024 a1c6a512-1295-4272-9138-f99709370657
2005-11-21 15:55:34 +00:00
Linus Nielsen Feltzing
c6bf8e62d1 Correct bootloader type for h300
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7913 a1c6a512-1295-4272-9138-f99709370657
2005-11-16 22:17:05 +00:00
Dave Chapman
7944771772 Force -mlong-calls for iPod builds. This issue still needs investigating as we do not want long-calls everywhere. The -ffunction-sections is also required to force gcc use long calls.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7841 a1c6a512-1295-4272-9138-f99709370657
2005-11-13 11:28:48 +00:00
Dave Chapman
38e8fb65d8 Initial check-in of work-in-progress iPod bootloader. Current targets are iPod Color/Photo and iPod Nano.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7784 a1c6a512-1295-4272-9138-f99709370657
2005-11-08 00:52:39 +00:00
Dave Chapman
cea6d0c92f Initial check-in of AAC codec. Currently only recognises the .mp4 extension and is not yet capable of realtime operation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7706 a1c6a512-1295-4272-9138-f99709370657
2005-10-31 20:56:29 +00:00
Dave Chapman
45f9e5d7b0 Remove generic M4A parsing code from libalac and create a libm4a - so it can be used by other codecs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7682 a1c6a512-1295-4272-9138-f99709370657
2005-10-29 17:12:52 +00:00
Linus Nielsen Feltzing
7da9477bc3 Initial multi screen support by Kévin Ferrare (Patch #1318081)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7666 a1c6a512-1295-4272-9138-f99709370657
2005-10-28 00:00:00 +00:00
Dave Chapman
273d2e81f7 New FLAC decoder from the ffmpeg project
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7656 a1c6a512-1295-4272-9138-f99709370657
2005-10-26 12:35:58 +00:00
Marcoen Hirschberg
b91e9fdfa9 tools should not be made with the cross-compiler..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7619 a1c6a512-1295-4272-9138-f99709370657
2005-10-10 22:55:15 +00:00
Marcoen Hirschberg
c42246f13f run make in Tools, so they are up to date.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7604 a1c6a512-1295-4272-9138-f99709370657
2005-10-10 00:25:46 +00:00
Dave Chapman
87ebd361e2 Add libalac to non-existent iAudio build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7561 a1c6a512-1295-4272-9138-f99709370657
2005-09-24 20:48:14 +00:00
Dave Chapman
94f31b51f4 Add ALAC to list of software codecs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7549 a1c6a512-1295-4272-9138-f99709370657
2005-09-22 21:56:49 +00:00
Jens Arnold
b2964cad0c For targets without an RTC, use the rockbox build date as the start date in the FAT driver. No more 2003-08-01 files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7478 a1c6a512-1295-4272-9138-f99709370657
2005-09-06 18:03:50 +00:00
Jörg Hohensohn
24f7c207a5 for strange reason Rombox was disabled on the FM recorder build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7436 a1c6a512-1295-4272-9138-f99709370657
2005-08-31 21:39:54 +00:00
Linus Nielsen Feltzing
dfb001560a Fixed broken sim builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7432 a1c6a512-1295-4272-9138-f99709370657
2005-08-30 21:21:06 +00:00
Linus Nielsen Feltzing
517b4b7c1e Archos: Fixed broken debug builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7430 a1c6a512-1295-4272-9138-f99709370657
2005-08-30 20:51:36 +00:00
Daniel Stenberg
a777c65874 mention when the PCM playback is enabled in the sim
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7166 a1c6a512-1295-4272-9138-f99709370657
2005-07-15 21:33:11 +00:00
Daniel Stenberg
930dc60d41 added option to build for iAudio X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7165 a1c6a512-1295-4272-9138-f99709370657
2005-07-15 21:24:10 +00:00
Daniel Stenberg
741a7158e2 check for/use sys/soundcard.h instead (since it works for cygwin too)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7162 a1c6a512-1295-4272-9138-f99709370657
2005-07-15 21:12:18 +00:00
Daniel Stenberg
febb52fc03 First take at PCM playback in the X11 sim on Linux.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7147 a1c6a512-1295-4272-9138-f99709370657
2005-07-14 21:46:07 +00:00
Linus Nielsen Feltzing
f69c77933c Wrong appsdir for the H120 boot loader
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7081 a1c6a512-1295-4272-9138-f99709370657
2005-07-09 07:45:16 +00:00
Daniel Stenberg
2af252d16c attempt to set a variable based on the Revision variable set by CVS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7065 a1c6a512-1295-4272-9138-f99709370657
2005-07-08 10:19:02 +00:00
Daniel Stenberg
8493ccb285 Renamed the iriver h120 defines and configs to "h120"! Added initial support
for the h100 series.

Please re-run configure.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7062 a1c6a512-1295-4272-9138-f99709370657
2005-07-08 06:31:13 +00:00
Daniel Stenberg
4e52b97c7a When building with gcc 4.0, we use -Wno-pointer-sign to reduce the amount of
warnings. I consider this a temporary "fix" that we should remove later on.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7051 a1c6a512-1295-4272-9138-f99709370657
2005-07-07 08:16:39 +00:00
Daniel Stenberg
9a46adcc85 set right type in binary for h300 builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6961 a1c6a512-1295-4272-9138-f99709370657
2005-07-01 09:46:23 +00:00
Daniel Stenberg
069e2a5b8c Now checks that sed works right before the Makefile for a simulator is created,
since there are broken ones in use out there and they make bad Makefiles.
Details at: http://www.rockbox.org/twiki/bin/view/Main/BrokenSed


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6939 a1c6a512-1295-4272-9138-f99709370657
2005-06-30 08:13:36 +00:00
Jörg Hohensohn
9cfa47a226 "Bootbox" is a minimalistic rescue firmware for Archos models. Not working yet (Rolo problems). Created by configure script as bootloader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6786 a1c6a512-1295-4272-9138-f99709370657
2005-06-21 00:11:14 +00:00
Daniel Stenberg
0482ff5b9d options for the H300 series
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6717 a1c6a512-1295-4272-9138-f99709370657
2005-06-15 11:27:37 +00:00
Daniel Stenberg
2196c8967c Use --ccache to enable ccache for builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6543 a1c6a512-1295-4272-9138-f99709370657
2005-06-01 11:42:51 +00:00
Daniel Stenberg
edc07922eb (Optional) logf support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6538 a1c6a512-1295-4272-9138-f99709370657
2005-05-30 13:00:43 +00:00
Daniel Stenberg
4135046303 remove text saying there is a default platform
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6516 a1c6a512-1295-4272-9138-f99709370657
2005-05-24 09:19:44 +00:00
Daniel Stenberg
ed42300bff No longer select Archos Recorder as "default" target platform.
Made the simulator get built better by generating a better Makefile.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6509 a1c6a512-1295-4272-9138-f99709370657
2005-05-23 16:21:46 +00:00
Daniel Stenberg
1b9ea4e19c Fixed bad dependency generation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6490 a1c6a512-1295-4272-9138-f99709370657
2005-05-19 08:51:52 +00:00
Daniel Stenberg
57a09cdd74 produce a nicer root-level Makefile for the bootloader
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6423 a1c6a512-1295-4272-9138-f99709370657
2005-05-07 23:16:08 +00:00
Daniel Stenberg
b8a23f9e49 Fixed makefiles for autoconf.g include.
Fixed build output look in several Makefiles
Fixed code to include autoconf.h
Fixed code to use ROCKBOX_*_ENDIAN instead of previous attempts.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6421 a1c6a512-1295-4272-9138-f99709370657
2005-05-07 22:41:17 +00:00
Daniel Stenberg
d8ba266f4f set and export BUILDDIR, since several Makefiles changes OBJDIR the BUILDDIR
is now a better variable to use to identify the actual (root) build dir.
For autoconf.h inclusion etc.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6410 a1c6a512-1295-4272-9138-f99709370657
2005-05-07 00:04:23 +00:00
Daniel Stenberg
9536efae4f fixed the removal of the endian test program to not fail on cygwin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6362 a1c6a512-1295-4272-9138-f99709370657
2005-04-26 22:56:53 +00:00
Daniel Stenberg
6c38d8513b First shot at autodetecting endianess, and storing the found results in the
brand new autoconf.h header file (not used anywhere yet - this is still a
test).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6361 a1c6a512-1295-4272-9138-f99709370657
2005-04-26 22:41:48 +00:00
Thom Johansen
ad17fd4747 Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6276 a1c6a512-1295-4272-9138-f99709370657
2005-04-12 21:29:48 +00:00
Michiel Van Der Kolk
f89087df4b Oops. forgot. part of the dumb checkin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6198 a1c6a512-1295-4272-9138-f99709370657
2005-03-17 21:21:16 +00:00
Daniel Stenberg
5b4a339486 Build rockboxui.exe when cross-compiling a win32 sim, set MAKEFLAGS to
hush up make more


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6185 a1c6a512-1295-4272-9138-f99709370657
2005-03-10 22:02:53 +00:00
Daniel Stenberg
6c54dc0f2b The win32 cross-compiler now uses a "i586-mingw32msvc-" prefix, since that is
what the debian package is using. Install your own win32 cross-compiler on
Debian Linux like this:

apt-get install mingw32 mingw32-binutils mingw32-runtime


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6177 a1c6a512-1295-4272-9138-f99709370657
2005-03-09 22:07:29 +00:00
Jean-Philippe Bernardy
a6024faa0d GMini: libmad compiled
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6173 a1c6a512-1295-4272-9138-f99709370657
2005-03-09 14:39:52 +00:00
Daniel Stenberg
ac79a0c42b let zip do zip without depending on 'all', to allow zipping up packages that
might not build 100% clean


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6106 a1c6a512-1295-4272-9138-f99709370657
2005-03-03 07:31:39 +00:00
Jens Arnold
3d0ae46ac6 No NOCYGWIN for the X11 simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6072 a1c6a512-1295-4272-9138-f99709370657
2005-02-27 07:58:01 +00:00
Jens Arnold
6f0c5cd768 Proper check for cygwin build environment, avoids win32 error 5 when loading plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6040 a1c6a512-1295-4272-9138-f99709370657
2005-02-22 20:00:19 +00:00
Daniel Stenberg
22b7701fe7 Build cleanup and general fixes. fprintf() is now fdprintf(), the separation
between uisimulator files and firmware/apps files are better done.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6031 a1c6a512-1295-4272-9138-f99709370657
2005-02-22 12:19:12 +00:00
Daniel Stenberg
cdde25b597 Unified build system to use SOURCES for sim builds too, a single Makefile-look
made by configure and various related adjustments. This has not yet been tested
on cygwin.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6001 a1c6a512-1295-4272-9138-f99709370657
2005-02-18 13:47:17 +00:00
Dave Chapman
5b2d874a36 Incorporate apps/codecs into the build system based on SOFTWARECODECS configuration variable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5964 a1c6a512-1295-4272-9138-f99709370657
2005-02-16 00:38:31 +00:00
Jean-Philippe Bernardy
c5d00d82b0 finished configuration for the Gmini SP
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5936 a1c6a512-1295-4272-9138-f99709370657
2005-02-12 14:12:10 +00:00
Daniel Stenberg
83db7615da set MEMORYSIZE in simulator builds too for better simulation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5921 a1c6a512-1295-4272-9138-f99709370657
2005-02-11 23:04:22 +00:00
Daniel Stenberg
dd52043cac provide 0x10000 as default flash address for Gmini if just pressing return
on the question


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5908 a1c6a512-1295-4272-9138-f99709370657
2005-02-11 12:50:00 +00:00
Daniel Stenberg
bb8d8f3f54 name the Gmini output similar to the iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5906 a1c6a512-1295-4272-9138-f99709370657
2005-02-11 11:48:12 +00:00
Daniel Stenberg
81a25bbde5 crude fix for gmini build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5905 a1c6a512-1295-4272-9138-f99709370657
2005-02-11 11:05:59 +00:00
Jean-Philippe Bernardy
dd4ea29f01 Linker script for gmini targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5890 a1c6a512-1295-4272-9138-f99709370657
2005-02-10 22:37:09 +00:00
Linus Nielsen Feltzing
9ae46dca9c Strict alignment for the coldfire
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5809 a1c6a512-1295-4272-9138-f99709370657
2005-02-06 03:11:26 +00:00
Daniel Stenberg
b3272f4c32 enable plugins in the iRiver builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5786 a1c6a512-1295-4272-9138-f99709370657
2005-02-04 12:52:15 +00:00
Daniel Stenberg
9aac529208 add bootloader option (only usable for iRiver)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5706 a1c6a512-1295-4272-9138-f99709370657
2005-01-29 00:00:47 +00:00
Linus Nielsen Feltzing
35c27b82c3 Changed scrambling type for iriver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5689 a1c6a512-1295-4272-9138-f99709370657
2005-01-28 12:27:39 +00:00
Daniel Stenberg
adaae249ef iRiver scramble and descramble code from Dave Cooper
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5649 a1c6a512-1295-4272-9138-f99709370657
2005-01-24 09:01:48 +00:00
Jens Arnold
edd5f05243 Correctly disable plugins for gmini.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5636 a1c6a512-1295-4272-9138-f99709370657
2005-01-23 00:31:30 +00:00
Daniel Stenberg
11f6988e56 Jean-Philippe Bernardy: removed -m1 from calmrisc gcc options
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5540 a1c6a512-1295-4272-9138-f99709370657
2005-01-09 23:02:39 +00:00
Daniel Stenberg
72fdf373e0 prepare for gmini 120 port
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5531 a1c6a512-1295-4272-9138-f99709370657
2005-01-04 15:00:06 +00:00
Daniel Stenberg
c9d41b4b94 Make the simulator builds acknowledge the plugins variable set in the configure
script.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5464 a1c6a512-1295-4272-9138-f99709370657
2004-11-24 16:45:08 +00:00
Linus Nielsen Feltzing
8737b37ce7 No ROMBox for FM Recorder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5460 a1c6a512-1295-4272-9138-f99709370657
2004-11-23 07:47:35 +00:00
Jens Arnold
4820177214 Enable building flashed rockbox and rombox for players
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5446 a1c6a512-1295-4272-9138-f99709370657
2004-11-20 00:55:25 +00:00
Linus Nielsen Feltzing
bb4872ecce We use the apps/recorder dir for the iriver build as well
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5434 a1c6a512-1295-4272-9138-f99709370657
2004-11-19 00:44:07 +00:00
Linus Nielsen Feltzing
eb37ca792a Escaped the comma in the iriver GCCOPTS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5221 a1c6a512-1295-4272-9138-f99709370657
2004-10-08 08:41:02 +00:00
Linus Nielsen Feltzing
db4737a18f Pass correct architecture type to the assembler for the Coldfire build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5216 a1c6a512-1295-4272-9138-f99709370657
2004-10-08 05:24:14 +00:00
Linus Nielsen Feltzing
44898af508 No plugins on the iriver (yet)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5207 a1c6a512-1295-4272-9138-f99709370657
2004-10-07 08:36:25 +00:00
Daniel Stenberg
59bec2eaa0 don't build UCL files for targets that don't support flashing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5204 a1c6a512-1295-4272-9138-f99709370657
2004-10-07 08:20:25 +00:00
Daniel Stenberg
a97fe2514d Make the tool variable hold the full path, and make the iriver tool 'cp'
for now.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5203 a1c6a512-1295-4272-9138-f99709370657
2004-10-07 08:08:05 +00:00
Linus Nielsen Feltzing
c21e7e7f62 No instruction scheduling on the coldfire
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5201 a1c6a512-1295-4272-9138-f99709370657
2004-10-07 07:08:57 +00:00
Jörg Hohensohn
86425855fc Ondio plugins+rombox enabled. The new SOURCES file allows us to gradually adapt the plugins to the Ondio keypad.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5200 a1c6a512-1295-4272-9138-f99709370657
2004-10-07 06:51:22 +00:00
Daniel Stenberg
235b50b42d set compiler options here too, you MUST re-run configure once the next
Makefile commit is made


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5157 a1c6a512-1295-4272-9138-f99709370657
2004-10-04 13:02:41 +00:00
Daniel Stenberg
8e55d0cca0 adjusted to work better in the new concept
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5108 a1c6a512-1295-4272-9138-f99709370657
2004-09-22 21:40:45 +00:00
Linus Nielsen Feltzing
ba056504ee The wildcard case must be last in the case switch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5104 a1c6a512-1295-4272-9138-f99709370657
2004-09-22 09:29:58 +00:00
Daniel Stenberg
fc1e925c16 Rearranged makefiles again to move platform-specific stuff from the Makefiles
to either the configure script or to be ifdefed in the sources.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5103 a1c6a512-1295-4272-9138-f99709370657
2004-09-22 08:58:50 +00:00
Björn Stenberg
57945b125d Removed the Neo code. Nobody is interested in it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5096 a1c6a512-1295-4272-9138-f99709370657
2004-09-20 08:10:43 +00:00
Daniel Stenberg
e76d7d99d9 remove display-leftovers and remove the memory size question for iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5085 a1c6a512-1295-4272-9138-f99709370657
2004-09-16 21:19:21 +00:00
Björn Stenberg
8b6950493b Moved LCD_WIDHT/HEIGHT from lcd driver to config file.
Simulators now use conig-xxx.h.
Added Iriver H100 to tools/configure.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5081 a1c6a512-1295-4272-9138-f99709370657
2004-09-16 14:36:08 +00:00
Jörg Hohensohn
218d90b307 build system updated to include Ondio option
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5052 a1c6a512-1295-4272-9138-f99709370657
2004-09-09 06:01:46 +00:00
Daniel Stenberg
d1851e3364 Make the buildzip script able to build zips even when not run in a dir
one level "down" from the rockbox source root.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5013 a1c6a512-1295-4272-9138-f99709370657
2004-08-24 15:13:08 +00:00
Daniel Stenberg
e8cad94e3c remove zip on clean
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5010 a1c6a512-1295-4272-9138-f99709370657
2004-08-24 09:37:30 +00:00
Daniel Stenberg
f69c703c53 'make install' for a simulator now installs a full rockbox setup in the
local 'archos' directory.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4744 a1c6a512-1295-4272-9138-f99709370657
2004-06-14 15:05:58 +00:00
Daniel Stenberg
052d21a667 * removed some more unused stuff in the simulator makefile
* made the scan for the rockbox source dir a bit cooler, now it can detect
  it even when you create and use a build directory that is on the same level
  as the rockbox dir itself which might make it easier for people that builds
  from (repeatly updated) daily tarballs
* now outputs the found rockbox source code dir found


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4706 a1c6a512-1295-4272-9138-f99709370657
2004-05-26 11:18:40 +00:00
Daniel Stenberg
5c9c16f32f Simplied the directory usage. This script now checks for (or asks if it
doesn't find it) the Rockbox source code root directory. All the directories
are then assumed to be placed "correctly" within that source tree.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4705 a1c6a512-1295-4272-9138-f99709370657
2004-05-26 11:07:16 +00:00
Daniel Stenberg
7cdab5c91c remove rockbox.zip on make clean
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4674 a1c6a512-1295-4272-9138-f99709370657
2004-05-21 19:40:20 +00:00
Daniel Stenberg
3d9f774724 provide a zip target on target builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4672 a1c6a512-1295-4272-9138-f99709370657
2004-05-21 19:05:47 +00:00
Daniel Stenberg
503ce1bc04 Allow building two Neo targets...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4129 a1c6a512-1295-4272-9138-f99709370657
2003-12-12 10:48:40 +00:00
Daniel Stenberg
7eda324c3b Removed the prompting for demos and games. They're plugins now anyway.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4070 a1c6a512-1295-4272-9138-f99709370657
2003-11-26 14:10:21 +00:00
Daniel Stenberg
86b146da68 recorder v2 support added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4036 a1c6a512-1295-4272-9138-f99709370657
2003-11-19 06:40:59 +00:00
Daniel Stenberg
8fd7828148 Don't pass in TOOLSDIR to the simulator Makefile until we've made the path
absolute. Using a relative path is not wise, since we use make -C when we
build the simulator and the relative path to the tools dir is not the same
from the build dir as from the simulator's main source dir...


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3615 a1c6a512-1295-4272-9138-f99709370657
2003-04-25 12:50:25 +00:00
Daniel Stenberg
31e0cd67ff made the script detect the toolsdir and pass that on to the sub-makefiles
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3579 a1c6a512-1295-4272-9138-f99709370657
2003-04-22 22:18:57 +00:00
Uwe Freese
4846ce8654 export MEM variable in firmware and apps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3371 a1c6a512-1295-4272-9138-f99709370657
2003-03-03 13:17:49 +00:00
Daniel Stenberg
ea9c5bb167 Added a ram size question
Made the script more informative about what selection that takes effect
Passes MEM to the apps Makefile for memorysize


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3344 a1c6a512-1295-4272-9138-f99709370657
2003-02-26 09:13:47 +00:00
Daniel Stenberg
f092920de7 Added FM recorder support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3106 a1c6a512-1295-4272-9138-f99709370657
2003-01-16 14:37:30 +00:00
Robert Hak
672b0e26f3 as dumb as i am, its amazing i can breath
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2696 a1c6a512-1295-4272-9138-f99709370657
2002-10-17 09:19:34 +00:00
Robert Hak
9465d4e59b bug fix on my part
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2695 a1c6a512-1295-4272-9138-f99709370657
2002-10-17 09:14:57 +00:00
Robert Hak
c3320ae1ca sim questions are in order now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2693 a1c6a512-1295-4272-9138-f99709370657
2002-10-17 09:08:05 +00:00
Linus Nielsen Feltzing
0a4b247080 The player firmware now autodetects the LCD type. No need for two player versions anymore
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2658 a1c6a512-1295-4272-9138-f99709370657
2002-10-15 12:25:57 +00:00
Daniel Stenberg
f2d57eab5d quote the EXTRA_DEFINES properly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2353 a1c6a512-1295-4272-9138-f99709370657
2002-09-20 11:42:57 +00:00
Daniel Stenberg
0f434ebac9 make the language selection work for sim builds too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2344 a1c6a512-1295-4272-9138-f99709370657
2002-09-20 06:50:29 +00:00
Daniel Stenberg
ebe963d554 Added "select a language" stuff
Made the extra_defines a bit different (to prevent it from growing all
the time on "configure update" invokes)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2341 a1c6a512-1295-4272-9138-f99709370657
2002-09-20 06:38:38 +00:00
Björn Stenberg
a316213f0f Fixed DISABLE_DEMOS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2331 a1c6a512-1295-4272-9138-f99709370657
2002-09-19 08:27:38 +00:00
Daniel Stenberg
ae0c23847b Greg Haerr removed the font questions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2281 a1c6a512-1295-4272-9138-f99709370657
2002-09-13 06:30:47 +00:00
Daniel Stenberg
3d90ed43f1 Maintain this simple philosophy:
Default build actions are without any flags/options. Only modiciations from
default use extra defines etc.

This is because:

1) We want builds that don't run configure to keep building the same kind
   of build it was configured to do.

2) 'configure update' must work to read the selected options and generate
   an updated makefile with the same options.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2203 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 06:44:43 +00:00
Daniel Stenberg
52a87c7ce7 removed the conflict markers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2130 a1c6a512-1295-4272-9138-f99709370657
2002-09-02 12:40:19 +00:00
Daniel Stenberg
e800bca6dc make it bourne shell pure
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2129 a1c6a512-1295-4272-9138-f99709370657
2002-09-02 12:33:18 +00:00
Daniel Stenberg
42c125fad6 Prevent this script from being run in the same directory where this script
lives. It will make more people happy. ;-)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2128 a1c6a512-1295-4272-9138-f99709370657
2002-09-02 11:50:52 +00:00
Robert Hak
5e1270e60c i stupid, forgot to fix simulators
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2109 a1c6a512-1295-4272-9138-f99709370657
2002-09-01 16:37:57 +00:00
Robert Hak
28c60ff40a Corrected to allow for game removal via USE_GAMES (on by default)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2104 a1c6a512-1295-4272-9138-f99709370657
2002-08-31 23:21:59 +00:00
Robert Hak
7dcdf05d94 cleaned up USE_SCREENSAVERS questions/usage
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2099 a1c6a512-1295-4272-9138-f99709370657
2002-08-31 22:49:41 +00:00
Robert Hak
15c5cac721 We now ask if the user wants Screensavers (on by default)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2098 a1c6a512-1295-4272-9138-f99709370657
2002-08-31 20:59:23 +00:00
Björn Stenberg
1f4e4d339c Reverted back to monospace again. Let's not rock the boat until people can change it themselves (i.e. loadable fonts).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2032 a1c6a512-1295-4272-9138-f99709370657
2002-08-28 11:54:41 +00:00
Björn Stenberg
af406a1f6d Made LCD_PROPFONTS default on recorder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2016 a1c6a512-1295-4272-9138-f99709370657
2002-08-27 22:49:13 +00:00
Björn Stenberg
62625737a4 Added helpful reminder about copying font file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1760 a1c6a512-1295-4272-9138-f99709370657
2002-08-15 11:51:49 +00:00
Daniel Stenberg
6246ce5a37 added tags target for the generated simulator makefile as well
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1755 a1c6a512-1295-4272-9138-f99709370657
2002-08-15 10:07:27 +00:00
Daniel Stenberg
bc35ae3f50 Generates a 'tags' target in the toplevel makefile now, this is only
for target builds as of yet. More to come.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1753 a1c6a512-1295-4272-9138-f99709370657
2002-08-15 09:32:59 +00:00
Robert Hak
72f54337d6 case issue with questions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1702 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 08:40:40 +00:00
Björn Stenberg
7a8f398b6f Clear extra_defines for players
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1675 a1c6a512-1295-4272-9138-f99709370657
2002-08-11 20:22:53 +00:00
Robert Hak
f29f6fa66c == is not a valid POSIX compare, use =
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1672 a1c6a512-1295-4272-9138-f99709370657
2002-08-11 14:19:18 +00:00
Björn Stenberg
cd225736f9 First version of loadable fonts patch by Alex Gitelman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1666 a1c6a512-1295-4272-9138-f99709370657
2002-08-11 09:17:47 +00:00
Daniel Stenberg
23d0b5d65a Applied Bjoern Fischer's patch to make this generate correct makefiles
using '$(MAKE)' instead of 'make' for recursion.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1596 a1c6a512-1295-4272-9138-f99709370657
2002-08-07 14:37:53 +00:00
Daniel Stenberg
60fe9dfa4a Adjustments to allow generating a Makefile for building win32 simulator
cross-compiled. Based on the excellent patch from Bill Napier.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1517 a1c6a512-1295-4272-9138-f99709370657
2002-08-02 12:06:07 +00:00
Linus Nielsen Feltzing
e53bdf0c20 Fixed misspelled .PHONY target. Spotted by Nick Robinson and Markus Braun.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1452 a1c6a512-1295-4272-9138-f99709370657
2002-07-26 14:13:03 +00:00
Björn Stenberg
6d55a71e0e Added build timestamp in version string
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1349 a1c6a512-1295-4272-9138-f99709370657
2002-07-15 13:19:00 +00:00
Daniel Stenberg
e45a8f5f3c works with traditional sh now (as tested on Solaris)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@901 a1c6a512-1295-4272-9138-f99709370657
2002-06-06 13:33:38 +00:00
Daniel Stenberg
d86da20fac configure update for simulator builds must preserve display and keypad
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@879 a1c6a512-1295-4272-9138-f99709370657
2002-06-03 22:26:56 +00:00
Daniel Stenberg
63787dffde now configure update works for simulator builds too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@878 a1c6a512-1295-4272-9138-f99709370657
2002-06-03 21:56:48 +00:00
Daniel Stenberg
45abe619cd target builds must run make in firmware AND apps
this script now creates an archos subdir when creating a simulator build env


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@846 a1c6a512-1295-4272-9138-f99709370657
2002-05-31 08:38:35 +00:00
Daniel Stenberg
c38ccba483 made it support --help or -h as arguments, and then displays a very short
and really not very helpful message but now you know where to fill in that
very large and friendly help text you want the users to see! ;-)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@845 a1c6a512-1295-4272-9138-f99709370657
2002-05-31 08:21:20 +00:00
Daniel Stenberg
58f4d0d6c6 now manages simulator makefiles too!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@841 a1c6a512-1295-4272-9138-f99709370657
2002-05-31 07:22:38 +00:00
Daniel Stenberg
c7036f1f5e use a better file to find the firmware dir
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@746 a1c6a512-1295-4272-9138-f99709370657
2002-05-27 12:33:30 +00:00
Daniel Stenberg
44d76bc1ae store nodebug status too, as it makes 'update' work better if there's
a non-empty field when the status is known, be it debug or nodebug.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@690 a1c6a512-1295-4272-9138-f99709370657
2002-05-24 10:14:10 +00:00
Daniel Stenberg
2f06ff764f the all target only builds in apps now, as the apps Makefile itself will
depend on the firmware lib and run that makefile if needed


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@688 a1c6a512-1295-4272-9138-f99709370657
2002-05-24 10:10:20 +00:00
Daniel Stenberg
40c6129c91 fixed the clean target, also made two separate clean targets in case
you ever wanna clean just one of them


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@686 a1c6a512-1295-4272-9138-f99709370657
2002-05-24 09:33:37 +00:00
Daniel Stenberg
3c286ec63c generates separate 'firmware' and 'apps' targets in the makefile, also
added a clean target


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@671 a1c6a512-1295-4272-9138-f99709370657
2002-05-23 13:55:26 +00:00
Daniel Stenberg
f8a59f27f8 change the order we check for the apps dir to more often get the shortest
path


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@670 a1c6a512-1295-4272-9138-f99709370657
2002-05-23 12:48:04 +00:00
Daniel Stenberg
6709658768 escape $ properly, added 'update' support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@662 a1c6a512-1295-4272-9138-f99709370657
2002-05-23 10:10:44 +00:00
Daniel Stenberg
fcf56299f2 pass better variables
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@661 a1c6a512-1295-4272-9138-f99709370657
2002-05-23 09:58:44 +00:00
Daniel Stenberg
e0c12aff3b bash happy now?
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@660 a1c6a512-1295-4272-9138-f99709370657
2002-05-23 09:39:31 +00:00
Daniel Stenberg
82e6a07298 try the directories in the current dir too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@657 a1c6a512-1295-4272-9138-f99709370657
2002-05-23 09:18:14 +00:00
Daniel Stenberg
3aacd2edf1 First attempt. This script sets up a toplevel build Makefile.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@656 a1c6a512-1295-4272-9138-f99709370657
2002-05-23 09:11:35 +00:00