-
Notifications
You must be signed in to change notification settings - Fork 2
Description
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.