You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dont get the program to work (on an Ubuntu 20.10):
$ ./src/bz
terminate called after throwing an instance of 'char const*'
Aborted (core dumped)
I never really learned C++, so before spending hours debugging, I ask if this is a known thing, or if there is a recommended Linux version where it should work, or if I better only try with a Raspberry device.
Thanks in advance! The project looks very promising and I would love to be able to use it! ;)
The text was updated successfully, but these errors were encountered:
The executable you are trying to run only works on Raspberry Pi with the control interface built. On a desktop device you can run some of the examples instead. There is more information in the user guide of our wiki.
@henning No worries. We're glad you're giving our project a try even though it's in its infancy. Let us know if you have other issues or ideas. Admittedly the release is very early and rather unstable. We're hoping to get ahead with development and have a new version that is truly usable and fun so keep an eye on bzzzbz :)
Hi,
I dont get the program to work (on an Ubuntu 20.10):
I never really learned C++, so before spending hours debugging, I ask if this is a known thing, or if there is a recommended Linux version where it should work, or if I better only try with a Raspberry device.
Thanks in advance! The project looks very promising and I would love to be able to use it! ;)
The text was updated successfully, but these errors were encountered: