On Wed, Jan 27, 2021 at 12:09:46PM +0100, Heinrich Schuchardt wrote:
> Compiling wandboard_defconfig with CONFIG_UT_LOG=y leads to a build error:
>
> test/log/pr_cont_test.c: In function ‘log_test_pr_cont’:
> test/log/pr_cont_test.c:28:14: error:
> ‘gd_t’ {aka ‘volatile struct global_data’} has n
Compiling wandboard_defconfig with CONFIG_UT_LOG=y leads to a build error:
test/log/pr_cont_test.c: In function ‘log_test_pr_cont’:
test/log/pr_cont_test.c:28:14: error:
‘gd_t’ {aka ‘volatile struct global_data’} has no member named ‘log_fmt’
log_fmt = gd->log_fmt;
We do not want to let CONFIG_
2 matches
Mail list logo