arm-linux-ld 

直接指定代码段,数据段,BSS段的起始地址

-Ttest startaddr
-Tdata startaddr
-Tbss startaddr

示例:

arm-linux-ld –Ttext 0x0000000 led.o –o led.elf

相关文章:

  • 2021-10-21
  • 2021-11-07
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
  • 2021-11-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案