Hi,
I am developing software ar Raspberry Pi ( I am new at this field), I am evaluating the VisualGDB (using Microsoft Visual Studio) to do it, because it is very simple to start, compile and debug the code. It was going all OK until I have tried to use pthreads, I am not able to compile in any way. I have installed the NuGet packet but without effect. I have these errors:
- Error Command-line action failed
- C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.MakeFile.Targets 44
- Error ld returned 1 exit status
- Error undefined reference to `pthread_create’
¿Anyone can help me? I am completely lost.
Thanks