Problem Compiling SamyGo Extensions

Here for general support for B series TVs, request and problem solve area.

arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: Problem Compiling SamyGo Extensions

Post by arris69 »

problem is known.
http://forum.samygo.tv/viewtopic.php?f=5&t=373&start=30

before you start the build you can enter on the console where you work

Code: Select all

LC_CTYPE=en_US.UTF-8
and than start the build (in same console!!)

hth
arris
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: Problem Compiling SamyGo Extensions

Post by arris69 »

leejk wrote:Hello,

Thanks for the info. I get the same error again though after setting the value of LC_CTYPE in my console window. Could it be that some of the build scripts are resetting this value again? From the thread I gather that some of the scripts were modified by that user, but I'm not clear which ones. Any other information would be appreciated.

I'll let it run again overnight and see if it finishes, as someone mentioned that worked for them.

thanks
build/tmp/staging/i686-linux/bin/ipkg-build (may i686-linux differs un 64 bit systems?)
line 121

Code: Select all

 if echo $pkg | grep '[^a-z0-9.+-]'; then
to

Code: Select all

if echo $pkg | grep -i '[^a-z0-9.+-]'; then
or

Code: Select all

 if echo $pkg | grep '[^a-zA-Z0-9.+-]'; then
hth
arris
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: Problem Compiling SamyGo Extensions

Post by arris69 »

leejk wrote:Great! That compiled past the original error, however now it looks like the src files I checked out from svn are missing on that I need. Is my tv not supported?

Code: Select all

NOTE: Unpacking /home/leejk/tmp/SamyGO-Extensions/oe/packages/linux/files/T-CHEAUSC-dotconfig to /home/leejk/tmp/SamyGO-Extensions/build/tmp/work/T-CHEAUSC-linux-gnueabi/linux-chelsea-2.6.18-r24/
cp: cannot stat `/home/leejk/tmp/SamyGO-Extensions/oe/packages/linux/files/T-CHEAUSC-dotconfig': No such file or directory
NOTE: Task failed:
NOTE: package linux-chelsea-2.6.18-r24: task do_unpack: failed
ERROR: TaskFailed event exception, aborting
NOTE: package linux-chelsea-2.6.18: failed
ERROR: Build of SamyGO-Extensions-image failed
make: *** [gallery] Error 1
yep you are the firs who want make something special for this modell, i gathered lot of information from samsung firmware but it is not possible to get te full information.
for first time you can do

Code: Select all

touch /home/leejk/tmp/SamyGO-Extensions/oe/packages/linux/files/T-CHEAUSC-dotconfig
so the build procedure can continue.
if your self compiled modules are ok on your tv let me know.
generaly i know about just 3 types of tv but the other models are compatible (at kernel level) and most of them are full software compatibel (for extensions software, don't try to flash your tv with an other firmware type as the original!!).
you can inspect the files under oe/conf/machine/ and look at the inherition and differences.

arris
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: Problem Compiling SamyGo Extensions

Post by arris69 »

leejk wrote:Ok curiosity got the better of me so I tried it out. First I had to edit the clmeta.dat file and change 'Games' to 'Gallery', since this tv has no games category. Actually, I thought this was what the make command flag was for specified in the wiki url above; I guess not. So when I select the USB device and go into the Gallery category, I see the SamyGo extensions. I select them using the center ok button on the remote, and I get a popup that says 'Play', 'Copy', & 'Copy All' I think. Selecting the play option gives me a black screen. After waiting several minutes I press exit on the remote and get back to normal tv viewing. However the extensions are not loaded nor can I browse my network for videos :(

So, was this the expected outcome do you think, and would I perhaps accomplish more of what I want with flashing the firmware?

thanks
can you pls. try the SEC_GAME stuff?
http://forum.samygo.tv/viewtopic.php?f= ... GAME#p2330
there is also a SaymGO.dat sample file here http://forum.samygo.tv/viewtopic.php?f= ... GAME#p2358

thnx
arris

Post Reply

Return to “[B] Support”