You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Linker<sup>1</sup> is the linker as called directly (<code>avr-ld</code>) whereas Linker<sup>2</sup> is the linker as called though the compiler driver <code>avr-gcc</code>. The latter is the usual way to invoke the linker. When these two versions are not the same, then the resulting toolchain may have inconsistencies.</p>
1270
1270
<p>When you have more then one toolchain installed, then make sure you are calling the command from the intended toolchain, e.g. by specifying the absolute path to the tool.</p>
1271
1271
<p>Also notice that software may come with vendor specific patches, so that the tool behaves differently than the stock version.</p>
1272
-
<p>The FAQ document you are reading right now is part of an AVR-LibC that has been configured for the following tool versions:</p>
<p><aclass="anchor" id="faq_toolchain_support"></a> The following features have been detected when building AVR-LibC. They influence how pars of the library behave.</p>
1293
-
<tableclass="doxtable">
1294
-
<caption>Toolchain Features affecting AVR-LibC</caption>
0 commit comments