I am trying to compile a program test for my new OPi Zero that is running ARMBIAN.
From a Hello World program test, I am trying to create a thread that will blink the led at PA17 gpio pin, but GCC's linker complains saying that can't locate pthread_create() function. I am using pthread.h.
Question
serkam 2
Hi
I am trying to compile a program test for my new OPi Zero that is running ARMBIAN.
From a Hello World program test, I am trying to create a thread that will blink the led at PA17 gpio pin, but GCC's linker complains saying that can't locate pthread_create() function. I am using pthread.h.
Somebody found similar issue?
Sergio
Link to post
Share on other sites
6 answers to this question
Recommended Posts