-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Description
Hello all.
I'm trying to compile OpenBTS-UMTS. I have already:
asn1c
libtool-bin
By launching the command "make", it has long compiled and about an hour afterwards, it returns me this type of error below:
make[2] : on quitte le répertoire « /home/chegmarco/Documents/OpenBTS-UMTS/NodeManager »
Making all in apps
make[2] : on entre dans le répertoire « /home/chegmarco/Documents/OpenBTS-UMTS/apps »
/bin/bash ../libtool --tag=CXX --mode=link g++ -g -O3 -Wall -pthread -ldl -DTIMESTAMP_ISO=`date +'"%Y-%m-%dT%H:%M:%S"'` -o OpenBTS-UMTS OpenBTS_UMTS-OpenBTS-UMTS.o OpenBTS_UMTS-GetConfigurationKeys.o ../Globals/libglobals.la ../CLI/libcli.la ../TRXManager/libtrxmanager.la ../SIP/libSIP.la ../UMTS/libUMTS.la ../Control/libcontrol.la ../SGSNGGSN/libSGSNGGSN.la ../ASN/libRRCASN.la ../GSM/libGSM.la ../SMS/libSMS.la ../NodeManager/libnodemanager.la -lzmq -losipparser2 -losip2 -lortp -lpthread -lrt ../CommonLibs/libcommon.la -lzmq
libtool: link: g++ -g -O3 -Wall -pthread -DTIMESTAMP_ISO=\"2020-03-21T11:37:02\" -o OpenBTS-UMTS OpenBTS_UMTS-OpenBTS-UMTS.o OpenBTS_UMTS-GetConfigurationKeys.o ../Globals/.libs/libglobals.a ../CLI/.libs/libcli.a ../TRXManager/.libs/libtrxmanager.a ../SIP/.libs/libSIP.a ../UMTS/.libs/libUMTS.a ../Control/.libs/libcontrol.a ../SGSNGGSN/.libs/libSGSNGGSN.a ../ASN/.libs/libRRCASN.a ../GSM/.libs/libGSM.a ../SMS/.libs/libSMS.a ../NodeManager/.libs/libnodemanager.a /usr/lib/x86_64-linux-gnu/libosipparser2.so /usr/lib/x86_64-linux-gnu/libosip2.so -lortp -lpthread -lrt ../CommonLibs/.libs/libcommon.a -ldl /usr/lib/x86_64-linux-gnu/libsqlite3.so -lzmq -pthread
../ASN/.libs/libRRCASN.a(BOOLEAN.o): In function `BOOLEAN__xer_body_decode':
/home/chegmarco/Documents/OpenBTS-UMTS/ASN/o/BOOLEAN.c:164: undefined reference to `xer_is_whitespace'
collect2: error: ld returned 1 exit status
Makefile:502 : la recette pour la cible « OpenBTS-UMTS » a échouée
make[2]: *** [OpenBTS-UMTS] Erreur 1
make[2] : on quitte le répertoire « /home/chegmarco/Documents/OpenBTS-UMTS/apps »
Makefile:550 : la recette pour la cible « all-recursive » a échouée
make[1]: *** [all-recursive] Erreur 1
make[1] : on quitte le répertoire « /home/chegmarco/Documents/OpenBTS-UMTS »
Makefile:481 : la recette pour la cible « all » a échouée
make: *** [all] Erreur 2
root@Cheg:/home/chegmarco/Documents/OpenBTS-UMTS#
Please help me resolve this type of error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels