cancel
Showing results for 
Search instead for 
Did you mean: 

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

trx2001
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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 Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

3 REPLIES 3

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 Venmo
Up vote any posts that you find helpful, it shows what's working..
trx2001
Associate II

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
Associate II

Hi Tesla

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

Thanks for your Help

Regards

Adriano