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.
我有一个常量数组,链接器将其放入 .rodata 部分。我需要它进入 .text 部分。可能吗?我已经尝试将它定义为 static const 但它没有改变任何东西。我正在使用 Green Hills 链接器和编译器。
谢谢!