Rockbox Development > New Ports

Sansa Fuze+

<< < (69/162) > >>

qiaozi:
I got an error compiling the bootloader:

~/project/rockbox/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c: In function 'lcd_init_device':
~/project/rockbox/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c:388: error: 'lcd_on' undeclared (first use in this function)


Had a look in the code, 'lcd_on' is defined as:

#ifdef HAVE_LCD_ENABLE
bool lcd_on; /* framebuffer-imx233.c */
#endif


But I cannot find anywhere in the code that defines HAVE_LCD_ENABLE. Is this set by the configure script?

EDIT:

Ignore the above post, I updated my source tree and the problem is gone now.

pamaury:
The bootloader built has been fixed. But you normally don't need to build the bootloader, there is already a released version on our server.

qiaozi:
Thanks pamaury,

Everything working OK now. ;D

pamaury:
By chance today I managed to get the weird audio bug that megal0maniac described (with the exact same file). But it was by chance: I forgot to shutdown my player and after some time I realized it was still playing the audio output was exactly like yours. I'll try to add some audio debug screen in case it happen again.

megal0maniac:
Is there anything I can do in the way of capturing debug info when this behaviour occurs?
Something I could compare between regular and broken playback?
Have you perhaps found anything unusual about the file? (It does this with the whole album, though)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version