Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9494 - Patch to build Rockbox UI Simulator by using MinGW.

Attached to Project: Rockbox
Opened by Yoshihisa Uchida (Uchida) - Thursday, 16 October 2008, 08:18 GMT+2
Last edited by Maurus Cuelenaere (mcuelenaere) - Wednesday, 04 February 2009, 22:08 GMT+2
Task Type Patches
Category Simulator
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

The Rockbox UI Simulator can be build by using MinGW + MSYS.

The Rockbox UI Simulator is made while building it though the following messages are output.

.../tools/svnversion.sh: line 17: svnversion: command not found


- MinGW and MSYS are installed.
- It is necessary to install SDL.
  - You will update the version of MSYS's make to 3.81.
(MinGW's make (mingw32-make) does not used.)

- You will install zip.exe for Windows.
(for make zip/make fullzip)

   uisimulator_mingw.patch (1.3 KiB)
 tools/genlang   |    6 +++++-
 tools/configure |   10 ++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

This task depends upon

Closed by  Maurus Cuelenaere (mcuelenaere)
Wednesday, 04 February 2009, 22:08 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Thanks!
Comment by Maurus Cuelenaere (mcuelenaere) - Friday, 02 January 2009, 22:56 GMT+2
Don't forget to install perl (and mingw-crypto), otherwise make will fail..

edit:
After a while waiting on 'Generating dependencies' I get this:
'/z/rockbox_git/rockbox_zvm/build/make.dep:1: *** target pattern contains no `%'. Stop.'

edit2:
I attached a patch in which I solved the svnversion errors (+ it includes  FS#9668 )
   mingw_and_stderr.diff (4.4 KiB)
 b/tools/configure     |   10 ++++++++++
 b/tools/genlang       |   16 ++++++++++------
 b/tools/svnversion.sh |   44 ++++++++++++++++++++++++--------------------
 3 files changed, 44 insertions(+), 26 deletions(-)

Comment by Yoshihisa Uchida (Uchida) - Sunday, 04 January 2009, 11:28 GMT+2
Hi, Maurus
Comment thank you.

I update the patch file.

Comment by Yoshihisa Uchida (Uchida) - Sunday, 04 January 2009, 11:30 GMT+2
Sorry, I does not atach patch files.

uisimulator_mingw_2.patch
+ not add  FS#9668  patch

uisimulator_mingw_2_with_FS9668.patch
+ add  FS#9668  patch
   uisimulator_mingw_2.patch (3.1 KiB)
 tools/addtargetdir.pl |    4 ++--
 tools/configure       |   10 ++++++++++
 tools/functions.make  |    2 +-
 tools/genlang         |    6 +++++-
 tools/root.make       |    4 +++-
 5 files changed, 21 insertions(+), 5 deletions(-)

   uisimulator_mingw_2_with_FS9668.patch (6.4 KiB)
 tools/addtargetdir.pl |    4 ++--
 tools/configure       |   10 ++++++++++
 tools/functions.make  |    2 +-
 tools/genlang         |   16 ++++++++++------
 tools/root.make       |    4 +++-
 tools/svnversion.sh   |   46 +++++++++++++++++++++++++---------------------
 6 files changed, 51 insertions(+), 31 deletions(-)

Loading...