ttn-zh / ic880a-gateway

Reference setup for iC880a gateways running The Things Network
GNU General Public License v3.0
455 stars 210 forks source link

Error - mpsse.h:221: first defined here #92

Closed DavideMorgado closed 1 year ago

DavideMorgado commented 1 year ago

After running the command sudo ./install.sh, I get this error. Can anyone help me?

gcc -Wall -fPIC -fno-strict-aliasing -g -O2 -shared -Wl,-soname,libmpsse.so mpsse.o fast.o support.o \ -o libmpsse.so -lftdi /usr/bin/ld: fast.o:/opt/ttn-gateway/libmpsse/src/mpsse.h:221: multiple definition of fast_rw_buf'; mpsse.o:/opt/ttn-gateway/libmpsse/src/mpsse.h:221: first defined here /usr/bin/ld: support.o:/opt/ttn-gateway/libmpsse/src/mpsse.h:221: multiple definition offast_rw_buf'; mpsse.o:/opt/ttn-gateway/libmpsse/src/mpsse.h:221: first defined here collect2: error: ld returned 1 exit status