[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[plamo:17782] Re: Plamo98 3.0 ¤Çcorega ¤ÎEther PCI-T ¤¬¤¦¤Þ¤¯¹Ô¤¤Þ¤»¤ó¡£
-
From:hiroyuki_miyamoto
-
Date:Wed, 19 Feb 2003 23:16:50 +0900 (JST)
- Subject: [plamo:17782] Re: Plamo98 3.0 ¤Çcorega ¤ÎEther PCI-T ¤¬¤¦¤Þ¤¯¹Ô¤¤Þ¤»¤ó¡£
- From: hiroyuki_miyamoto@xxxxxxxxxxxxxx
- Date: 19 Feb 2003 23:16:58 +0900
µÜËܤǤ¹¡£
³á¸¶¤µ¤ó
¥¢¥É¥Ð¥¤¥¹¤ò¤É¤¦¤â¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿¡£
> Network device support->Ethernet (10 or 100Mbit)->NEC PC-980
> 0 C-bus cards¤Î¥Á¥§¥Ã¥¯¤ò¤Ï¤º¤·¤Ækernel¤òºî¤êľ¤·¤Æ¤ß¤Æ¤¯¤À
> ¤µ¤¤¡£
Network device support->Ethernet (10 or 100Mbit)->NEC PC-9800 C-bus cards
¤ò[ ]¤Ë¤·¤Ækernel¤òºÆ¹½ÃÛ¤·¤Þ¤·¤¿¡£
¤¹¤ë¤È¡¢ne2k-pci.c ¤Ï¥¨¥é¡¼¤Ê¤¯¥³¥ó¥Ñ¥¤¥ë¤Ç¤¤Þ¤·¤¿¡£
¤·¤«¤·¡¢insmod ¤¹¤ë¤È
ne2k-pci.o: unresolved symbol ei_open
ne2k-pci.o: unresolved symbol ethdev_init
ne2k-pci.o: unresolved symbol ei_interrupt
ne2k-pci.o: unresolved symbol NS8390_init
ne2k-pci.o: unresolved symbol ei_close
¤È¤¤¤¦¥¨¥é¡¼¤¬¤Ç¤Þ¤·¤¿¡£
¤Þ¤¿http://www.scyld.com/network/ne2k-pci.html¤Ë
If you get a "unresolved symbols" error when loading the ne2k-pci.o module, verify that the 8390.o module has been loaded by doing cat /proc/modules or running the lsmod program. (The 8390.o module should be automatically loaded in most distributions after 'depmod -a' is run.)
¤È¤¤¤¦Ê¸¾Ï¤¬¤¢¤ê¤Þ¤·¤¿¤Î¤Ç¡¢
8390.c¤ò¥³¥ó¥Ñ¥¤¥ë¤·¤è¤¦¤È¤·¤Þ¤·¤¿¤¬
8390.c:1117: parse error before `this_object_must_be_defined_as_export_objs_in_the_Makefile'
8390.c:1117: warning: type defaults to `int' in declaration of `this_object_must_be_defined_as_export_objs_in_the_Makefile'
8390.c:1117: warning: data definition has no type or storage class
8390.c:1118: parse error before `this_object_must_be_defined_as_export_objs_in_the_Makefile'
8390.c:1118: warning: type defaults to `int' in declaration of `this_object_must_be_defined_as_export_objs_in_the_Makefile'
8390.c:1118: warning: data definition has no type or storage class
8390.c:1119: parse error before `this_object_must_be_defined_as_export_objs_in_the_Makefile'
8390.c:1119: warning: type defaults to `int' in declaration of `this_object_must_be_defined_as_export_objs_in_the_Makefile'
8390.c:1119: warning: data definition has no type or storage class
8390.c:1120: parse error before `this_object_must_be_defined_as_export_objs_in_the_Makefile'
8390.c:1120: warning: type defaults to `int' in declaration of `this_object_must_be_defined_as_export_objs_in_the_Makefile'
8390.c:1120: warning: data definition has no type or storage class
8390.c:1121: parse error before `this_object_must_be_defined_as_export_objs_in_the_Makefile'
8390.c:1121: warning: type defaults to `int' in declaration of `this_object_must_be_defined_as_export_objs_in_the_Makefile'
8390.c:1121: warning: data definition has no type or storage class
8390.c:1122: parse error before `this_object_must_be_defined_as_export_objs_in_the_Makefile'
8390.c:1122: warning: type defaults to `int' in declaration of `this_object_must_be_defined_as_export_objs_in_the_Makefile'
8390.c:1122: warning: data definition has no type or storage class
¤È¤¤¤¦¥¨¥é¡¼¤¬¤Ç¤Þ¤·¤¿¡£
8390.c:1117¤«¤é
EXPORT_SYMBOL(ei_open);
EXPORT_SYMBOL(ei_close);
EXPORT_SYMBOL(ei_interrupt);
EXPORT_SYMBOL(ei_tx_timeout);
EXPORT_SYMBOL(ethdev_init);
EXPORT_SYMBOL(NS8390_init);
¤È¤Ê¤Ã¤Æ¤¤¤Æ
8390.c:53¤Ë
#include <linux/module.h>
¤È¤¢¤ê
module.h:370¤Ë
#define EXPORT_SYMBOL(var) error this_object_must_be_defined_as_export_objs_in_the_Makefile
¤È¤¢¤ê¤Þ¤¹¡£
¤Ê¤ó¤È¤«¤Ê¤ë¤Î¤Ç¤·¤ç¤¦¤«¡©
hiroyuki_miyamoto@mail.goo.ne.jp
- Follow-Ups
-
- [plamo:17783] Re: Plamo98 3.0 ¤Çcorega ¤ÎEther PCI-T¤¬¤¦¤Þ¤¯¹Ô¤¤Þ¤»¤ó¡£, KAJIWARA, Atsushi
[¸¡º÷¥Ú¡¼¥¸]
[¥á¡¼¥ë°ìÍ÷]
Plamo ML ¸ø³«¥·¥¹¥Æ¥à