General Comments and Discussions #2
Replies: 1 comment 4 replies
-
Hello, Im having difficulty compiling Piccolo_OS_Plus. There was a typeo that I fixed in the docs directory (readme.md.in) was all in upper case. I fixed that and when I typed cmake . it successfully created the makefile. When I used make, I received an error: (piccolo_os_demo.c:(.ext.spinner+0x10c): undefined reference to 'sem_try_acquire' I was able to successfully compile v1 and also 1.1 just fine. I don't have very much experience using cmake. I typically use Arduino C for most of my projects. Please forgive my lack of knowledge. Perhaps I am doing something wrong. On a quick google search it was advised to use -ipthread when I link, however Im not sure where to put switches using cmake/make. Applying -lpthread, -pthread or -lrt options to cmake or make, I receive the same error. Thank you, |
Beta Was this translation helpful? Give feedback.
-
I notice that most repositories have no really nice way to talk with the author, ask questions, make suggestions, etc. So I opened the discussions page. If people don't flood it with troll do-do or spam, maybe it will be a good connection. So ask or comment!
Beta Was this translation helpful? Give feedback.
All reactions