Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: jmb on December 23, 2023, 02:17:48 am

Title: Problem with : undefined reference to symbol 'timer_settime
Post by: jmb on December 23, 2023, 02:17:48 am
Hi

The same Problem with: timer_create

I tried the Option -lrt  and I tried to add this library :  /lib/i386-linux-gnu/librt.so.1

Nothing helps. In the Net I found the hint, that the order for the compiler-option is important.
But I dont want to edit a makefile. Is it not possible, to do that via the IDE ?

Any Idea how I can compile my Project ?






Title: Re: Problem with : undefined reference to symbol 'timer_settime
Post by: stahta01 on December 24, 2023, 06:40:28 am
If you post a build log; someone might be able to help.

Tim S.
Title: Re: Problem with : undefined reference to symbol 'timer_settime
Post by: jmb on December 24, 2023, 09:10:47 pm
I must have damaged my configuration. I finally got it to work. Thanks for the answer though.

Merry Christmas to you all