[U-Boot] uboot 2014-04 + gcc7+ = crash in net_set_ip_header (ping/tftp)

Frank Wunderlich frank-w at public-files.de
Mon Sep 30 09:17:49 UTC 2019


Hi,

it turns out that this optimization-option causes the crash: -fstore-merging

so i use now "-Os -fno-store-merging"

any idea why this flag causes the crash and how it can be fixed in code instead of compilerflag?

regards Frank


More information about the U-Boot mailing list