+ Antworten
Seite 6 von 53 ErsteErste ... 4567816 ... LetzteLetzte
Ergebnis 51 bis 60 von 523

Hybrid-Darstellung

  1. #1
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    913, try to build with debug no
    mfg santa

    GigaBlue Quad Plus -->Yamaha AV Receiver-->Panasonic Plasma

    derzeit noch in Betrieb:
    IPBox 9000, Technisat Digicorder HDS2+, AT 500


  2. The Following 2 Users Say Thank You to santa For This Useful Post:



  3. #2
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    UFS 913, no debug, make -j2 or y -j2 same error:

    make[2]: *** /home/b/StartHere-master/cdk/linux-sh4-2.6.32.61_stm24_0217: No files or directory. Stop.
    make[2]: Leaving directory '/home/b/StartHere-master/driver'
    /home/b/StartHere-master/driver/kernel.make:39: recipe for target 'all' failed
    make[1]: *** [all] Error 2
    make[1]: Leaving directory '/home/b/StartHere-master/driver'
    Makefile:3094: recipe for target '.deps/driver' failed
    make: *** [.deps/driver] Error 2
    Geändert von turulbird (01.05.2016 um 21:12 Uhr)


  4. #3
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 713 Times in 304 Posts
    It is totally unclear to me what you are doing and what you want to achieve. ./build -j2 ? ./build does not accept parameters.

    If you add a flag file in X/cdk/.deps after a build error and then proceed the build, you will very likely run into problems later on in the build as essential parts will be missing.

    To set up a build, do the following:

    1. Select a name for a base directory for your build, say X.
    2. Open a terminal
    3. Execute git clone https://github.com/Audioniek/StartHere X
    4. Go to the directory X
    5. Execute ./start.sh (will clone four gits: apps, driver, cdk and flash)
    6. Goto the directory X/cdk
    7. Fill the directory X/cdk/root/boot with the .elf files
    8. Execute ./make.sh in X/cdk and answer all the questions
    9. Press enter to start the build

    If the build stops due to an error, fix that and resume with ./build in X/cdk.

    That's all

    Regards,

    Audioniek.
    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. The Following User Says Thank You to Audioniek For This Useful Post:



  6. #4
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    -jx: using all the CPU cores, it's me 2. But then it does not work?

    make -jx command work.

    1-9. steps have already done it yesterday.

    At present are running, no error.

    ...........
    CXX dvb/frontendparms.o
    CXX dvb/metaparser.o
    CXX dvb/pesparse.o
    CXX dvb/pmt.o
    ......................


    Ended:

    cp /home/ball/StartHere-master/cdk/root/usr/sbin/time.sh /home/ball/StartHere-master/tufsbox/release/usr/sbin/ && \
    cp -dp /home/ball/StartHere-master/tufsbox/cdkroot/sbin/blkid /home/ball/StartHere-master/tufsbox/release/sbin/ && \
    cp -p /home/ball/StartHere-master/tufsbox/cdkroot/usr/bin/ffmpeg /home/ball/StartHere-master/tufsbox/release/sbin/ && \
    cp -p /home/ball/StartHere-master/tufsbox/cdkroot/usr/bin/opkg-cl /home/ball/StartHere-master/tufsbox/release/usr/bin/opkg && \
    cp -dp /home/ball/StartHere-master/tufsbox/cdkroot/usr/bin/python* /home/ball/StartHere-master/tufsbox/release/usr/bin/ && \
    cp -p /home/ball/StartHere-master/tufsbox/cdkroot/usr/sbin/ethtool /home/ball/StartHere-master/tufsbox/release/usr/sbin/ && \
    cp -p /home/ball/StartHere-master/tufsbox/cdkroot/usr/sbin/livestreamersrv /home/ball/StartHere-master/tufsbox/release/usr/sbin/ && \
    cp -dp /home/ball/StartHere-master/tufsbox/cdkroot/sbin/mkfs /home/ball/StartHere-master/tufsbox/release/sbin/
    cp: stat '/home/ball/StartHere-master/tufsbox/cdkroot/boot/uImage' error: No files or directory
    Makefile:10307: recipe for target 'release_enigma2_base' failed
    make: *** [release_enigma2_base] Error 1
    root@ball:/home/ball/StartHere-master/cdk#


    Start from again....

    Fresh install, only albis patch:

    same error:


    kernel/sched.c: In function ‘update_sysctl’:
    kernel/sched.c:7316:88: warning: comparison of distinct pointer types lacks a cast [enabled by default]
    unsigned int cpus = min(num_online_cpus(), 8U);
    ^
    CC kernel/fork.o
    CC kernel/exec_domain.o
    CC kernel/panic.o
    CC kernel/printk.o
    CC kernel/cpu.o
    CC kernel/exit.o
    CC kernel/itimer.o
    TIMEC kernel/timeconst.h
    Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at kernel/timeconst.pl line 373.
    /opt/StartHere/cdk/linux-sh4-2.6.32.46_stm24_0209/kernel/Makefile:129: recipe for target 'kernel/timeconst.h' failed
    make[2]: *** [kernel/timeconst.h] Error 255
    Makefile:903: recipe for target 'kernel' failed
    make[1]: *** [kernel] Error 2
    make[1]: Leaving directory '/opt/StartHere/cdk/linux-sh4-2.6.32.46_stm24_0209'
    Makefile:2865: recipe for target '.deps/linux-kernel' failed
    make: *** [.deps/linux-kernel] Error 2
    root@ball:/opt/StartHere/cdk#
    Geändert von turulbird (12.05.2016 um 23:07 Uhr)


  7. #5
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 713 Times in 304 Posts
    Regarding multi-core builds: read the end of the file X/cdk/Makefile.am.

    Also do a git pull in the directory X/cdk. I have make some changes, and debug configs are now available for both the UFS910 and UFS913 with patch level P0217. All variants (P0209/P217, UFS910/913 and debug Y/N) have been tested and should build without errors now.

    Regards,

    Audioniek.
    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

  8. The Following User Says Thank You to Audioniek For This Useful Post:



  9. #6
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    .NOTPARALLEL:. rename to .PARALLEL:.

    work 2xcore?


  10. #7
    Developer Avatar von max
    Registriert seit
    06.05.2012
    Beiträge
    94
    Thanks
    8
    Thanked 79 Times in 43 Posts
    @Audioniek
    cdk kann man mit make -jx bauen, mache ich hier selber auch.
    siehe auch https://github.com/Audioniek/cdk/blob/master/makelog

    durch NOTPARALLEL geht man nur sicher das Sachen die nicht dafür aus gelegt sind, dann auch nicht damit gebaut werden, am meisten macht man mit -jx beim Kernel bauen gut.
    und macht schon einen unterschied ob man mit 8 Kernen baut oder nur einem ;-) nach make distclean neutrino bauen dauert 3:35 min und enigma2 7:46 min mit gst.
    Geändert von max (02.05.2016 um 22:43 Uhr)

  11. The Following User Says Thank You to max For This Useful Post:



  12. #8
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    UFS 913 error:

    patching file lib/python/Screens/InstallWizard.py
    patching file data/startwizard.xml
    patching file lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py
    patching file lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml
    patching file lib/python/Components/About.py
    Hunk #2 succeeded at 56 with fuzz 1.
    patching file lib/python/Screens/About.py
    patching file lib/python/Tools/KeyBindings.py
    patching file lib/python/Screens/InputDeviceSetup.py
    patching file data/rc_models/rc_models.cfg
    Hunk #1 FAILED at 19.
    1 out of 1 hunk FAILED -- saving rejects to file data/rc_models/rc_models.cfg.rej
    patching file data/rc_models/Makefile.am
    Makefile:7381: recipe for target '.deps/enigma2-pli-nightly.do_prepare' failed
    make: *** [.deps/enigma2-pli-nightly.do_prepare] Error 1


    UFS 910 run...

    Ended, same error, but not patched; original git files:

    patching file lib/python/Screens/InstallWizard.py
    patching file data/startwizard.xml
    patching file lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py
    patching file lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml
    patching file lib/python/Components/About.py
    Hunk #2 succeeded at 56 with fuzz 1.
    patching file lib/python/Screens/About.py
    patching file lib/python/Tools/KeyBindings.py
    patching file lib/python/Screens/InputDeviceSetup.py
    patching file data/rc_models/rc_models.cfg
    Hunk #1 FAILED at 19.
    1 out of 1 hunk FAILED -- saving rejects to file data/rc_models/rc_models.cfg.rej
    patching file data/rc_models/Makefile.am
    Makefile:7381: recipe for target '.deps/enigma2-pli-nightly.do_prepare' failed
    make: *** [.deps/enigma2-pli-nightly.do_prepare] Error 1

    What's next???
    Geändert von turulbird (10.05.2016 um 18:06 Uhr)


  13. #9
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    No tips?



  14. #10
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 713 Times in 304 Posts
    Which E2 diff are you building?

    Regards,

    Audioniek.
    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

  15. The Following User Says Thank You to Audioniek For This Useful Post:



Berechtigungen

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