1 Star 1 Fork 2

yuzhou1234 / 嵌入式linux代码备份

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
imx6ull.lds 240 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuzhou1234 提交于 2020-02-16 20:51 . 外部中断实验实验完成
SECTIONS{
. = 0X87800000;
.text :
{
obj/start.o
*(.text)
}
.rodata ALIGN(4) : {*(.rodata*)}
.data ALIGN(4) : { *(.data) }
__bss_start = .;
.bss ALIGN(4) : { *(.bss) *(COMMON) }
__bss_end = .;
}
1
https://gitee.com/yuzhou1234/code.git
git@gitee.com:yuzhou1234/code.git
yuzhou1234
code
嵌入式linux代码备份
master

搜索帮助