SOLVED: Unable to keep working cross-compilation toolchain

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

aquadran
Posts: 264
Joined: Fri Oct 16, 2009 9:35 pm
Location: Poland

Re: Unable to keep working cross-compilation toolchain

Post by aquadran »

I have something like that:
CPP=arm-SamyGO-linux-gnueabi-g++
$CPP -I/stuff/toolchains/samsung/target/arm-SamyGO-linux-gnueabi/include/SDL -fpic -c test.cpp
$CPP test.o -o test.so -shared -Wl,-whole-archive

Maybe try first "SamyGO Telnet Enabler v0.02.zip" ready to use tool from dowload page as example if your tv support that kind apps.
aquadran
Posts: 264
Joined: Fri Oct 16, 2009 9:35 pm
Location: Poland

Re: Unable to keep working cross-compilation toolchain

Post by aquadran »

I noticed that tv doing some caching, when you get this error turn off tv and on and try again.
also try that example http://forum.samygo.tv/viewtopic.php?f= ... rt=30#p390
That's why code should load game as separate library.
Original game doing this way.
Example "Settp.zip" you find in firsts messages in thread which I posted.

Post Reply

Return to “[B] Support”