我最近在搞ch375模塊,我用的就是在貴站上下的源程序,用的文件是這三個(gè)CH375HFT.C,CH375HFB.H,CH375HFB.A,而且都按照貴站上的方法正確加載了,但我在ICC7.14上編譯時(shí),總是出問(wèn)題,提示錯(cuò)誤若下: 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 請(qǐng)問(wèn)這是什么問(wèn)題???該怎么解決?煩請(qǐng)哪位高手幫助一下,非常感謝?。?!