Whats this error?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Whats this error?

1,004 Views
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

Labels (1)
0 Kudos
2 Replies

289 Views
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 Kudos

289 Views
birdbird
Contributor I
Yea sort of understand the problem now. thks alot bro.
0 Kudos