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.
是否可以使用 GNU GCC 编译器将特定的 C 库函数定位在指定的内存位置。
我正在使用 avr-gcc 来编译应用程序。这样做的确切目的是我需要编写一个包含对 fscanf 函数的调用的代码片段,并且我希望此应用程序的所有代码和相关函数都应该在特定的地址范围内。
不是特定的函数,但如果您可以控制库的源代码,则可以将函数放置在特定的段中,然后使用链接描述文件将该段放置在特定的位置。