Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
オプション -fpic および -msingle-pic-base を指定して arm cortex-m3 用にコンパイルすると、グローバル オフセット テーブルが作成されます。ただし、静的変数 (グローバルまたはローカル) はグローバル オフセット テーブルに含まれず、絶対アドレスを持ちます。これはバグなのか機能なのか、それとも追加のオプションがないのでしょうか?