摘要: head.s文件 int.c文件 interrupt.c 头文件 Makefile objs := head.o init.o interrupt.o main.o int.bin: $(objs) arm-linux-ld -Ttext 0x00000000 -o int_elf $^ arm-l 阅读全文
posted @ 2017-02-08 23:16 毛小子 阅读(130) 评论(0) 推荐(0)
摘要: head.s文件 init.c文件 最重要的nand.c MakeFile (其中main.c文件链接地址为) objs := head.o init.o nand.o main.o nand.bin : $(objs) arm-linux-ld -Tnand.lds -o nand_elf $^ 阅读全文
posted @ 2017-02-08 08:02 毛小子 阅读(655) 评论(0) 推荐(0)