This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
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
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
|
DetailsFor 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. |
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.
Tuesday, 21 April 2009, 18:16 GMT+2
Reason for closing: Accepted
Additional comments about closing: Thanks! Accepted in r20772.
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.