Re: Unable to keep working cross-compilation toolchain
Posted: Mon Nov 16, 2009 2:29 pm
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.
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.