03-15-2018, 08:40 AM
(This post was last modified: 03-15-2018, 09:15 AM by Brian Beuken.)
Thanks Patrick
ok i got it, with the new later distro, you have to include the pthread library as well, it wasn't needed with the older Jessie version of Raspbian but the new libs do insist on it.
If you just add pthread your code builds and runs just fine I didn't add that in my little warning on the download page, I will change that tonight when I can edit the website.
Thanks for finding this, its annoying that updates to the OS cause these kinds of niggles but that's why the site is here to keep things up to date. I'll add pthread to the list of files needed. And this post will let people know of this error
ok i got it, with the new later distro, you have to include the pthread library as well, it wasn't needed with the older Jessie version of Raspbian but the new libs do insist on it.
If you just add pthread your code builds and runs just fine I didn't add that in my little warning on the download page, I will change that tonight when I can edit the website.
Thanks for finding this, its annoying that updates to the OS cause these kinds of niggles but that's why the site is here to keep things up to date. I'll add pthread to the list of files needed. And this post will let people know of this error
Brian Beuken
Lecturer in Game Programming at Breda University of Applied Sciences.
Author of The Fundamentals of C/C++ Game Programming: Using Target-based Development on SBC's
Lecturer in Game Programming at Breda University of Applied Sciences.
Author of The Fundamentals of C/C++ Game Programming: Using Target-based Development on SBC's