Hi,
I am attempting to make an Intel Pro 1000 PT dual port PCI Express card
work with Bering uClibc 3.1, and have been unsuccessful in getting it
recognized by the e1000 driver. I gather that I may have to use the
e1000e-0.4.1.7 driver provided by Intel, but have so far been unable to
compile it.  

I notice that the errors I receive are similar to the ones Adam
Niedzwiedzki mention in an earlier message to this list, although I
believe this is an entirely different driver from the one he was trying
to compile (e1000-7.6.12).  


buildtool::Make::Source::_makeEnvString:envstring=
E1000E_SOURCE=e1000e-0.4.1.7.tar.gz LANG=C checking link
/lib/ld-uClibc.so
make: Entering directory
`/home/tn/src/bering-uclibc/buildtool/source/e1000e'
export CC=/home/tn/src/bering-uclibc/buildtool/staging/usr/bin/gcc
make -C e1000e-0.4.1.7/src
make[1]: Entering directory
`/home/tn/src/bering-uclibc/buildtool/source/e1000e/e1000e-0.4.1.7/src'
gcc34 -DDRIVER_E1000E -DDRIVER_NAME=e1000e -DDRIVER_NAME_CAPS=E1000E
-DLINUX -D__KERNEL__ -DMODULE -O2 -pipe -Wall
-I/home/tn/src/bering-uclibc/buildtool/source/linux/linux/include -I.
-DMODVERSIONS -DEXPORT_SYMTAB -include
/home/tn/src/bering-uclibc/buildtool/source/linux/linux/include/linux/mo
dversions.h    -c -o netdev.o netdev.c
In file included from
/home/tn/src/bering-uclibc/buildtool/source/linux/linux/include/linux/sp
inlock.h:6,
                 from
/home/tn/src/bering-uclibc/buildtool/source/linux/linux/include/linux/mo
dule.h:12,
                 from netdev.c:29:
/home/tn/src/bering-uclibc/buildtool/source/linux/linux/include/asm/syst
em.h: In function `__set_64bit_var':
/home/tn/src/bering-uclibc/buildtool/source/linux/linux/include/asm/syst
em.h:192: warning: dereferencing type-punned pointer will break
strict-aliasing rules
/home/tn/src/bering-uclibc/buildtool/source/linux/linux/include/asm/syst
em.h:192: warning: dereferencing type-punned pointer will break
strict-aliasing rules In file included from e1000.h:39,
                 from netdev.c:49:
kcompat.h: At top level:
kcompat.h:953: error: redefinition of `struct hlist_head'
kcompat.h:957: error: redefinition of `struct hlist_node'
kcompat.h:962: error: redefinition of '__hlist_del'
/home/tn/src/bering-uclibc/buildtool/source/linux/linux/include/linux/li
st.h:298: error: previous definition of '__hlist_del' was here
kcompat.h:971: error: redefinition of 'hlist_del'
/home/tn/src/bering-uclibc/buildtool/source/linux/linux/include/linux/li
st.h:307: error: previous definition of 'hlist_del' was here
kcompat.h:978: error: redefinition of 'hlist_add_head'
/home/tn/src/bering-uclibc/buildtool/source/linux/linux/include/linux/li
st.h:322: error: previous definition of 'hlist_add_head' was here
kcompat.h:988: error: redefinition of 'hlist_empty'
/home/tn/src/bering-uclibc/buildtool/source/linux/linux/include/linux/li
st.h:293: error: previous definition of 'hlist_empty' was here
kcompat.h:994: error: syntax error before "struct"
make[1]: *** [netdev.o] Error 1
make[1]: Leaving directory
`/home/tn/src/bering-uclibc/buildtool/source/e1000e/e1000e-0.4.1.7/src'
make: *** [build] Error 2
make: Leaving directory
`/home/tn/src/bering-uclibc/buildtool/source/e1000e'


So, I wonder if there exists a solution to Adams problem with
e1000-7.6.12, and if it would be applicable to this driver as well.

Best regards,
Thor Nylander
IMPORTANT NOTICE:
This message may contain confidential information. 
If you have received this e-mail in error, do not use, copy or 
distribute it. Do not open any attachments. Delete it immediately from
your system and notify the sender promptly by e-mail that you 
have done so. Thank you.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

_______________________________________________
leaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to