Whats this error?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Whats this error?

1,465 次查看
birdbird
Contributor I

Link Error   : L1822: Symbol STOP3_MODE_EXIT in file C:\Users\new acc\Documents\sch work\FYP\FYP\Firmware Development\TargetBoard\Sources\Test
Modules\KBI\Copy_of__KBI_Data\Standard\ObjectCode\KBInotes.c.o is undefined

Project: Copy of  KBI.mcp, Target: Standard

 

Link Error   : L1822: Symbol TimeOut_init in file C:\Users\new acc\Documents\sch work\FYP\FYP\Firmware Development\TargetBoard\Sources\Test
Modules\KBI\Copy_of__KBI_Data\Standard\ObjectCode\KBInotes.c.o is undefined

Project: Copy of  KBI.mcp, Target: Standard

 

Link Error   : L1822: Symbol LCDPutChar in file C:\Users\new acc\Documents\sch work\FYP\FYP\Firmware Development\TargetBoard\Sources\Test Modules\KBI\Copy_of__KBI_Data\Standard\ObjectCode\KBInotes.c.o
is undefined

Project: Copy of  KBI.mcp, Target: Standard

 

L1823: External object bADC_Sample in C:\Users\new acc\Documents\sch work\FYP\FYP\Firmware Development\TargetBoard\Sources\Test
Modules\KBI\Copy_of__KBI_Data\Standard\ObjectCode\KBInotes.c.o created by default

Project: Copy of  KBI.mcp, Target: Standard

 

Link Error   : Link failed
Project: Copy of  KBI.mcp, Target: Standard

标签 (1)
0 项奖励
回复
2 回复数

750 次查看
Lundin
Senior Contributor IV
The linker says it can't find those functions/variables it point out to you.

If you want a better reply you'll have to post code or upload the project, as there are multiple reasons why a particular identifier can't be found. To begin with, make sure you have them declared in your .c files and that you never allocate anything inside a .h file.
0 项奖励
回复

750 次查看
birdbird
Contributor I
Yea sort of understand the problem now. thks alot bro.
0 项奖励
回复