СС
Size: a a a
СС
s
СС
A
СС
СС
A
СС
I
СС
I
I
A
I
I
СС
I
A
R
include/configs
:#define CONFIG_MY_VAR "MyVariable"в
include/env_default.h:
#ifdef CONFIG_MY_VAR
"my_var=" CONFIG_MY_VAR "\0"
#endif
При компиляции получаю ошибку:Error: You must add new CONFIG options using Kconfig
The following new ad-hoc CONFIG options were detected:
CONFIG_MY_VAR
Please add these via Kconfig instead. Find a suitable Kconfig
file and add a 'config' or 'menuconfig' option.