Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9973 - Archos series: the uisimulator builds failure.

Attached to Project: Rockbox
Opened by Yoshihisa Uchida (Uchida) - Monday, 02 March 2009, 04:52 GMT+2
Last edited by Boris Gjenero (dreamlayers) - Tuesday, 21 April 2009, 18:16 GMT+2
Task Type Bugs
Category Configuration
Status Closed
Assigned To No-one
Player Type Archos Player
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

For Archos series(player/recorder/FM/Ondio), the uisimulator builds in the following way.

When tools/configure executes, "A" (Advanced) selects. And after, "S"(simulator) selects.

Then ARCHOSROM or FLASHFILE in $(BUILDDIR)/Makefile are not the empty string.
Therefore, the error occurs when the uisimulator builds.

When not "A" but "S" is selected, building the uisimulator succeeds.

I send this task's patch file.
   configure.patch (0.4 KiB)
 b/tools/configure |    2 ++
 1 file changed, 2 insertions(+)

This task depends upon

Closed by  Boris Gjenero (dreamlayers)
Tuesday, 21 April 2009, 18:16 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Thanks! Accepted in r20772.
Comment by Boris Gjenero (dreamlayers) - Tuesday, 21 April 2009, 18:16 GMT+2
A conditional in root.make takes care of FLASHFILE. Only ARCHOSROM was causing a problem. Patch accepted as-is (ie. also clearing FLASHFILE), because that seems like the right thing to do.

Loading...