在编译一个LCD的测试程序(裸机程序)时,make不成功,提示如下:
cd lib; make; cd ..
make[1]: Entering directory `/home/fcj/hardware/lcd/lib'
ar -r -o libc.a div64.o lib1funcs.o ctype.o muldi3.o printf.o string.o vsprintf.o
ar: libc.a: 没有那个文件或目录
make[1]: *** [libc.a] Error 1
make[1]: Leaving directory `/home/fcj/hardware/lcd/lib'
arm-linux-ld -Tlcd.lds -o lcd_elf head.o init.o nand.o interrupt.o serial.o lcddrv.o framebuffer.o lcdlib.o main.o lib/libc.a
arm-linux-ld: lib/libc.a: No such file: 没有那个文件或目录
make: *** [lcd.bin] Error 1
不知该怎么解决,望高手指点,谢谢!!