Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10437 - Build failure the uisimulator using MinGW.

Attached to Project: Rockbox
Opened by Yoshihisa Uchida (Uchida) - Wednesday, 15 July 2009, 13:28 GMT+2
Task Type Bugs
Category Build environment
Status Unconfirmed
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 0%
Private No

Details

The uisimulator cannot be build by using the source of the latest version on MinGW.

I send this bug's patch.

It is necessary to apply the patch of FS#10021 to build the firmware on MinGW.
   rb_mingw.patch (10.5 KiB)
 b/apps/codecs/codecs.make                      |    2 +-
 b/apps/codecs/demac/libdemac.make              |    2 +-
 b/apps/codecs/lib/libcodec.make                |    2 +-
 b/apps/codecs/liba52/liba52.make               |    2 +-
 b/apps/codecs/libalac/libalac.make             |    2 +-
 b/apps/codecs/libasap/libasap.make             |    2 +-
 b/apps/codecs/libcook/libcook.make             |    2 +-
 b/apps/codecs/libfaad/libfaad.make             |    2 +-
 b/apps/codecs/libffmpegFLAC/libffmpegFLAC.make |    2 +-
 b/apps/codecs/libm4a/libm4a.make               |    2 +-
 b/apps/codecs/libmad/libmad.make               |    2 +-
 b/apps/codecs/libmusepack/libmusepack.make     |    2 +-
 b/apps/codecs/libspc/libspc.make               |    2 +-
 b/apps/codecs/libspeex/libspeex.make           |    2 +-
 b/apps/codecs/libtremor/libtremor.make         |    2 +-
 b/apps/codecs/libwavpack/libwavpack.make       |    2 +-
 b/apps/codecs/libwma/libwma.make               |    2 +-
 b/tools/addtargetdir.pl                        |    8 +++++++-
 b/tools/root.make                              |    8 ++++++--
 19 files changed, 30 insertions(+), 20 deletions(-)

This task depends upon

Comment by Björn Stenberg (zagor) - Friday, 21 August 2009, 00:38 GMT+2
Why is it necessary to add the CODEC_SRC variable? Isn't the change to addtargetdir.pl enough?

Loading...