abclinuxu.cz AbcLinuxu.cz itbiz.cz ITBiz.cz HDmag.cz HDmag.cz abcprace.cz AbcPráce.cz
AbcLinuxu hledá autory!
Inzerujte na AbcPráce.cz od 950 Kč
Rozšířené hledání
×
    dnes 20:44 | IT novinky

    Americký výrobce čipů Nvidia získal od vlády prezidenta Donalda Trumpa souhlas s prodejem svých pokročilých počítačových čipů používaných k vývoji umělé inteligence (AI) H20 do Číny. Prodej těchto čipů speciálně upravených pro čínský trh by tak mohl být brzy obnoven, uvedla firma na svém blogu. Americká vláda zakázala prodej v dubnu, v době eskalace obchodního sporu mezi oběma zeměmi. Tehdy to zdůvodnila obavami, že by čipy mohla využívat čínská armáda.

    Ladislav Hagara | Komentářů: 0
    dnes 17:22 | Nová verze

    3D software Blender byl vydán ve verzi 4.5 s prodlouženou podporou. Podrobnosti v poznámkách k vydání. Videopředstavení na YouTube.

    Ladislav Hagara | Komentářů: 0
    včera 22:22 | Komunita

    Open source webový aplikační framework Django slaví 20. narozeniny.

    Ladislav Hagara | Komentářů: 0
    včera 16:11 | Komunita

    V Brestu dnes začala konference vývojářů a uživatelů linuxové distribuce Debian DebConf25. Na programu je řada zajímavých přednášek. Sledovat je lze online.

    Ladislav Hagara | Komentářů: 0
    včera 11:33 | IT novinky

    Před 30 lety, tj. 14. července 1995, se začala používat přípona .mp3 pro soubory s hudbou komprimovanou pomocí MPEG-2 Audio Layer 3.

    Ladislav Hagara | Komentářů: 26
    včera 10:55 | IT novinky

    Výroba 8bitových domácích počítačů Commodore 64 byla ukončena v dubnu 1994. Po více než 30 letech byl představen nový oficiální Commodore 64 Ultimate (YouTube). S deskou postavenou na FPGA. Ve 3 edicích v ceně od 299 dolarů a plánovaným dodáním v říjnu a listopadu letošního roku.

    Ladislav Hagara | Komentářů: 20
    13.7. 17:55 | Zajímavý projekt

    Společnost Hugging Face ve spolupráci se společností Pollen Robotics představila open source robota Reachy Mini (YouTube). Předobjednat lze lite verzi za 299 dolarů a wireless verzi s Raspberry Pi 5 za 449 dolarů.

    Ladislav Hagara | Komentářů: 17
    11.7. 16:44 | Komunita

    Dnes v 17:30 bude oficiálně vydána open source počítačová hra DOGWALK vytvořena v 3D softwaru Blender a herním enginu Godot. Release party proběhne na YouTube od 17:00.

    Ladislav Hagara | Komentářů: 3
    11.7. 14:55 | Humor

    McDonald's se spojil se společností Paradox a pracovníky nabírá také pomocí AI řešení s virtuální asistentkou Olivii běžící na webu McHire. Ian Carroll a Sam Curry se na toto AI řešení blíže podívali a opravdu je překvapilo, že se mohli přihlásit pomocí jména 123456 a hesla 123456 a získat přístup k údajům o 64 milionech uchazečů o práci.

    Ladislav Hagara | Komentářů: 16
    11.7. 00:11 | Nová verze

    Byla vydána (𝕏) červnová aktualizace aneb nová verze 1.102 editoru zdrojových kódů Visual Studio Code (Wikipedie). Přehled novinek i s náhledy a videi v poznámkách k vydání. Ve verzi 1.102 vyjde také VSCodium, tj. komunitní sestavení Visual Studia Code bez telemetrie a licenčních podmínek Microsoftu.

    Ladislav Hagara | Komentářů: 0
    Jaký je váš oblíbený skriptovací jazyk?
     (59%)
     (26%)
     (7%)
     (3%)
     (1%)
     (1%)
     (4%)
    Celkem 397 hlasů
     Komentářů: 16, poslední 8.6. 21:05
    Rozcestník

    Administrace komentářů

    Jste na stránce určené pro řešení chyb a problémů týkajících se diskusí a komentářů. Můžete zde našim administrátorům reportovat špatně zařazenou či duplicitní diskusi, vulgární či osočující příspěvek a podobně. Děkujeme vám za vaši pomoc, více očí více vidí, společně můžeme udržet vysokou kvalitu AbcLinuxu.cz.

    Příspěvek
    28.9.2006 11:31 Skřivy
    Rozbalit Rozbalit vše Problém s kompilací. Dělá to u všech verzí driveru
    Zdravím, mam problém s kompilací jakéhokoliv ovladače eagle-usb. Vždycky to dopadne takto, zkoušel jsem už spousty verzí:
    napoleon:/tmp/eagle-usb/eagle-usb-src# ./configure
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether make sets $(MAKE)... yes
    checking for main in -lc... yes
    checking for dirent.h that defines DIR... yes
    checking for library containing opendir... none required
    checking how to run the C preprocessor... gcc -E
    checking for egrep... grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking sys/ioctl.h usability... yes
    checking sys/ioctl.h presence... yes
    checking for sys/ioctl.h... yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking syslog.h usability... yes
    checking syslog.h presence... yes
    checking for syslog.h... yes
    checking for unistd.h... (cached) yes
    checking for an ANSI C-conforming const... yes
    checking for off_t... yes
    checking for pid_t... yes
    checking for size_t... yes
    checking whether time.h and sys/time.h may both be included... yes
    checking whether struct tm is in sys/time.h or time.h... time.h
    checking for uid_t in sys/types.h... yes
    checking whether gcc needs -traditional... no
    checking return type of signal handlers... void
    checking for strftime... yes
    checking for gettimeofday... yes
    checking for select... yes
    checking for socket... yes
    checking for strcspn... yes
    checking for strdup... yes
    checking for strerror... yes
    checking for strspn... yes
    checking for strtol... yes
    checking for ifconfig... yes
    checking for route... yes
    checking for pidof... yes
    checking for dhclient... dhclient
    checking for pppd... no
    checking for pppoe... no
    checking for doc/man/eagleconfig.8... yes
    checking for xsltproc... no
       *** libxslt-proc package is missing, keeping prebuild version ***
    checking for kernel version...
    checking for hotplug... 1
    checking for ifup... 1
    checking for adictrl... no
    checking for eaglectrl... no
    checking for showstat... no
    checking for eaglestat... no
    checking for startadsl... no
    checking for stopadsl... no
    configure: creating ./config.status
    config.status: creating Makefile.common
    
    ========================================================================
    distribution detected                           Debian
    
    dhcp support                                    dhclient
    
    pppd support                                    no  (runtime detection)
    install eagleconnect (tcl/tk frontend)          yes
    
    generate documentation                          no
    ========================================================================
    
    note: current gcc should be the same version as the one used to compile kernel.
    
    napoleon:/tmp/eagle-usb/eagle-usb-src# make
    make -C driver && \
            make -C pppoa && \
            make -C utils/scripts && \
            make -C utils/eagleconnect && \
            make -C doc
    make[1]: Entering directory `/tmp/eagle-usb/eagle-usb-src/driver'
    make  -C /lib/modules/2.6.8-2-386/build SUBDIRS=/tmp/eagle-usb/eagle-usb-src/driver modules
    make[2]: Entering directory `/usr/src/kernel-headers-2.6.8-2-386'
      CC [M]  /tmp/eagle-usb/eagle-usb-src/driver/eu_main.o
    In file included from include/asm/thread_info.h:16,
                     from include/linux/thread_info.h:21,
                     from include/linux/spinlock.h:12,
                     from include/linux/mmzone.h:8,
                     from include/linux/gfp.h:4,
                     from include/linux/slab.h:15,
                     from /tmp/eagle-usb/eagle-usb-src/driver/Adiutil.h:51,
                     from /tmp/eagle-usb/eagle-usb-src/driver/eu_main.c:34:
    include/asm/processor.h:87: error: array type has incomplete element type
    In file included from include/linux/netdevice.h:151,
                     from /tmp/eagle-usb/eagle-usb-src/driver/Adiutil.h:57,
                     from /tmp/eagle-usb/eagle-usb-src/driver/eu_main.c:34:
    include/linux/skbuff.h: In function 'skb_add_data':
    include/linux/skbuff.h:1020: warning: pointer targets in passing argument 2 of 'csum_and_copy_from_user' differ in signedness
    /tmp/eagle-usb/eagle-usb-src/driver/eu_main.c: In function 'eu_process_rcv':
    /tmp/eagle-usb/eagle-usb-src/driver/eu_main.c:1897: warning: pointer targets in passing argument 2 of 'eu_uni_process_in_data' differ in signedness
    make[3]: *** [/tmp/eagle-usb/eagle-usb-src/driver/eu_main.o] Error 1
    make[2]: *** [_module_/tmp/eagle-usb/eagle-usb-src/driver] Error 2
    make[2]: Leaving directory `/usr/src/kernel-headers-2.6.8-2-386'
    make[1]: *** [eagle-usb.ko] Error 2
    make[1]: Leaving directory `/tmp/eagle-usb/eagle-usb-src/driver'
    make: *** [build] Error 2
    napoleon:/tmp/eagle-usb/eagle-usb-src#
    

    Prosím pomozte, už se s tím otravuju několik dnů. Předpokládám, že chyba bude asi v nějakým chybějícím balíčku.

    V tomto formuláři můžete formulovat svou stížnost ohledně příspěvku. Nejprve vyberte typ akce, kterou navrhujete provést s diskusí či příspěvkem. Potom do textového pole napište důvody, proč by měli admini provést vaši žádost, problém nemusí být patrný na první pohled. Odkaz na příspěvek bude přidán automaticky.

    Vaše jméno
    Váš email
    Typ požadavku
    Slovní popis
    ISSN 1214-1267   www.czech-server.cz
    © 1999-2015 Nitemedia s. r. o. Všechna práva vyhrazena.