This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12121 - rockboxdev.sh fails with host GCC 4.6.0
Attached to Project:
Rockbox
Opened by Sean Bartell (wtachi) - Thursday, 19 May 2011, 21:06 GMT+2
Last edited by Nils Wallménius (nls) - Saturday, 28 May 2011, 09:15 GMT+2
Opened by Sean Bartell (wtachi) - Thursday, 19 May 2011, 21:06 GMT+2
Last edited by Nils Wallménius (nls) - Saturday, 28 May 2011, 09:15 GMT+2
|
DetailsOn systems with GCC 4.6.0 (e.g. Arch Linux), rockboxdev.sh fails to build some targets due to the new -Wunused-but-set-variable warning. This patch fixes it by just using --disable-werror, as I don't see a point in keeping it enabled.
|
This task depends upon
Closed by Nils Wallménius (nls)
Saturday, 28 May 2011, 09:15 GMT+2
Reason for closing: Accepted
Additional comments about closing: committed, thanks!
Saturday, 28 May 2011, 09:15 GMT+2
Reason for closing: Accepted
Additional comments about closing: committed, thanks!
For which toolchain did this hit you?
I still think the patch is fine but i'd like to know what exactly it fixes :)
Debian apparently patches GCC to take this warning out of -Werror (http://lists.debian.org/debian-gcc/2011/02/msg00110.html). -Werror should still appear in the commands run.