/home/yannzi/2.15my_u-boot-1.1.6makelight2/include/common.h:612: Error: bad instruction `void fprintf(int file,const char*fmt,...)' /home/yannzi/2.15my_u-boot-1.1.6makelight2/include/common.h:613: Error: bad instruction `void fputs(int file,const char*s)' /home/yannzi/2.15my_u-boot-1.1.6makelight2/include/common.h:614: Error: bad instruction `void fputc(int file,const char c)' /home/yannzi/2.15my_u-boot-1.1.6makelight2/include/common.h:615: Error: bad instruction `int ftstc(int file)' /home/yannzi/2.15my_u-boot-1.1.6makelight2/include/common.h:616: Error: bad instruction `int fgetc(int file)' /home/yannzi/2.15my_u-boot-1.1.6makelight2/include/common.h:618: Error: bad instruction `int pcmcia_init(void)'
还有好多bad instruction东西。 我用的交叉编译工具是arm-linux-gcc-3.4.5、glibc-2.3.6, 我想移植到S3C2440 请问这是怎么回事,有办法弄好吗? |