简体   繁体   English

ARM Scatter文件中的符号

[英]Symbols in ARM Scatter file

Just like we can use Load, Execution regions symbols using ARM Scatter file in c source code. 就像我们可以在c源代码中使用ARM Scatter文件使用Load,Execution区域符号一样。 Is it possible to define your own symbol in Scatter file and use it in c source? 是否可以在Scatter文件中定义自己的符号并在c源代码中使用它?

you can define your symbols in a headerfile then include it in the scatterfile using the command at the beginning of the scatter file 您可以在头文件中定义符号,然后使用分散文件开头的命令将其包含在分散文件中

#! armcc -E

http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0474i/Chdiehag.html http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0474i/Chdiehag.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ARM分散文件-如何在执行区域内保留Flash数据 - ARM scatter file - How to preserve Flash Data inside Execution Region 如何将GNU链接器脚本ld转换为分散文件(ARM) - How to convert a GNU linker Script ld to Scatter File (ARM) Xcode 中架构 arm64 的未定义符号 - Undefined symbols for architecture arm64 in Xcode 链接的ELF文件不包含符号 - linked ELF file contains no symbols FFmpeg libavcodec.a Xcode链接器问题 - 架构arm64的未定义符号 - FFmpeg libavcodec.a Xcode linker issues - Undefined symbols for architecture arm64 Mac OS - VS Code Insiders - Code Runner:架构 arm64 的未定义符号 - Mac OS - VS Code Insiders - Code Runner: Undefined symbols for architecture arm64 无法将C代码链接到目标C:体系结构arm64的未定义符号 - Failing to link C code into Objective C: Undefined symbols for architecture arm64 带有弱符号的奇怪链接行为(ARM-EABI展开例程__cxa_begin_cleanup) - Strange linking behaviour with weak symbols (ARM-EABI unwinding routines __cxa_begin_cleanup) 体系结构arm64的未定义符号:FBSDK Marketing Kit引用自:FBSDK Marketing Kit - Undefined symbols for architecture arm64: FBSDK View Hierarchy referenced from: FBSDK Marketing Kit ARM 链接器错误消息“没有源文件 - 无事可做”,在库中找不到现有符号? - ARM Linker error message "no source files - nothing to do", does not find existing symbols in library?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM