Еще раз пронекропостю... Так и не понял, что делает эта опция Align Цитирую Help - C/C++ Development Guide - Part2 Reference information - Linker Option - Description of options - --image-input. --image_input bootstrap.abs,Bootstrap,CSTARTUPCODE,4 The contents of the pure binary file bootstrap.abs are placed in the section CSTARTUPCODE. The section where the contents are placed is 4-byte aligned and will only be included if your application (or the command line option --keep) includes a reference to the symbol Bootstrap. Т.е. это выравнивание в байтах? Ставил и 1, и 4, и 16 - выходной файл не меняется, выравнивание всегда до 4х байт. (Если поставить "0", то выскакивает ошибка Su003) IAR-7.50.2 Arm-cortex-M7
|