Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

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

Simplebuild (3/2.34/1.41)

    Nobody is reading this thread right now.
AW: Simplebuild (2.34/1.41)

Also so viel wie in letzter Zeit am trunk gebastelt wurde, wird der sync zum modern auch noch eine weile dauern.
 
Ich habe eine Ubuntu 14.10 VirtualBox auf meinen Mac Mini installiert und dann simplebuild eingerichtet, dann die Toolchain für MIPSOE20 geladen aber beim bauen bekomme ich immer diesen Fehler
HOSTCC webif/pages_gen
GEN webif/pages.c
GEN Compressed 381552 template bytes into 159611 bytes. 221941 saved bytes (58.17%).
CC cscrypt/aes.c
/home/hansi/simplebuild/toolchains/dreambox_fpu/bin/../lib/gcc/mipsel-newnigma2-linux-gnu/4.6.3/../../../../mipsel-newnigma2-linux-gnu/bin/as$
CC cscrypt/bn_add.c
/home/hansi/simplebuild/toolchains/dreambox_fpu/bin/../lib/gcc/mipsel-newnigma2-linux-gnu/4.6.3/../../../../mipsel-newnigma2-linux-gnu/bin/as$
Makefile:396: recipe for target 'build/mipsel-newnigma2-linux-gnu/cscrypt/aes.o' failed
make[1]: *** [build/mipsel-newnigma2-linux-gnu/cscrypt/aes.o] Error 2
make[1]: *** Warte auf noch nicht beendete Prozesse...
Makefile:396: recipe for target 'build/mipsel-newnigma2-linux-gnu/cscrypt/bn_add.o' failed
make[1]: *** [build/mipsel-newnigma2-linux-gnu/cscrypt/bn_add.o] Error 2
Makefile:348: recipe for target 'all' failed
make: *** [all] Error 2
auf meiner Windows VirtualBox mit Ubuntu 14.04LTE geht es.

Liegt das an der VB, ist die zu langsam oder kann mir jemand sagen wie ich den Fehler beheben kann?

Ok, das Problem ist gelöst und war mein Fehler.
Ich habe eine 64Bit Version installiert und mir fehlte die 32bit zlib, ein "sudo apt-get install zlib1g:i386" hat das Problem behoben.
 
Zuletzt bearbeitet von einem Moderator:
AW: Simplebuild (2.34/1.41)

Hallo,
1. Ich möchte auf meinen Server extern aufs WEBIF zugreifen. Hierzu habe ich gelesen das dies mittels SSL gemacht werden soll.
2. Ich mache schon seit langem für meinen Server (Raspberry PI) die Oscam immer selber. Ganz schlank wie folgt:
1. Add-ons: WEBIF + LB
2. Protocolls: CCCam + CCCam-Share
3. Readers: alle
4. CardReaders: Smargo
5. Features: USB
6. CONFDIR: /usr/local/etc
7. LIBDIR: /lib
8. customs: nix
9. Static options: nix

Hier der Simplebuild LOG mit lauffähiger Oscam - Binary (ohne Open SSL-add-one)
___ ____ ___
/ _ \/ ___| / __|__ _ _ __ ___
| | | \___ \| | / _` | '_ ` _ \
| |_| |___) | |_| (_| | | | | | |
\___/|____/ \___\__,_|_| |_| |_|
+-------------------------------------------------------------------------------
| OSCam ver: 1.20-unstable_svn rev: 10610 target: arm-bcm2708hardfp-linux-gnueabi-libusb
| Tools:
| CROSS = /opt/simplebuild/toolchains/rasb_hard/bin/arm-bcm2708hardfp-linux-gnueabi-
| CC = /opt/simplebuild/toolchains/rasb_hard/bin/arm-bcm2708hardfp-linux-gnueabi-gcc
| Settings:
| CONF_DIR = /usr/local/etc
| CC_OPTS = -Os -ggdb -pipe -ffunction-sections -fdata-sections -finline-functions -fno-short-enums -freg-struct-return
| CC_WARN = -Wall
| CFLAGS = -DWITH_LIBUSB=1
| LDFLAGS = -Wl,--gc-sections -DWITH_LIBUSB=1 -Wl,-rpath,/lib -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -L/opt/simplebuild/toolchains/rasb_hard/arm-bcm2708hardfp-linux-gnueabi/sysroot/usr/lib
| LIBS = -lusb-1.0 -lrt -lpthread -ldl
| UseFlags = USE_LIBUSB=1
| Config:
| Addons : WEBIF WITH_LB
| Protocols: CCCAM CCCSHARE
| Readers : NAGRA IRDETO CONAX CRYPTOWORKS SECA VIACCESS VIDEOGUARD DRE TONGFANG BULCRYPT GRIFFIN DGCRYPT
| CardRdrs : SMARGO SMART
| Compiler : arm-bcm2708hardfp-linux-gnueabi-gcc (crosstool-NG 1.15.2) 4.7.1 20120402 (prerelease)
| Config : build/arm-bcm2708hardfp-linux-gnueabi-libusb/config.mak
| Binary : ../archiv/oscam-svn10610-rasb_hard-webif-libusb
+-------------------------------------------------------------------------------
HOSTCC webif/pages_gen
GEN webif/pages.c
GEN Compressed 224568 template bytes into 87075 bytes. 137493 saved bytes (61.23%).
CC cscrypt/aes.c
CC cscrypt/bn_add.c
CC cscrypt/bn_asm.c
CC cscrypt/bn_ctx.c
CC cscrypt/bn_div.c
CC cscrypt/bn_exp.c
CC cscrypt/bn_lib.c
CC cscrypt/bn_mul.c
CC cscrypt/bn_print.c
CC cscrypt/bn_shift.c
CC cscrypt/bn_sqr.c
CC cscrypt/bn_word.c
CC cscrypt/mem.c
CC cscrypt/des.c
CC cscrypt/i_cbc.c
CC cscrypt/i_ecb.c
CC cscrypt/i_skey.c
CC cscrypt/md5.c
CC cscrypt/rc6.c
CC cscrypt/sha1.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 csctapi/ifd_smargo.c
CC csctapi/ifd_smartreader.c
CC minilzo/minilzo.c
CC module-cccam.c
CC module-cccshare.c
CC module-stat.c
CC module-webif-lib.c
CC module-webif-tpl.c
CC module-webif.c
CC webif/pages.c
CC reader-common.c
CC reader-bulcrypt.c
CC reader-conax.c
CC reader-cryptoworks.c
CC reader-dgcrypt.c
CC reader-dre.c
CC reader-griffin.c
CC reader-irdeto.c
CC reader-nagra.c
CC reader-seca.c
CC reader-tongfang.c
CC reader-viaccess.c
CC reader-videoguard-common.c
CC reader-videoguard1.c
CC reader-videoguard12.c
CC reader-videoguard2.c
CC oscam-aes.c
CC oscam-array.c
CC oscam-hashtable.c
CC oscam-cache.c
CC oscam-chk.c
CC oscam-client.c
CC oscam-conf.c
CC oscam-conf-chk.c
CC oscam-conf-mk.c
CC oscam-config-account.c
CC oscam-config-global.c
CC oscam-config-reader.c
CC oscam-config.c
CC oscam-ecm.c
CC oscam-emm.c
CC oscam-emm-cache.c
CC oscam-failban.c
CC oscam-files.c
CC oscam-garbage.c
CC oscam-lock.c
CC oscam-log.c
CC oscam-log-reader.c
CC oscam-net.c
CC oscam-llist.c
CC oscam-reader.c
CC oscam-simples.c
CC oscam-string.c
CC oscam-time.c
CC oscam-work.c
CC oscam.c
CONF build/arm-bcm2708hardfp-linux-gnueabi-libusb/config.c
LINK ../archiv/oscam-svn10610-rasb_hard-webif-libusb.debug
STRIP ../archiv/oscam-svn10610-rasb_hard-webif-libusb
BUILD Distribution/list_smargo-1.20-unstable_svn10610-arm-bcm2708hardfp-linux-gnueabi-libusb
_ _ _
___| |_ _ __ ___ __ _ _ __ ___ | |__ ___ __ _ _ __ __| |
/ __| __| '__/ _ \/ _` | '_ ` _ \| '_ \ / _ \ / _` | '__/ _` |
\__ \ |_| | | __/ (_| | | | | | | |_) | (_) | (_| | | | (_| |
|___/\__|_| \___|\__,_|_| |_| |_|_.__/ \___/ \__,_|_| \__,_|

[ bauzeit 1 min(s) 41 secs (Di 3. Mär 10:01:39 CET 2015) ]
oscam-svn10610-rasb_hard-webif-libusb 615K
erstellt in /opt/simplebuild/archiv/

Und hier der Simplebuild LOG mit nicht mehr lauffähiger Oscam - Binary (mit Open SSL-add-one)
___ ____ ___
/ _ \/ ___| / __|__ _ _ __ ___
| | | \___ \| | / _` | '_ ` _ \
| |_| |___) | |_| (_| | | | | | |
\___/|____/ \___\__,_|_| |_| |_|
+-------------------------------------------------------------------------------
| OSCam ver: 1.20-unstable_svn rev: 10610 target: arm-bcm2708hardfp-linux-gnueabi-ssl-libusb
| Tools:
| CROSS = /opt/simplebuild/toolchains/rasb_hard/bin/arm-bcm2708hardfp-linux-gnueabi-
| CC = /opt/simplebuild/toolchains/rasb_hard/bin/arm-bcm2708hardfp-linux-gnueabi-gcc
| Settings:
| CONF_DIR = /usr/local/etc
| CC_OPTS = -Os -ggdb -pipe -ffunction-sections -fdata-sections -finline-functions -fno-short-enums -freg-struct-return
| CC_WARN = -Wall
| CFLAGS = -DWITH_SSL=1 -DWITH_LIBCRYPTO=1 -DWITH_LIBUSB=1
| LDFLAGS = -Wl,--gc-sections -DWITH_SSL=1 -DWITH_LIBCRYPTO=1 -DWITH_LIBUSB=1 -Wl,-rpath,/lib -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -L/opt/simplebuild/toolchains/rasb_hard/arm-bcm2708hardfp-linux-gnueabi/sysroot/usr/lib
| LIBS = -lssl -lcrypto -lusb-1.0 -lrt -lpthread -ldl
| UseFlags = USE_SSL=1 USE_LIBCRYPTO=1 USE_LIBUSB=1
| Config:
| Addons : WEBIF WITH_SSL WITH_LB
| Protocols: CCCAM CCCSHARE
| Readers : NAGRA IRDETO CONAX CRYPTOWORKS SECA VIACCESS VIDEOGUARD DRE TONGFANG BULCRYPT GRIFFIN DGCRYPT
| CardRdrs : SMARGO SMART
| Compiler : arm-bcm2708hardfp-linux-gnueabi-gcc (crosstool-NG 1.15.2) 4.7.1 20120402 (prerelease)
| Config : build/arm-bcm2708hardfp-linux-gnueabi-ssl-libusb/config.mak
| Binary : ../archiv/oscam-svn10610-rasb_hard-webif-ssl-libusb
+-------------------------------------------------------------------------------
HOSTCC webif/pages_gen
GEN webif/pages.c
GEN Compressed 224972 template bytes into 87176 bytes. 137796 saved bytes (61.25%).
CC cscrypt/des.c
CC cscrypt/i_cbc.c
CC cscrypt/i_ecb.c
CC cscrypt/i_skey.c
CC cscrypt/md5.c
CC cscrypt/rc6.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 csctapi/ifd_smargo.c
CC csctapi/ifd_smartreader.c
CC minilzo/minilzo.c
CC module-cccam.c
CC module-cccshare.c
CC module-stat.c
CC module-webif-lib.c
CC module-webif-tpl.c
CC module-webif.c
CC webif/pages.c
CC reader-common.c
CC reader-bulcrypt.c
CC reader-conax.c
CC reader-cryptoworks.c
CC reader-dgcrypt.c
CC reader-dre.c
CC reader-griffin.c
CC reader-irdeto.c
CC reader-nagra.c
CC reader-seca.c
CC reader-tongfang.c
CC reader-viaccess.c
CC reader-videoguard-common.c
CC reader-videoguard1.c
CC reader-videoguard12.c
CC reader-videoguard2.c
CC oscam-aes.c
CC oscam-array.c
CC oscam-hashtable.c
CC oscam-cache.c
CC oscam-chk.c
CC oscam-client.c
CC oscam-conf.c
CC oscam-conf-chk.c
CC oscam-conf-mk.c
CC oscam-config-account.c
CC oscam-config-global.c
CC oscam-config-reader.c
CC oscam-config.c
CC oscam-ecm.c
CC oscam-emm.c
CC oscam-emm-cache.c
CC oscam-failban.c
CC oscam-files.c
CC oscam-garbage.c
CC oscam-lock.c
CC oscam-log.c
CC oscam-log-reader.c
CC oscam-net.c
CC oscam-llist.c
CC oscam-reader.c
CC oscam-simples.c
CC oscam-string.c
CC oscam-time.c
CC oscam-work.c
CC oscam.c
CONF build/arm-bcm2708hardfp-linux-gnueabi-ssl-libusb/config.c
LINK ../archiv/oscam-svn10610-rasb_hard-webif-ssl-libusb.debug
STRIP ../archiv/oscam-svn10610-rasb_hard-webif-ssl-libusb
BUILD Distribution/list_smargo-1.20-unstable_svn10610-arm-bcm2708hardfp-linux-gnueabi-ssl-libusb
_ _ _
___| |_ _ __ ___ __ _ _ __ ___ | |__ ___ __ _ _ __ __| |
/ __| __| '__/ _ \/ _` | '_ ` _ \| '_ \ / _ \ / _` | '__/ _` |
\__ \ |_| | | __/ (_| | | | | | | |_) | (_) | (_| | | | (_| |
|___/\__|_| \___|\__,_|_| |_| |_|_.__/ \___/ \__,_|_| \__,_|

[ bauzeit 1 min(s) 30 secs (Di 3. Mär 10:08:21 CET 2015) ]
oscam-svn10610-rasb_hard-webif-ssl-libusb 577K
erstellt in /opt/simplebuild/archiv/

Warum ist die Oscam - Version mit SSL nicht mehr lauffähig ? Was mache ich falsch ??? Wer kann hier helfen ??? Hab nochmals die Logs verglichen und festgestellt, dass es ev. an einem fehlenden LIBCRYPTO liegen könnte. Muss das irgendwo noch mit eingebunden/kompiliert werden ??? Oder OPen-SSL weglassen und die STATIC-Option SSL auswählen ??? oder beides ???

Danke
 
Zuletzt bearbeitet:
AW: Simplebuild (2.34/1.41)

Danke, werds testen und berichten . . .

ALLES i.O. beim kompilieren auf dem PI gehts !!!! :-) danke al-x83 !!!
 
Zuletzt bearbeitet:
AW: Simplebuild (2.34/1.41)

Hey!

Ich habe mich nun auch das erste Mal an das Compilieren gewagt und dies ging mit simplebuild in der Tat extrem einfach. Vielen Dank an gorgone für dieses Tool :emoticon-0152-heart :D

Jedoch habe ich noch kleine Fragen, die ich beim Lesen den Threads nicht beantworten konnte. Wenn ich simplebuild über die Kommandozeile nutzen möchte gibt es dort eine bestimmte Syntax, die ich einhalten muss? Oder ist die Reihenfolge vollkommen egal?
Also z.B.: ./simplebuild rasb_hard DVBAPI_off ist das gleiche wie ./simplebuild DVBAPI_off rasb_hard ?

Dann würde es mich interessieren was das add-on clockfix macht? Soll man das für Dream, VU+ und Raspi aktivieren oder deaktivieren?

Und abschließend noch die Frage, wann genau muss man unter Feature USB anwählen? Für die Nutzung einer easymouse2 USB ist es zumindest nicht erforderlich. Ist es bei einem Smargo nötig?
 
AW: Simplebuild (2.34/1.41)

Wenn ich das Build auf meine Dreambox uploaden möchte bekomme ich folgende Meldung:
Code:
[COLOR=#00ff00]dreambox config Datei gefunden[/COLOR]
[COLOR=#ee82ee]buildcamname falsch oder nicht gefunden[/COLOR]

Jemand ne Idee?
Habe mich 1:1 an die Anleitung gehalten.
Habe $buildcamname auch schon mal durch den Name des Buildes ersetzt aber bringt nix.
Oder kapier ich das einfach nicht was da hin muss?
 
AW: Simplebuild (2.34/1.41)

Code:
CC      module-dvbapi.c
module-dvbapi.c: In function 'dvbapi_process_input':
module-dvbapi.c:3352:5: error: 'pvu_skip' undeclared (first use in this function)
module-dvbapi.c:3352:5: note: each undeclared identifier is reported only once for each function it appears in
Makefile:420: recipe for target 'build/mipsel-unknown-linux-gnu/module-dvbapi.o' failed
make[1]: *** [build/mipsel-unknown-linux-gnu/module-dvbapi.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Makefile:372: recipe for target 'all' failed
make: *** [all] Error 2

Diese fehlermeldung erhalte ich wenn ich ein modern mit emu-patch erstelle. Mach ich etwas falsch? Bin wie auf Seite 1 angegeben nach gegangen
 
AW: Simplebuild (2.34/1.41)

das kommt, wenn der Patch nicht zur Version passt. Nach einem anderen Patch suchen oder ohne kompilieren
 
AW: Simplebuild (2.34/1.41)

Hi,
versuch es mal mit dem oscam-emu.patch von @gorgone.

Der sollte am Ehesten auf den Oscam-modern-Trunk passen.

Gruß
janni1
 
AW: Simplebuild (2.34/1.41)

Guten Morgen,

mit welchen Befehl kann ich den "oscam-emu.patch" installieren so das ich Ihn mit einbauen kann?
Danke

MfG
solo1999
 
AW: Simplebuild (2.34/1.41)

Hi,
den Patch vorm Bauen in das Verzeichnis "/opt/simplebuild/patches/" legen
und dann unter Configure -> Features -> "patch benutzen" auswählen.

Du musst Regestriert sein, um das angehängte Bild zusehen.


mal der Patch, der auch gerade auf das aktuelle SVN passen müßte.

Gruß
janni1
 

Anhänge

Du musst angemeldet sein, um die Anhangsliste zu sehen.
Zuletzt bearbeitet:
AW: Simplebuild (2.34/1.41)

Kann mir jemand eventuell erklären wie ich das ganze auf eine VU+ Duo2 mit Openatv 5.1 bekomme? Verstehe die Einleitung nicht so richtig.
 
AW: Simplebuild (2.34/1.41)

Die Anleitung ist auch für einen Ubuntu oder Debian Server,
dadrauf kann man Simplebuild installieren
 
Zurück
Oben