Solomon

Results 7 comments of Solomon

I think it might help if you describe the changes you made.

What I meant was to add describe whatever you changed (and why you changed it) into the pull request. It makes it alot easier for the repo owner to evaluate...

> I reinstalled a newer version of Raspbian and everything seemed to work just fine. @Kishaihd Could you close the issue since its no longer an issue?

Using M3 MacBook Air running Sonoma 14.4. I had the exact same problem as this issue, and running `support/buildNatives` (requires `brew install gradle`) as suggested by Ryan worked

@ncorgan is the suggestion to create hier blocks in c++ to replace these hier blocks currently in python?

We had an [inconclusive discussion ](https://github.com/gnuradio/gnuradio/pull/4969) about the mapping when I wanted to replace Clock Recovery MM with Symbol Sync on one of the hier block. The issue was -...

Thank you for posting this. I had this same error. In addition, the `CMakeError.txt` made it seem like `-lpthreads` was the issue. ``` src.c:(.text+0x46): undefined reference to `pthread_create' /usr/bin/ld: src.c:(.text+0x52):...