我最近在搞ch375模块,我用的就是在贵站上下的源程序,用的文件是这三个CH375HFT.C,CH375HFB.H,CH375HFB.A,而且都按照贵站上的方法正确加载了,但我在ICC7.14上编译时,总是出问题,提示错误若下: E:\PROGRA~1\ICC-AV~1\bin\imakew -f CH375.mak iccavr -o CH375 -g -e:0x20000 -ucrtatmega.o -bfunc_lit:0x8c.0x20000 -dram_end:0x10ff -bdata:0x100.0x10ff -dhwstk_size:30 -beeprom:0.4096 -fihx_coff -S2 @CH375.lk E:\avrdesign\ch375\CH375HFB.A -lcatm128 !ERROR file 'CH375HFB.o': undefined symbol 'push_gset1' !ERROR file 'CH375HFB.o': undefined symbol 'push_gset2' !ERROR file 'CH375HFB.o': undefined symbol 'push_gset3' !ERROR file 'CH375HFB.o': undefined symbol 'push_gset4' !ERROR file 'CH375HFB.o': undefined symbol 'push_gset5' !ERROR file 'CH375HFB.o': undefined symbol 'pop_gset1' !ERROR file 'CH375HFB.o': undefined symbol 'pop_gset2' !ERROR file 'CH375HFB.o': undefined symbol 'pop_gset3' !ERROR file 'CH375HFB.o': undefined symbol 'pop_gset4' !ERROR file 'CH375HFB.o': undefined symbol 'pop_gset5' !ERROR Function 'putchar' not defined. This is a hardware dependent function, and it is not included in the ICCAVR default library. Please implement this function to match your target requirements. You can find examples of this function under the \examples.AVR directory. Make a copy of a suitable example, add it to your project and modify it if needed. The source code must #include the appropriate C header file (e.g. stdio.h) as it contains the special compiler pragma for 'putchar'.
E:\PROGRA~1\ICC-AV~1\bin\imakew.exe: Error code 1 Done: there are error(s). Exit code: 1. Wed May 20 00:25:32 2009 请问这是什么问题啊?该怎么解决?烦请哪位高手帮助一下,非常感谢!!!