
Originally Posted by
riteshtonk
Hi,
I finally managed to set up my crosstool environment and wrote a sample "Hello World" application, which worked fine from eKonsole.
I cross compiled SDL with arm-linux flag and copied the .so files to the phone. To test out if the SDL was compiled fine, I wrote a small app which uses SDL and ran it from eKonsole again.
I was expecting to see a white screen with some randomly generated pixels, but nothing happened. The binary did run, as I could see it running as a process in a separate eKonsole session, but no expected output. I could not even kill the process and had to reboot my phone.
What am I missing here?
-Ritesh