Skip to main content
trx2001
Associate II
November 27, 2021
Solved

Hi The goal is to convert the Sigfox_Button example in STSW-S2LP-SFX-DK from Keil IDE to STM32CubeIDE.

  • November 27, 2021
  • 3 replies
  • 1814 views

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.

This topic has been closed for replies.
Best answer by Tesla DeLorean

Looks like it wants actual file names and paths

Keil libraries whilst in ELF format, might have different expectations than GNU/GCC

3 replies

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
November 27, 2021

Looks like it wants actual file names and paths

Keil libraries whilst in ELF format, might have different expectations than GNU/GCC

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
trx2001
trx2001Author
Associate II
November 28, 2021

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

trx2001
trx2001Author
Associate II
November 30, 2021

Hi Tesla

I found the problem on your suggestion. It's a libraries compatibility

Thanks for your Help

Regards

Adriano