|
Tài trợ cho PIC Vietnam |
Lỗi lập trình ngôn ngữ cấp cao Những lỗi trường gặp trong lập trình. Khóa luồng khi bug được lỗi. |
|
Ðiều Chỉnh | Xếp Bài |
26-06-2011, 05:53 PM | #1 |
Nhập môn đệ tử
Tham gia ngày: Aug 2008
Bài gửi: 3
: |
Lỗi Error [500] ; 0. undefined symbols:
Khi mình include 1 file lcdhitech.h trong file main.c tự tạo để giao tiếp LCD thì bị lỗi:
Executing: "C:\Program Files\HI-TECH Software\PICC\9.81\bin\picc.exe" -olcdt.cof -mlcdt.map --summary=default,-psect,-class,+mem,-hex --output=default,-inhx032 lcdt.p1 --chip=16F887 -P --runtime=default,+clear,+init,-keep,+osccal,-download,-resetbits,-stackcall,+clib --opt=default,+asm,-debug,-speed,+space,9 --warn=0 --double=24 --float=24 --addrqual=ignore -g --asmlist "--errformat=Error [%n] %f; %l.%c %s" "--msgformat=Advisory[%n] %s" "--warnformat=Warning [%n] %f; %l.%c %s" Error [500] ; 0. undefined symbols: _lcd_init(lcdt.obj) _lcd_goto(lcdt.obj) _lcd_puts(lcdt.obj) ********** Build failed! ********** Khi mình complie thì OK nhưng Buid thì bị lỗi. Mình sử dụng Hitech C 9.81 Bạn nào biết giúp mình với. Cám ơn nhiều |
|
|