I tried to build the trunk using:
BOOT_CFLAGS='-g -Og' CFLAGS_FOR_TARGET='-g -Og' CFLAGS_FOR_BUILD='-g -Og'
I got a number of compilation warnings -- promoted to errors -- about possibly
uninitialized variables.
I have what I believe is a decent patch that initializes those variables and
which
On 12/29/17, Louis Krupp wrote:
> I tried to build the trunk using:
>
> BOOT_CFLAGS='-g -Og' CFLAGS_FOR_TARGET='-g -Og' CFLAGS_FOR_BUILD='-g -Og'
>
> I got a number of compilation warnings -- promoted to errors -- about
> possibly uninitialized variables.
>
> I have what I believe is a decent patc