enigmla plugins test
-
- Neugieriger
- Beiträge: 6
- Registriert: Mittwoch 14. Juli 2010, 02:17
enigmla plugins test
is it possible to test the plugins on a pc ?
-
- Einsteiger
- Beiträge: 342
- Registriert: Freitag 24. September 2004, 12:48
Re: enigmla plugins test
better you do it on the Box, from /tmp (RAM), no need to copy it into the flash
http://www.tuxbox-cvs.sourceforge.net/f ... 29&t=48194
both your_plugin.cfg and your_plugin.so must be in /tmp existent
mrvica
http://www.tuxbox-cvs.sourceforge.net/f ... 29&t=48194
Code: Alles auswählen
wget -q -O /dev/null "http://login:password@your_box_ip/cgi-bin/startPlugin?name=/tmp/your_plugin.cfg"
mrvica
-
- Neugieriger
- Beiträge: 6
- Registriert: Mittwoch 14. Juli 2010, 02:17
Re: enigmla plugins test
thanks , thats not what i meant
i thought i could compile the plugins for linux on i686 or something ,i couldnt compile them statically , thanks.
i thought i could compile the plugins for linux on i686 or something ,i couldnt compile them statically , thanks.
-
- Einsteiger
- Beiträge: 342
- Registriert: Freitag 24. September 2004, 12:48
Re: enigmla plugins test
be more specific, what do you mean with statically, with all symbols included? what plugins are you pointing to, .so plugins (shared object, shared library), I´m not an expert on that matter, I think they cannot be compiled statically
"http://en.wikipedia.org/wiki/Library_(computing)"
I thought you just wanted to test enigma plugin you compiled on your x86 machine
mrvica
and vice versa I think (just my opinion)Static libraries, by definition, cannot be shared
"http://en.wikipedia.org/wiki/Library_(computing)"
I thought you just wanted to test enigma plugin you compiled on your x86 machine
not possible at all, they have different cpu architectureis it possible to test the plugins on a pc ?
mrvica
-
- Neugieriger
- Beiträge: 6
- Registriert: Mittwoch 14. Juli 2010, 02:17
Re: enigmla plugins test
yep they have different architecture , thought there is some work around that.
about the plugin its .so , i defined my own classes and want to link them statically like this :
Main PLugin = compiled Statically to my classes
compiled Shared with enigma libs
My Classes ( they use enignna libs as well so .. ) = compiled shared with enigma libs
would some Makefile work with that ?
EDIT :
NVM i got my way around this
about the plugin its .so , i defined my own classes and want to link them statically like this :
Main PLugin = compiled Statically to my classes
compiled Shared with enigma libs
My Classes ( they use enignna libs as well so .. ) = compiled shared with enigma libs
would some Makefile work with that ?
EDIT :
NVM i got my way around this