-
Notifications
You must be signed in to change notification settings - Fork 195
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
Please help me about this "Make" Error on my Ubuntu 16.04 LTS. #37
Comments
Duplicates: #7 |
Sign_in_propub3r6espa33wonion.pt
A sábado, 21/03/2020, 22:58, jtang613 <[email protected]> escreveu:
… Duplicates: #7 <#7>
Refer there for the solution.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL576T5HK6JOEWFHPUEAHZ3RIVBBJANCNFSM4LQ4Z2LQ>
.
|
Sign_in
A sábado, 21/03/2020, 12:38, MARC-AURELE CHEGNIMONHAN <
[email protected]> escreveu:
… 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
***@***.***:/home/chegmarco/Documents/OpenBTS-UMTS#
Please help me resolve this type of error.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi, I am also getting this error during compilation. Tried to install multiple bitvector libraries and packages but not going beyond this error. Any solutions please?
|
Hello all.
I'm trying to compile OpenBTS-UMTS. I have already:
By launching the command "make", it has long compiled and about an hour afterwards, it returns me this type of error below:
Please help me resolve this type of error.
The text was updated successfully, but these errors were encountered: