+ Antworten
Seite 32 von 53 ErsteErste ... 22303132333442 ... LetzteLetzte
Ergebnis 311 bis 320 von 523
  1. #311
    Erfahrener Benutzer
    Registriert seit
    10.11.2012
    Beiträge
    140
    Thanks
    69
    Thanked 10 Times in 9 Posts
    hello I just compiled always the same problem.

    - Preparing kernel file... done.
    - Checking kernel size... OK: 2044702 (0x001F331E, max. 0x00300000) bytes.
    - Preparing UBIFS root file system... done.
    - Creating ubinize ini file... done.
    - Creating UBI root image... done.
    - Checking root size... OK: 44433408 (0x02A60000, max. 0x05A900000) bytes.
    - Creating .IRD flash file and MD5.../home/samkooke/Bureau/XXXXX/buildsystem/flash/scripts/flash/fortis_3G_flash.sh: ligne 139: /home/samkooke/Bureau/XXXXX/buildsystem/flash/flash_tools/fup: Aucun fichier ou dossier de ce type
    /home/samkooke/Bureau/XXXXX/buildsystem/flash/scripts/flash/fortis_3G_flash.sh: ligne 144: /home/samkooke/Bureau/XXXXX/buildsystem/flash/flash_tools/fup: Aucun fichier ou dossier de ce type
    md5sum: /home/samkooke/Bureau/XXXXX/buildsystem/flash/out/hs7119_enigma2_gst-epl3_flash_R270200A0.ird: Aucun fichier ou dossier de ce type
    done.
    - Creating .ZIP output file... done.


  2. #312
    Neuer Benutzer
    Registriert seit
    04.09.2012
    Beiträge
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hello all !

    Problem "major" "minor" undefined referenc !!!!! ...

    In function 'strncpy',
    inlined from 'write_superblock' at mkcramfs.c:399:3,
    inlined from 'main' at mkcramfs.c:820
    /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
    106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~
    /usr/bin/ld: /tmp/ccK3GdAf.o: in function `print_node':
    /home/system/build_tmp/cramfs-1.1/mkcramfs.c:445: undefined reference to `minor'
    /usr/bin/ld: /home/system/build_tmp/cramfs-1.1/mkcramfs.c:445: undefined reference to `major'
    collect2: error: ld returned 1 exit status


    Problem "libc6" ??????

    Please help me Audioniek or .....
    Geändert von puzola (12.04.2020 um 19:49 Uhr)


  3. #313
    Neuer Benutzer
    Registriert seit
    04.09.2012
    Beiträge
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Problem solved !!!!
    ubuntu 14.04 OK !!! "old glibc 2.19" not problem "minor" "major"

    and Help me ??

    How to modified specified kernel defconfig ????
    Geändert von puzola (13.04.2020 um 10:06 Uhr)


  4. #314
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 713 Times in 304 Posts
    Meanwhile I also had a look at this puzzle. It originates from the fact that the major and minor functions were/are going to be moved to another header file. Some distributions have done this, others have not (yet). I my freshly installed Ubuntu 18.04.03 compilation of mkcramf succeeds with a warning that major and minor are going to be moved.

    At the moment I see not easy fix, because you have to include an extra header file (that does not exist on systems that have not moved the functions yet) at compile time, depending on what host you are on. In my view the author(s) of mkcramf also have to clean up the code, as two relatively small executables generate a plethora of warnings while compiling, although I have meanwhile added a patch the remove most (or on Ubuntu 16.04 and Mint 18.3 all) warnings,

    The kernel configs used for the various receivers are located in the patches directory, which in turn have three subdirectories for enigma2, neutrino and tvheaded, so the config can be different depending on what you build. Put the changes you want/need in the config(s) you find there.

    Regards,

    Audioniek.
    Geändert von Audioniek (13.04.2020 um 20:51 Uhr) Grund: Remove several very serious typos
    Receivers: Rebox: RE-4000, 8000, 9000, 2200, 2210, 2220, 4200, 4210, 4220, 8220, 8500, SAB Unix Triple, Golden Media Spark TripleX, Amiko Alien 2+, Sogno Spark Revolution, Kathrein UFS910(1 & 14W)/912/913/922(CX24116 & AVL2108 tuners), Vizyon revolution 820HD PVR, AB IPBox 91HD/9000HD/9000HD rev.2, Xsarius Alpha HD10, nBox BKSA/BSLA/BXZB/BZZB, Vitamin HD 5000
    Sats: Astra 1, 2 & 3, Hotbird
    Main activity: building my own E2 images for Fortis receivers


  5. #315
    Neuer Benutzer
    Registriert seit
    04.09.2012
    Beiträge
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Ok !!!
    Thank you Audioniek !!!!

    This is super build system !!!!
    Grat.


  6. #316
    Benutzer
    Registriert seit
    24.05.2014
    Beiträge
    94
    Thanks
    44
    Thanked 27 Times in 19 Posts
    hi Audioniek
    I apologize
    the problem is not libeplayer3
    I replace ffmpeg -3.4.3
    by ffmpeg 2.8.15
    iptv = it works on enigma2 and neutrino
    with ffmpeg 4.2.2 it works very well

    Regards
    ainouna


  7. #317
    Erfahrener Benutzer
    Registriert seit
    10.11.2012
    Beiträge
    140
    Thanks
    69
    Thanked 10 Times in 9 Posts
    hello ainouna there is no ffmpeg with the image Audioniek or openvision made this order by telnet: ffmpeg --version


  8. #318
    Erfahrener Benutzer
    Registriert seit
    10.11.2012
    Beiträge
    140
    Thanks
    69
    Thanked 10 Times in 9 Posts
    Excuse me if there's a version ffmpeg 3.4.3.


  9. #319
    Benutzer
    Registriert seit
    24.05.2014
    Beiträge
    94
    Thanks
    44
    Thanked 27 Times in 19 Posts
    hi samkooke
    Yes
    the ffmpeg 3.4.3
    do not decode iptv
    I changed ffmpeg 3.4.3 to ffmpeg 4.2.2
    now it's ok
    on enigma2 and neutrino

    Regards

    ainouna


  10. #320
    Erfahrener Benutzer
    Registriert seit
    10.11.2012
    Beiträge
    140
    Thanks
    69
    Thanked 10 Times in 9 Posts
    hello ainouna how did you manage to replace ffmpeg 3.4.3 by ffmpeg 4.2.2 I unfortunately can't compile problem of fup for hs7119 thanks.


Berechtigungen

  • Neue Themen erstellen: Ja
  • Themen beantworten: Ja
  • Anhänge hochladen: Ja
  • Beiträge bearbeiten: Ja
  •