Page 2 of 2

Re: Unable to keep working cross-compilation toolchain

Posted: Mon Nov 16, 2009 2:29 pm
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.

Re: Unable to keep working cross-compilation toolchain

Posted: Mon Nov 16, 2009 6:23 pm
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.