Skip to main content
Associate III
November 21, 2025
Question

locking support with picolib

  • November 21, 2025
  • 1 reply
  • 155 views

I am using the starm-clang with cmake.

I need to use multithreading lock. I understand that in standard PICOLIBC the locking functions are included but just as stubs and "weak" defined and you need to override the functions and define new implementations to use them.

I tried to do this but I get all kinds of "duplicate symbols" errors when I link.

Are you doing something special with the STARM_PICOLIBC library?

Is the locking functions already implemented and functional in you version of PICOLIBC? 

1 reply

dvescoviAuthor
Associate III
December 8, 2025

still waiting on response