This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Undefined Symbol Error

Hello!

I have a code that is working perfectly on Eclipse for Linux and I would like to copy it to a windows computer with keil. I created a new project with Keil copying the template example and putting into the folder the copy of main.c and sdk_config.h of the working project from the Linux computer, but when i try to compile i get this error:

image description

I tried also to follow this question and several suggestions on the internet, but I didn't solve the problem.

Comparing the codes in eclipse and Keil, I can't find any differences between the setting, and moreover, if I do right-click on one of the undefined symbols and go to references for that symbol, I have the same files in both the project.

My question is: is it the right procedure to copy a project from a computer to another? How can I solve these errors?

Thank you

Related