-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WHC syntacts installation problems #1
Comments
Hi @CarlosJohansson, thanks for having shared your problem by opening an issue, so that you may receive help from more people and so that the solution may help all teams. The Syntacts Quick Start guide applies to operating systems for which Syntacts binary releases are available (macOS and Windows). For Linux operating systems, including for the Raspberry Pi, an extra step is needed: compiling the source code to build the GUI and libraries. From the tutorials linked in the README right below Quick Start, you will find the Building tutorial, from its last section Building on Linux. Regarding:
You can install these dependencies from a terminal:
I have found package names in this list: https://www.raspberryconnect.com/raspbian-packages/77-raspbian-libdevel. If you want Jack audio connection support, you may add Let us know if that helps! |
tagging on to this issue; I'm also having a problem with the build. I have followed on the instructions above and when I try to build I get stuck at [ 93%] Linking CXX executable rtti. Has anyone else faced this issue or know how to fix it? |
Hi @sriGanna, Is there more contextual information than Can you also try to reconfigure by appending |
Hi, these are the steps we took to get Syntacts built on the Raspberry Pi4 and have tested python and c examples. We pushed a branch called cyborg-crafts that has an updated CMakeLists.txt file Instructions: // Installs // Audio injector "driver" which needs to be downloaded from their website: https://github.com/Audio-Injector/Octo // Pull syntacts // Update all submodules // Create build directory // Enter build directory // Prepare for building // Verify in CMakeCache.txt that PA_USE_ALSA is set to on // Build // Verify audioinjector board shows up by running: // run pycharm // Start a new project |
Regarding the Syntacts GUI instalatiion part of the Quick Start guide, it states:
Get the latest Release and extract the files.
Run the GUI executable syntacts_gui in the top level directory.
However, the "source" option of the release (which we believe is the right one, since we're meant to run it on the Raspberry unix distro, and not Windows or Mac) does not contain an executable "syntacts_gui" file. By trying to use the same file in the Mac release, it doesn't run, only presenting us with an "impossible to execute the binary file / error in the exec format" message.
We also tried to run the python examples, however they seem to be lacking the Syntacts library, which we guess would be installed by the file we're missing.
Are we missing something? We already installed Octo and we've been trying different solutions for the past week (like installing a different linux distro on the Raspberry pi, which didn't pan out).
@WHC2021SIC/sic-chairs
The text was updated successfully, but these errors were encountered: