summaryrefslogtreecommitdiff
path: root/tools (follow)
Commit message (Collapse)AuthorAge
...
* Add quotes around the name of any missing tools (patch, make etc) to help ↵Dave Chapman2009-07-20
| | | | | | clarify the error message git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21983 a1c6a512-1295-4272-9138-f99709370657
* cast explicitly to unsigned int (fix yellow on cygwin)Robert Kukla2009-07-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21974 a1c6a512-1295-4272-9138-f99709370657
* Tidy up error handling in mktccbootRob Purchase2009-07-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21972 a1c6a512-1295-4272-9138-f99709370657
* Onda VX747: add dual-boot capability + make it possible to permanently ↵Maurus Cuelenaere2009-07-17
| | | | | | 'stick' Rockbox to your DAP git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21919 a1c6a512-1295-4272-9138-f99709370657
* Correct the bmp2rb option for native bitmaps on the Nano2GDave Chapman2009-07-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21898 a1c6a512-1295-4272-9138-f99709370657
* Small fix for asmdefs, make sure $var is cleared the line after it is read, ↵Andrew Mahone2009-07-14
| | | | | | so that value *must* follow label immediately. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21876 a1c6a512-1295-4272-9138-f99709370657
* Handle sh and m68k compiler's output correctly in asmdefs2fileAndrew Mahone2009-07-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21859 a1c6a512-1295-4272-9138-f99709370657
* Try to make configure respect the TMPDIR environment variable.Thomas Martitz2009-07-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21849 a1c6a512-1295-4272-9138-f99709370657
* FS#10436 - add the Sansa View to the build system. The bootloader builds ↵Robert Keevil2009-07-13
| | | | | | but doesn't do anything useful yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21848 a1c6a512-1295-4272-9138-f99709370657
* Fix red: broken tools/addtargetdir.plAndrew Mahone2009-07-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21832 a1c6a512-1295-4272-9138-f99709370657
* Add new asmdefs mechanism for exporting information only available to the C ↵Andrew Mahone2009-07-13
| | | | | | compiler for use in asm files, and use it in arm jpeg idct. See apps/apps.make, apps/core_asmdefs.c, and apps/recorder/jpeg_idct_arm.S for details. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21831 a1c6a512-1295-4272-9138-f99709370657
* Basic changes to add nano 2g to the build system, based on the Meizu M3 ↵Dave Chapman2009-07-12
| | | | | | port. The bootloader builds, but does nothing due to lack of any drivers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21828 a1c6a512-1295-4272-9138-f99709370657
* Rework addtargetdir.pl to also fix prefix generated-file depedencies with ↵Andrew Mahone2009-07-12
| | | | | | the target directory, and simplify the sed expression for mkdepfile. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21826 a1c6a512-1295-4272-9138-f99709370657
* Add some more sims that actually compileJonas Häggqvist2009-07-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21786 a1c6a512-1295-4272-9138-f99709370657
* Lua:Maurus Cuelenaere2009-07-10
| | | | | | | | * add ./?/init.lua to the search path for require * put Lua libs in /.rockbox/rocks/viewers/lua/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21739 a1c6a512-1295-4272-9138-f99709370657
* A script to create a source tarball of rbutil. Does a complete checkout and ↵Jonas Häggqvist2009-06-29
| | | | | | removes everything that isn't needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21571 a1c6a512-1295-4272-9138-f99709370657
* Create the output directory in the dependency rule instead of depending on ↵Dominik Riebeling2009-06-27
| | | | | | it to prevent recreating it every time. Thanks to amiconn for clarifying the issue. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21534 a1c6a512-1295-4272-9138-f99709370657
* Make sure the build folder is created before trying to generate the ↵Dominik Riebeling2009-06-27
| | | | | | dependencies file. Fixes issues building Rockbox Utility and voice file creation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21527 a1c6a512-1295-4272-9138-f99709370657
* More helpful output when illegal arguments are used.Jonas Häggqvist2009-06-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21519 a1c6a512-1295-4272-9138-f99709370657
* Properly match IDs - require a perfect match, not just a substring match. Oops.Jonas Häggqvist2009-06-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21436 a1c6a512-1295-4272-9138-f99709370657
* Make ATA poweroff an advanced build option for the Player.Jens Arnold2009-06-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21409 a1c6a512-1295-4272-9138-f99709370657
* No need to run a command here.Jens Arnold2009-06-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21395 a1c6a512-1295-4272-9138-f99709370657
* Add the Onda V747 and V747+ sim builds as well.Jonas Häggqvist2009-06-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21385 a1c6a512-1295-4272-9138-f99709370657
* Add some more sims, and fix a bug which would make it also build c200 if you ↵Jonas Häggqvist2009-06-20
| | | | | | asked for c200v2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21383 a1c6a512-1295-4272-9138-f99709370657
* * Commit a modified FS#10354 (thanks to Davide Quarta) - add support the ↵Maurus Cuelenaere2009-06-20
| | | | | | | | | | | VX747+ in scramble and configure * Add support for the VX777 * Remove the touchscreen mode switching combo from the button driver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21379 a1c6a512-1295-4272-9138-f99709370657
* s/echo -e/printf to make it run more portablyDaniel Stenberg2009-06-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21338 a1c6a512-1295-4272-9138-f99709370657
* 1) use buildv- as prefix for the dirs this creates while building so that itDaniel Stenberg2009-06-18
| | | | | | | | | | | won't conflict if running in parallel with the other builds scripts 2) mkdir the pool directory as well, to prevent me from doing this same mistake every single release where I discover that the voice builds take ages until I remember to create the pool! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21337 a1c6a512-1295-4272-9138-f99709370657
* Don't rebuild rbspeex(enc|dec) everytime when making voice files.Jens Arnold2009-06-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21265 a1c6a512-1295-4272-9138-f99709370657
* Add iAudio M5 FM radio mod to the advanced build options. * Unify iAudio ↵Jens Arnold2009-06-12
| | | | | | audio driver, fmradio i2c driver, and power driver (M5 + X5 only). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21264 a1c6a512-1295-4272-9138-f99709370657
* FS#10048 : enable MMU and data cache on Sansa AMS to give a major speed upRafaël Carré2009-06-08
| | | | | | | | | | | - cache IRAM and DRAM - map IRAM just next to DRAM to remove the need for -mlong-calls and reduce binsize - tweak delays in Fuze button code - tweak delays in Clip button code (down button sometimes doesn't respond anyway : an alternate driver is being worked on) Before reporting any problem, please check your filesystem or format your player from the OF git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21228 a1c6a512-1295-4272-9138-f99709370657
* Add language identifier for Lithuanian.Jens Arnold2009-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21213 a1c6a512-1295-4272-9138-f99709370657
* Add language identifiers for Arabic. Also map 'walon' to Belgian French. It ↵Jens Arnold2009-06-05
| | | | | | is probably not 100% correct, but at least there is a mapping, similar to how the script handles Wallisertitsch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21193 a1c6a512-1295-4272-9138-f99709370657
* version.sh : fix revision in git-svn treesRafaël Carré2009-06-04
| | | | | | "git log .. -1" only shows one commit (the last one), so extract the last line (git-svn-id:..) with tail -n 1, instead of the first line (which is the committer's message in case of multi lines body) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21188 a1c6a512-1295-4272-9138-f99709370657
* avoid echo -e and use printf insteadDaniel Stenberg2009-06-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21170 a1c6a512-1295-4272-9138-f99709370657
* typo--Jens Arnold2009-06-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21154 a1c6a512-1295-4272-9138-f99709370657
* c100: Get a regular build compiling. Very little functionality.Marc Guay2009-06-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21153 a1c6a512-1295-4272-9138-f99709370657
* MIPSel: remove unneeded gcc arguments in tools/configureMaurus Cuelenaere2009-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21136 a1c6a512-1295-4272-9138-f99709370657
* Lame 3.98 changed the -V parameter from integer to floating point. Now we ↵Jens Arnold2009-05-30
| | | | | | need -V 9.999 in order to get the smallest possible size as before. Earlier versions just read that as -V 9, so no need to differentiate. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21133 a1c6a512-1295-4272-9138-f99709370657
* Make 'Backlight mod' an Advanced build option for the Ondios (largely ↵Marianne Arnold2009-05-29
| | | | | | inspired by the RTC mod related changes in r12555). Remove the defines in the config files as you won't need to 'hack' them anymore, just chose the right options while running 'configure'. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21128 a1c6a512-1295-4272-9138-f99709370657
* Add Clipv2 to the configure script and tools/scramble to reserve a target idRafaël Carré2009-05-28
| | | | | | | Attempting a real build it will fail, but this let us use this id in mkamsboot The Clipv2 bootloader code from FS#10047 will be merged into as3525 architecture (which will become as35xx) in a near future git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21116 a1c6a512-1295-4272-9138-f99709370657
* scramble : add c2v2 (c200v2) in help messageRafaël Carré2009-05-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21114 a1c6a512-1295-4272-9138-f99709370657
* fix yellow by acknowledging the fread() return code and also allowDaniel Stenberg2009-05-25
| | | | | | | gigabeat_s_code() to actually return an error code if it fails git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21084 a1c6a512-1295-4272-9138-f99709370657
* 3 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio ↵Mark Arigo2009-05-25
| | | | | | working on 820 & 925 (untested on the 920). No battery readings. No recording. No plugins. Keymap needs work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21083 a1c6a512-1295-4272-9138-f99709370657
* Load PictureFlow logo from disk, discarding it after splash screen is done ↵Andrew Mahone2009-05-23
| | | | | | and freeing the used space for the slide cache. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21051 a1c6a512-1295-4272-9138-f99709370657
* Lua: add actions.lua to the zip fileMaurus Cuelenaere2009-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21023 a1c6a512-1295-4272-9138-f99709370657
* Fix version.sh when it's run outside of the git working directory.Andrew Mahone2009-05-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20934 a1c6a512-1295-4272-9138-f99709370657
* Attempt to make version.sh a little more resistant to producing spurious ↵Andrew Mahone2009-05-15
| | | | | | "modified" status on git repositories. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20933 a1c6a512-1295-4272-9138-f99709370657
* Revert r20704 and only use the -r option when compiling binutils. This is ↵Dave Chapman2009-05-10
| | | | | | good enough to fix compilation of the toolchains on OSX, but doesn't break compiling the m68k gcc, which makes use of built-ins and hence doesn't work with -r. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20899 a1c6a512-1295-4272-9138-f99709370657
* Build pictureflow using overlay on lowmem targets, support JPEG AA in PF on ↵Andrew Mahone2009-05-07
| | | | | | all targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20864 a1c6a512-1295-4272-9138-f99709370657
* Change (I)installer to (I)nstaller to match the convention.Marc Guay2009-05-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20860 a1c6a512-1295-4272-9138-f99709370657