Nikolay_Po (05.08.2024 13:43, просмотров: 68) ответил mse homjak на Если шьёте НЕХ, то внимательно подойдите ко включению в него КОНСТ.
Можно легко про них забыть, а программа о них помнит.
У меня сечас так: -O ihex. Без других ключей. Значит, все секции
включает. -j sectionpattern
--only-section=sectionpattern
Copy only the indicated sections from the input file to the output file. This option may be given more than once. Note that using this option inappropriately may make the output file unusable. Wildcard characters are accepted in sectionpattern.
If the first character of sectionpattern is the exclamation point (!) then matching sections will not be copied, even if earlier use of --only-section on the same command line would otherwise copy it. For example:
--only-section=.text.* --only-section=!.text.foo
will copy all sectinos matching ’.text.*’ but not the section ’.text.foo’.