-
Notifications
You must be signed in to change notification settings - Fork 21
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
compile example error #11
Comments
Hi fruitdish, I have not really seen this error before. Can you please share with me your environment settings (OS, gcc version, etc.)? I would also suggest that you try upgrading your gcc to a newer version and verify whether you are able to compile mOS with it. Thanks. |
Hi jamshed, kernel version : 3.10.0-514.26.2.el7.x86_64 I can capture packets through DPDK and compile mOS is successful ! Done with DPDK setup. Press enter to start MOS setup ... Done with MOS library setup |
So what was the problem in the first place? Also, we have not tested mOS in a virtualized environment. We first suggest you test out mOS on bare metal machines. Thanks. |
kernel version : 3.16.57 |
Can you please set |
[root@localhost midstat]# make
CC ../../core/lib/libmtcp.a
/usr/bin/ld: edges: TLS definition in ../../core/lib/libmtcp.a(sf_optimize.o) section .tbss mismatches non-TLS definition in /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libpcap.so section .bss
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libpcap.so: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
make: *** [midstat] Error 1I can compile successfully
Hi,
when I use option "./setup.sh --compile-pcap",I can compile successfully. But use option "./setup.sh --compile-dpdk", I can't compile all examples. I'm sure mOS is compile successfully.
The text was updated successfully, but these errors were encountered: