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
hth
arris
Code: Select all
LC_CTYPE=en_US.UTF-8
build/tmp/staging/i686-linux/bin/ipkg-build (may i686-linux differs un 64 bit systems?)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
Code: Select all
if echo $pkg | grep '[^a-z0-9.+-]'; then
Code: Select all
if echo $pkg | grep -i '[^a-z0-9.+-]'; then
Code: Select all
if echo $pkg | grep '[^a-zA-Z0-9.+-]'; then
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.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
Code: Select all
touch /home/leejk/tmp/SamyGO-Extensions/oe/packages/linux/files/T-CHEAUSC-dotconfig
can you pls. try the SEC_GAME stuff?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