[netperf-talk] Errors compiling netperf on Opteron running Fedora-9
Rahul Nabar
rpnabar at gmail.com
Mon Sep 8 17:25:06 PDT 2008
On Mon, Sep 8, 2008 at 7:00 PM, Rick Jones <rick.jones2 at hp.com> wrote:
>> There were changes in sched_setaffinity and the macros associated with it in
>> "later" linux kernels that came-out after 2.4.4. The current top-of-trunk
>> has a fix for that in src/netlib.c - you could either use a subversion
>> client to grab top of trunk from:
>>
>> http://www.netperf.org/svn/netperf2/trunk/
I tried the svn repo. The earlier problem disappears, thanks Rick! But
a new one now. Any leads on this one?
--
Rahul
*************
In file included from /usr/include/linux/types.h:6,
from /usr/include/linux/ethtool.h:15,
from netdrv_ethtool.c:29:
/usr/include/asm/types.h:29: error: conflicting types for ‘__u64’
netdrv_ethtool.c:18: error: previous declaration of ‘__u64’ was here
make[3]: *** [netdrv_ethtool.o] Error 1
make[3]: Leaving directory `/usr/local/src/netperf-2.4.4/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/netperf-2.4.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/netperf-2.4.4'
make: *** [all] Error 2
************************************
More information about the netperf-talk
mailing list