リンカスクリプト - CI/CD 用語集の定義
リンカスクリプトは、object file の入力セクションをどう統合し、出力のメモリ領域とアドレスに配置するかを linker に指示します。組み込みファームウェア、kernel、および正確なメモリレイアウトを必要とするあらゆる build に不可欠です。
関連ガイド
Object File - CI/CD Glossary DefinitionAn object file is the compiler’s machine-code output for one source unit, not yet runnable - the linker combi…
Relocation - CI/CD Glossary DefinitionRelocation is the linker or loader patching address references in compiled code once the load location is kno…
Position-Independent Code - CI/CD Glossary DefinitionPosition-independent code runs correctly regardless of where it is loaded in memory, using relative addressin…