2021-11-27 06:23 AM
I adjust the code and now I don't have compiler errors but I have 3 link errors.
The 3 library that I added in the link section are not found. I remove the extension
when add them in the list and set the files correct path.
The attachments show my settings and the error.
Solved! Go to Solution.
2021-11-27 06:29 AM
Looks like it wants actual file names and paths
Keil libraries whilst in ELF format, might have different expectations than GNU/GCC
2021-11-27 06:29 AM
Looks like it wants actual file names and paths
Keil libraries whilst in ELF format, might have different expectations than GNU/GCC
2021-11-28 08:11 AM
Hi Tesla
Thank you for your suggestion.
I tried to provide the full path and also tried to rename the library from .a to .lib.
Unfortunately I was unable to solve the problem
2021-11-30 05:36 AM
Hi Tesla
I found the problem on your suggestion. It's a libraries compatibility
Thanks for your Help
Regards
Adriano