本文主要是介绍[小技巧] 如何获取 gcc 默认的 linker script,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
参考:https://sourceware.org/ml/binutils/2009-05/msg00174.html
使用 -Wl,-verbose 即可。
Pass -verbose option to linker, will show you the default linker script file info.
For ex: > gcc a.c -Wl,-verbose
这篇关于[小技巧] 如何获取 gcc 默认的 linker script的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!