Skip to content

Still working? #2

Description

@edikay

Your library is still working? Because when Im trying ./get_code then I get errors:
root@multibooth:/rpi_ws281x# make all
mkdir -p java/com/github/h0ru5/neopixel
swig -java -package com.github.h0ru5.neopixel -outdir java/com/github/h0ru5/neopixel python/rpi_ws281x.i
cc -fPIC -I"/opt/jdk1.8.0_121/include/" -I"/opt/jdk1.8.0_121/include/"/linux -c python/rpi_ws281x_wrap.c -o rpi_ws281x_wrap.o
cc -shared -o librpi_ws281x.so ws2811.o dma.o pwm.o rpi_ws281x_wrap.o
cc main.c librpi_ws281x.so -L. -lrpi_ws281x -Wl,-rpath='RIGIN' -o demo
librpi_ws281x.so: undefined reference to mem_unlock' librpi_ws281x.so: undefined reference to unmapmem'
librpi_ws281x.so: undefined reference to mem_free' librpi_ws281x.so: undefined reference to mem_lock'
librpi_ws281x.so: undefined reference to mapmem' librpi_ws281x.so: undefined reference to rpi_hw_detect'
librpi_ws281x.so: undefined reference to pcm_pin_alt' librpi_ws281x.so: undefined reference to mbox_close'
librpi_ws281x.so: undefined reference to mbox_open' librpi_ws281x.so: undefined reference to mem_alloc'
collect2: error: ld returned 1 exit status

Can you help me? I know last update 2 years ago.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions