Skip to content
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

Segmentation fault on RPI Zero W - Raspberry Pi OS 20-08-20 #53

Open
nordseele opened this issue Aug 30, 2020 · 0 comments
Open

Segmentation fault on RPI Zero W - Raspberry Pi OS 20-08-20 #53

nordseele opened this issue Aug 30, 2020 · 0 comments

Comments

@nordseele
Copy link

@nordseele nordseele commented Aug 30, 2020

Environment :

Device: Raspberry PI Zero W (Armv6)
OS: Raspberry Pi OS 20-08-20 (same errors with the previous OS).

I tried to install Serialosc on a RPI Zero W following the instructions found on this page https://monome.org/docs/serialosc/raspbian/

Installing with the package fails so I tried to compile from source. Here are the details.

Install with the package:

  • The service doesn't seem to start automatically.
systemctl status serialosc.service
   serialosc.service
   Loaded: loaded (/lib/systemd/system/serialosc.service; disabled; vendor preset: enabled)
   Active: inactive (dead)
  • Running serialoscd manually returns a "Segmentation fault".

Compiling from source:

Serialosc won't compile easily.
./waf returns a lot of warnings/errors. Here's the full output of ./waf -v

fb8fb18e09497794481795e7107ab1575d5fe725_2_1162x1000

Changing line 257 of serialosc/wscript to
conf.env.append_unique("CFLAGS", ["-std=c99", "-Wall", "-Wno-error"])
Serialosc will compile but serialoscd is not found

Capture d’écran 2020-08-30 à 14 33 40

But after a reboot running serialoscd is working this time...

Capture d’écran 2020-08-30 à 14 36 32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant