Portál AbcLinuxu, 12. května 2025 05:56

Dotaz: intel 537EP a kompilacia

3.6.2006 17:12 jookas
intel 537EP a kompilacia
Přečteno: 50×
Odpovědět | Admin
Mám problém. Mám interný modem Chipset intel 537EP, stiahol som si ovládače z oficiálnej stránky, a keď ich chcem nakompilovať a idem podľa súbory readme tak mi vždy vyhodí Failed to build driver som v linuxe začiatočník, toto je výpis z terminálu. Teraz mám SUSE Linux 10.1, ale skúšal som to už aj v mandrake aj v ubuntu aj vo všetkom možnom stále ten istý výsledok, ja už neviem, asi sa ten modem nedá rozchodiť pod linuxom ale nechápem prečo keď ovládače na to oficiálne sú. Dík za help.

linux-w9ih:~/Desktop/intel-537EP_secure-2.60.80.0 # make clean cd coredrv; make clean make[1]: Entering directory `/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv' rm -f *.ko *.o *~ core make[1]: Leaving directory `/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv' rm -f *.o *.ko linux-w9ih:~/Desktop/intel-537EP_secure-2.60.80.0 # make 537 Module precompile check Current running kernel is: 2.6.16.13-4-default /lib/modules... autoconf.h exists diff: /boot/vmlinuz.autoconf.h: Adresár alebo súbor neexistuje autoconf.h matches running kernel diff: /boot/vmlinuz.version.h: Adresár alebo súbor neexistuje version.h matches running kernel 2.6.16.13-4-default make[1]: Entering directory `/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv' make -C /lib/modules/2.6.16.13-4-default/build SUBDIRS=/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv modules make[2]: Entering directory `/usr/src/linux-2.6.16.13-4-obj/i386/default' make -C ../../../linux-2.6.16.13-4 O=../linux-2.6.16.13-4-obj/i386/default modules CC [M] /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.o gcc: ../inc: Adresár alebo súbor neexistuje /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:70: warning: data definition has no type or storage class /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:70: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL_NOVERS’ /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:70: warning: parameter names (without types) in function declaration /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function ‘power_callback’: /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:295: error: ‘PM_SAVE_STATE’ undeclared (first use in this function) /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:295: error: (Each undeclared identifier is reported only once /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:295: error: for each function it appears in.) /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function ‘softcore_init_struct’: /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:336: warning: assignment from incompatible pointer type /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function ‘open’: /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:394: error: implicit declaration of function ‘pm_register’ /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:395: warning: assignment makes pointer from integer without a cast /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function ‘close’: /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:416: error: implicit declaration of function ‘pm_unregister’ /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function ‘send_data_to_user’: /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:563: error: ‘struct tty_struct’ has no member named ‘flip’ /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:568: error: ‘struct tty_struct’ has no member named ‘flip’ /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:569: error: ‘struct tty_struct’ has no member named ‘flip’ /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:571: error: ‘struct tty_struct’ has no member named ‘flip’ /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:572: error: ‘struct tty_struct’ has no member named ‘flip’ /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:573: error: ‘struct tty_struct’ has no member named ‘flip’ /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: At top level: /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:641: error: expected ‘)’ before string constant /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function ‘hamproc_write’: /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:660: warning: ignoring return value of ‘copy_from_user’, declared with attribute warn_unused_result /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: At top level: /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:754: warning: initialization from incompatible pointer type /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:755: warning: initialization from incompatible pointer type /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function ‘kScheduleDPC’: /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:861: error: implicit declaration of function ‘pm_access’ /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function ‘dspdrv_CommRamISR’: /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:877: warning: function declaration isn’t a prototype make[5]: *** [/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.o] Error 1 make[4]: *** [_module_/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv] Error 2 make[3]: *** [modules] Error 2 make[2]: *** [modules] Error 2 make[2]: Leaving directory `/usr/src/linux-2.6.16.13-4-obj/i386/default' make[1]: *** [537core_26] Error 2 make[1]: Leaving directory `/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv' 2.6.16.13-4-default Failed to build driver linux-w9ih:~/Desktop/intel-537EP_secure-2.60.80.0 #
Nástroje: Začni sledovat (1) ?Zašle upozornění na váš email při vložení nového komentáře.

Na otázku zatím nikdo bohužel neodpověděl.

Založit nové vláknoNahoru

Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.