This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6336 - Patch to let Sansa e200 normal to be built.
|
DetailsPatch to let Sansa e200 normal firmware to be built.
|
This task depends upon
Closed by Steve Bavin (pondlife)
Wednesday, 22 November 2006, 11:24 GMT+2
Reason for closing: Accepted
Additional comments about closing: \"This is now in CVS\"
I\'ll close it then!
Wednesday, 22 November 2006, 11:24 GMT+2
Reason for closing: Accepted
Additional comments about closing: \"This is now in CVS\"
I\'ll close it then!
There are a couple of places where you have checked for all of the CONFIG_CPU==PP50XX. You can replace these with defined (CPU_PP). You seemed to have missed a few things out, though - it did not compile cleanly for me.
Based on your patch, I've made a new one. It compiles with one warning (from the ATA driver,) but does not boot.
This corrects the codec definition, and drops the (incomplete) NAND driver.
This version compiles without any warnings.
There is a problem with the interrupt vectors not being copied properly which causes the boot to fail. This patch does nothing to fix that.