←  [EN] Third-Party Development

Forums

»

OpenVuplus 2.1

extreme71's Photo extreme71 19 May 2013

to compile the new immage officer must execute the following commands from the terminal:

 

git clone git://code.vuplus.com/git/openvuplus.git
cd openvuplus

make image MACHINE=vuultimo

 Question?

in the

make image MACHINE=vuultimo

 

the voice vuultimo be changed depending on the image you want to fill?

 

in the Makefile:

 

MACHINE ?= vuultimo

also here?

Quote

Erik Slagter's Photo Erik Slagter 19 May 2013

The last line means default. So you should change one of the two, whatever suits you.

Quote

extreme71's Photo extreme71 25 May 2013

I'm compiling with ubuntu 13.04, but I get the following error:

# source='execute.c' object='execute.o' libtool=no
| ccache gcc -std=gnu99 -I. -isystem/home/extreme71/openvuplus/build/bm750/tmp/sysroots/i686-linux/usr/include -isystem/home/extreme71/openvuplus/build/bm750/tmp/sysroots/i686-linux/usr/include -O2 -pipe -c execute.c
| In file included from clean-temp.h:22:0,
| from clean-temp.c:23:
| ./stdio.h:477:20: error: 'gets' undeclared here (not in a function)
| make[3]: *** [clean-temp.o] Error 1
| make[3]: *** Waiting for unfinished jobs....
| make[3]: Leaving directory `/home/extreme71/openvuplus/build/bm750/tmp/work/i686-linux/m4-native/m4-native-1.4.16-r2/m4-1.4.16/lib'
| make[2]: *** [all] Error 2
| make[2]: Leaving directory `/home/extreme71/openvuplus/build/bm750/tmp/work/i686-linux/m4-native/m4-native-1.4.16-r2/m4-1.4.16/lib'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/home/extreme71/openvuplus/build/bm750/tmp/work/i686-linux/m4-native/m4-native-1.4.16-r2/m4-1.4.16'
| make: *** [all] Error 2
| ERROR: oe_runmake failed
NOTE: package m4-native-1.4.16-r2: task do_compile: Failed
ERROR: Task 62 (/home/extreme71/openvuplus/openembedded-core/meta/recipes-devtools/m4/m4-native_1.4.16.bb, do_compile) failed with exit code '1'
Waiting for 1 running tasks to finish:
0: automake-native-1.11.2-r3 do_fetch (pid 18667)
NOTE: package automake-native-1.11.2-r3: task do_fetch: Succeeded
NOTE: Tasks Summary: Attempted 23 tasks of which 0 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
/home/extreme71/openvuplus/openembedded-core/meta/recipes-devtools/m4/m4-native_1.4.16.bb, do_compile
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
make: *** [image] Errore 1
extreme71@Asus:~/openvuplus$
 

Edited by extreme71, 25 May 2013 - 19:38.
Quote

betacentauri's Photo betacentauri 25 May 2013

See this thread:
http://openpli.org/f...udebian/page-14

At the end of the page.
Quote

extreme71's Photo extreme71 26 May 2013

I looked.
I have the same error

Quote

betacentauri's Photo betacentauri 26 May 2013

And the provided patches (http://openpli.org/f...ndpost&p=352431) don't help?
Quote

extreme71's Photo extreme71 26 May 2013

unfortunately no,
today try again
I forgot, I'm compiling the sources official

Quote

extreme71's Photo extreme71 1 Jun 2013

I solved it by switching to versione12.04
After creating the environment we build, what command I give to create the image?
previously was:

 

make-f Makefile-vuplus-1.6k image


and now?
the dates the following files:

 

enigma2.bb, enigma2-plugins.bb, enigma2-skins.bb, enigma2-streamproxy.bb, libdreamdvd.bb., vuplus-dvb-modules.bb.
 

 


to be updated, as it was previously?

sorry for my english ...... :P
 

 

Quote

formianodicastellone's Photo formianodicastellone 1 Jun 2013

Oe 2.1
git clone git://code.vuplus.com/git/openvuplus.git
cd openvuplus
make image MACHINE=?


Edited by formianodicastellone, 1 June 2013 - 11:49.
Quote

extreme71's Photo extreme71 1 Jun 2013

Oe 2.1
git clone git://code.vuplus.com/git/openvuplus.git
cd openvuplus
make image MACHINE=?

already done ...... and after?

Quote