Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben
Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben
Das kann ich di rnicht sagen. Die Sachen stellt @SaMMyMaster zur VerfügungHi rolu2, ich habe mir gerade mal die Dateien im toolchains_cfg.zip angesehen. Muss da nicht die extra_ld-Zeile ab FOS 7.2x z.B. für 7590 wie folgt aussehen?:
extra_ld="-Wl,-dynamic-linker,/usr/lib/freetz/ld-uClibc.so.0";
Oder ist das mittlerweile nicht mehr nötig?
Probiere mal folgende cfg-Datei. Muss ins Verzeichniskann ich wie ändern?
support/toolchain.cfg
+-------------------------------------------------------------------------------
| OSCam ver: 1.20-stable_svn rev: 1532 target: mips-linux-uclibc-coolapi2-ssl
| Tools:
| CROSS = /home/thomas/simplebuild/support/toolchains/fos_u7430_7.2/bin/mips-linux-uclibc-
| CC = /home/thomas/simplebuild/support/toolchains/fos_u7430_7.2/bin/mips-linux-uclibc-gcc
| Settings:
| CONF_DIR = /etc/tuxbox/config
| CC_OPTS = -Os -ggdb -pipe -ffunction-sections -fdata-sections -o nodeadcode
| CC_WARN = -W -Wall -Wshadow -Wredundant-decls -Wstrict-prototypes -Wold-style-definition -Wl,dead_strip
| CFLAGS = -DWITH_COOLAPI2=1 -DWITH_SSL=1 -DWITH_LIBCRYPTO=1 -DWITH_UTF8=1 -DWITH_UTF8
| LDFLAGS = -Wl,--gc-sections -DWITH_COOLAPI2=1 -DWITH_SSL=1 -DWITH_LIBCRYPTO=1 -DWITH_UTF8=1 -DWITH_UTF8
| LIBS = -llnxUKAL -llnxcssUsr -llnxscsUsr -llnxnotifyqUsr -llnxplatUsr -lrt -lssl -lcrypto -lpthread -ldl
| UseFlags = USE_COOLAPI2=1 USE_SSL=1 USE_LIBCRYPTO=1 USE_UTF8=1
| Config:
| Addons : WEBIF WEBIF_LIVELOG WEBIF_JQUERY WITH_SSL HAVE_DVBAPI READ_SDT_CHARSETS IRDETO_GUESSING WITH_DEBUG MODULE_MONITOR WITH_LB
| Protocols: CAMD33 CAMD35 CAMD35_TCP NEWCAMD CCCAM CCCSHARE GBOX RADEGAST SCAM SERIAL CONSTCW PANDORA GHTTP
| Readers : NAGRA IRDETO CONAX CRYPTOWORKS SECA VIACCESS VIDEOGUARD DRE TONGFANG BULCRYPT GRIFFIN DGCRYPT
| CardRdrs : PHOENIX INTERNAL STINGER
| Compiler : mips-linux-uclibc-gcc (GCC) 5.5.0
| Config : build/mips-linux-uclibc-coolapi2-ssl/config.mak
| Binary : /home/thomas/simplebuild/support/binaries/oscam-svn1532-fos_u7430_7.2-webif-dvbapi-ssl-upx
+-------------------------------------------------------------------------------
HOSTCC webif/pages_gen
GEN webif/pages.c
GEN Compressed 471672 template bytes into 197390 bytes. 274282 saved bytes (58.15%).
CC cscrypt/i_ecb.c
CC cscrypt/i_cbc.c
CC cscrypt/rc6.c
CC cscrypt/i_skey.c
CC cscrypt/md5.c
CC cscrypt/des.c
CC csctapi/atr.c
CC csctapi/icc_async.c
CC csctapi/io_serial.c
CC csctapi/protocol_t0.c
CC csctapi/protocol_t1.c
CC minilzo/minilzo.c
CC csctapi/ifd_cool.c
CC csctapi/ifd_phoenix.c
CC csctapi/ifd_stinger.c
CC module-camd33.c
CC module-camd35.c
CC module-cccam.c
CC module-cccshare.c
CC module-constcw.c
CC module-dvbapi-coolapi.c
CC module-dvbapi-chancache.c
CC module-dvbapi.c
CC module-gbox-helper.c
CC module-gbox-remm.c
CC module-gbox-sms.c
CC module-gbox-cards.c
CC module-ird-guess.c
CC module-gbox.c
CC module-monitor.c
CC module-newcamd.c
CC module-newcamd-des.c
CC module-pandora.c
CC module-radegast.c
CC module-scam.c
CC module-ghttp.c
CC module-serial.c
CC module-stat.c
CC reader-cryptoworks.c
CC module-webif-tpl.c
CC reader-dre.c
CC reader-irdeto.c
CC reader-bulcrypt.c
CC reader-dre-st20.c
CC webif/pages.c
CC reader-common.c
CC reader-dgcrypt.c
CC reader-dre-common.c
CC reader-conax.c
CC reader-griffin.c
CC reader-nagra.c
CC reader-dre-cas.c
CC module-webif-lib.c
CC module-webif.c
module-webif-lib.c:787:22: warning: 'SSL_id_function' defined but not used [-Wunused-function]
static unsigned long SSL_id_function(void)
^
module-webif-lib.c:792:13: warning: 'SSL_locking_function' defined but not used [-Wunused-function]
static void SSL_locking_function(int32_t mode, int32_t type, const char *file, int32_t line)
^
module-webif-lib.c:806:37: warning: 'SSL_dyn_create_function' defined but not used [-Wunused-function]
static struct CRYPTO_dynlock_value *SSL_dyn_create_function(const char *file, int32_t line)
^
module-webif-lib.c:824:13: warning: 'SSL_dyn_lock_function' defined but not used [-Wunused-function]
static void SSL_dyn_lock_function(int32_t mode, struct CRYPTO_dynlock_value *l, const char *file, int32_t line)
^
module-webif-lib.c:838:13: warning: 'SSL_dyn_destroy_function' defined but not used [-Wunused-function]
static void SSL_dyn_destroy_function(struct CRYPTO_dynlock_value *l, const char *file, int32_t line)
^
CC reader-tongfang.c
CC reader-viaccess.c
CC reader-seca.c
CC reader-videoguard-common.c
CC reader-videoguard12.c
CC reader-videoguard1.c
CC reader-videoguard2.c
CC oscam-aes.c
CC oscam-array.c
CC oscam-hashtable.c
CC oscam-cache.c
CC oscam-conf.c
CC oscam-chk.c
CC oscam-client.c
CC oscam-conf-chk.c
CC oscam-conf-mk.c
CC oscam-config-null.c
CC oscam-config-global.c
CC oscam-config-reader.c
CC oscam-config-account.c
CC oscam-config.c
CC oscam-ecm.c
CC oscam-emm.c
CC oscam-emm-cache.c
CC oscam-failban.c
CC oscam-lock.c
CC oscam-files.c
CC oscam-garbage.c
CC oscam-log.c
CC oscam-log-reader.c
CC oscam-net.c
CC oscam-llist.c
CC oscam-time.c
CC oscam-reader.c
CC oscam-work.c
CC oscam-simples.c
CONF build/mips-linux-uclibc-coolapi2-ssl/config.c
CC oscam-string.c
CC oscam.c
LINK /home/thomas/simplebuild/support/binaries/oscam-svn1532-fos_u7430_7.2-webif-dvbapi-ssl-upx.debug
/home/thomas/simplebuild/support/crosstool/freetz-ng/toolchain/build/mips_gcc-5.5.0_uClibc-1.0.37-nptl_kernel-3.10/mips-linux-uclibc/bin-ccache/../lib/gcc/mips-linux-uclibc/5.5.0/../../../../mips-linux-uclibc/bin/ld: cannot find -llnxUKAL
/home/thomas/simplebuild/support/crosstool/freetz-ng/toolchain/build/mips_gcc-5.5.0_uClibc-1.0.37-nptl_kernel-3.10/mips-linux-uclibc/bin-ccache/../lib/gcc/mips-linux-uclibc/5.5.0/../../../../mips-linux-uclibc/bin/ld: cannot find -llnxcssUsr
/home/thomas/simplebuild/support/crosstool/freetz-ng/toolchain/build/mips_gcc-5.5.0_uClibc-1.0.37-nptl_kernel-3.10/mips-linux-uclibc/bin-ccache/../lib/gcc/mips-linux-uclibc/5.5.0/../../../../mips-linux-uclibc/bin/ld: cannot find -llnxscsUsr
/home/thomas/simplebuild/support/crosstool/freetz-ng/toolchain/build/mips_gcc-5.5.0_uClibc-1.0.37-nptl_kernel-3.10/mips-linux-uclibc/bin-ccache/../lib/gcc/mips-linux-uclibc/5.5.0/../../../../mips-linux-uclibc/bin/ld: cannot find -llnxnotifyqUsr
/home/thomas/simplebuild/support/crosstool/freetz-ng/toolchain/build/mips_gcc-5.5.0_uClibc-1.0.37-nptl_kernel-3.10/mips-linux-uclibc/bin-ccache/../lib/gcc/mips-linux-uclibc/5.5.0/../../../../mips-linux-uclibc/bin/ld: cannot find -llnxplatUsr
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:401: /home/thomas/simplebuild/support/binaries/oscam-svn1532-fos_u7430_7.2-webif-dvbapi-ssl-upx.debug] Fehler 1
make: *** [Makefile:373: all] Fehler 2
| TIME > [ 0 min(s) 2 secs ]
Dateigröße davor = 0.00 k
Dateigröße danach = 0.00k
Dateigröße verkleinert auf =
oscam-svn1532-fos_u7430_7.2-webif-dvbapi-ssl-upx.tar.gz
created
oscam-svn1532-fos_u7430_7.2-webif-dvbapi-ssl-upx.tar.gz
nach
/home/thomas/simplebuild/archive
root@vuduo2:/usr/bin# /usr/bin/oscam-new -c /etc/tuxbox/config
^C
root@vuduo2:/usr/bin#
Du solltest das Forum doch besser kennen als ich. Bist ja schon länger hier.Komisches Forum. Das sind noch keine Antworten! Und dann wird sich gegenseitig geliked.
Unix starttime: 1620467740
Starttime: 08.05.2021 11:55:40
Version: oscam-1.20_svn-r11693
Compiler: mipsel-openpli40-linux-gnu-ssl-libusb
Box type: vusolo2 (generic)
PID: 350
TempDir: /tmp/.oscam
ConfigDir: /etc/tuxbox/config/
WebifPort: 19004
Web interface support: yes
LiveLog support: yes
jQuery support intern: yes
Touch interface support: yes
SSL support: yes
DVB API support: yes
DVB API with AZBOX support: no
DVB API with MCA support: no
DVB API with COOLAPI support: no
DVB API with COOLAPI2 support: no
DVB API with STAPI support: no
DVB API with STAPI5 support: no
DVB API with NEUTRINO support: no
DVB API read-sdt charsets: yes
Irdeto guessing: yes
Anti-cascading support: no
Debug mode: yes
Monitor: yes
Loadbalancing support: yes
Cache exchange support: yes
Cache exchange AIO support: yes
CW Cycle Check support: yes
LCD support: no
LED support: no
Clockfix with realtime clock: no
IPv6 support: no
camd 3.3x: no
camd 3.5 UDP: yes
camd 3.5 TCP: yes
newcamd: no
CCcam: yes
CCcam share: yes
gbox: no
radegast: no
scam: no
serial: no
constant CW: no
Pandora: no
ghttp: no
Reader support: yes
Nagra: yes
Nagra Merlin: yes
Irdeto: yes
Conax: yes
Cryptoworks: yes
Seca: no - no EMM support!
Viaccess: yes
NDS Videoguard: yes
DRE Crypt: no - no EMM support!
TONGFANG: no - no EMM support!
Bulcrypt: no - no EMM support!
Griffin: no - no EMM support!
DGCrypt: no - no EMM support!
cardreader_phoenix: yes
cardreader_drecas: no
cardreader_internal_azbox: no
cardreader_internal_coolapi: no
cardreader_internal_coolapi2: no
cardreader_internal_sci: yes
cardreader_sc8in1: no
cardreader_mp35: no
cardreader_smargo: no
cardreader_pcsc: no
cardreader_smartreader: yes
cardreader_db2com: no
cardreader_stapi: no
cardreader_stapi5: no
cardreader_stinger: no
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
Das Digital Eliteboard ist ein kostenloses Forum und ist auf Spenden angewiesen, um sich auch in Zukunft selbst zu finanzieren. Wenn auch du mit dem Digital Eliteboard zufrieden bist, würden wir uns über jede Unterstützung freuen.
Hier kannst du uns unterstützen SPENDEN