Error during Linking

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
JoJo_1
Level 2
Level 2
25 sign-ins 5 questions asked 10 replies posted

I am building a project which consist of 500+ files

I am facing an issue with linking stage, It completes the compilation and assembling part. When it comes to linking part, its showing error "unresolved externals".....from .o files. Can anyone suggest a method or know how to resolve this error? 

0 Likes
1 Solution
Yuva
Moderator
Moderator
Moderator
250 replies posted 250 sign-ins 100 solutions authored

Hello,

I think the function is not defined or the required header file is not included.

Thanks

View solution in original post

0 Likes
3 Replies
Yuva
Moderator
Moderator
Moderator
250 replies posted 250 sign-ins 100 solutions authored

Hello,

I think the function is not defined or the required header file is not included.

Thanks

0 Likes
lock attach
Attachments are accessible only for community members.
JoJo_1
Level 2
Level 2
25 sign-ins 5 questions asked 10 replies posted

But it is shown for the object files, as it completes the compilation process

0 Likes
Yuva
Moderator
Moderator
Moderator
250 replies posted 250 sign-ins 100 solutions authored

Hello,

I guess OS_InitTimers is called in OS_configuration_microkernel.c file, can you check where this function is defined?

Thanks.