tbarbette / fastclick

FastClick - A faster version of the Click Modular Router featuring batching, advanced multi-processing and improved Netmap and DPDK support (ANCS'15). Check the metron branch for Metron specificities (NSDI'18). PacketMill modifications (ASPLOS'21) as well as MiddleClick(ToN, 2021) are merged in main.
Other
280 stars 81 forks source link

An Error in fastclick installation #162

Open signet68 opened 5 years ago

signet68 commented 5 years ago

Hi all,

I have tried to install the fastclick on ubuntu 16.04 (and even on 14.04) according to the fastclick manual. I run the ./configure command in user mode: ./configure --enable-userlevel --disable-linuxmodule --enable-user-multithread however, I have a problem with running make command screenshot from 2019-01-17 18-28-28

Can you guide me to solve the problem? Thanks.

tbarbette commented 5 years ago

You are in a VM right? What is the architecture? Can you show the output of cat /proc/cpuinfo ?

signet68 commented 5 years ago

Thanks to your response.

No, I installed ubuntu 32bit directly on my laptop. I attached a txt file as output of cat /proc/cpuinfo.

k.txt

tbarbette commented 5 years ago

What is your gcc/g++ version?

(PS : why a 32bit version? You have a 64bit processor, it will slow down the system for no reason?).

signet68 commented 5 years ago

screenshot from 2019-01-18 17-29-19

I had installed the ubuntu18.04 64bit, but my system was really slow!

tbarbette commented 5 years ago

The error is because of the 32bit system (thanks @aliireza ). I will try to fix it at the occasion. Your system being slow with 64bit is probably because of some other problem. Maybe try 16.04 64 bit?

signet68 commented 5 years ago

Thanks, I could properly install the fastclick on ubuntu 16.04 64bit. Already I installed Ubuntu 18.04 64bit, however, I had some problems with it.

tbarbette commented 5 years ago

If someone has time to fix the issues on 32bit (simply some operations that are not available here and there) I would appreciate the help