arm-linux-ld: cannot find sdram_init.o
Posted 进心进利
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了arm-linux-ld: cannot find sdram_init.o相关的知识,希望对你有一定的参考价值。
原因:makefile依赖部分,少写了.o文件,编译时候所以找不到。
解决:在依赖部分添加上对应的文件sdram_init.o
其中红字部分为添加的代码
led.bin: start.o led.o sdram_init.o arm-linux-ld -Tlink.lds $^ -o led.elf arm-linux-objcopy -O binary led.elf led.bin arm-linux-objdump -D led.elf > led_elf.dis gcc mkv210_image.c -o mkx210 ./mkx210 led.bin 210.bin %.o:%.S arm-linux-gcc $< -o [email protected] -c -nostdlib %.o:%.c arm-linux-gcc $< -o [email protected] -c -nostdlib clean: rm *.o *.elf *.bin *.dis mkx210 -f
以上是关于arm-linux-ld: cannot find sdram_init.o的主要内容,如果未能解决你的问题,请参考以下文章
go 报错 cannot find module providing package或cannot find main module
eclipse故障cannot find -lstdc++,如何解决??麻烦高手详细讲解
/usr/bin/ld: cannot find -llzma /usr/bin/ld: cannot find -lbz2
Cannot find module '@babel/plugin-transform-react-jsx' 和Cannot find module '@babel/core&
Browser cannot find PAC because wpad hostname cannot be resolved