[android-porting] Hello World C program using Android Toolchain Issue

2010-05-25 Thread akhilesh kumar
Hi All, I have compiled my simple "hello world" application from android arm tool chain (mydroid/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin) *$ agcc hello.c -o hello *Now I am trying to run hello world application on android emulator form using sdcard mount . and I am getting the followin

Re: [android-porting] Hello World C program using Android Toolchain Issue

2010-05-25 Thread akhilesh kumar
t make easier to help you. You can > > try to compile the program statically: > > > > agcc hello.c -static -o hello > > > > In this way you avoid to have wrong library links. > > > > Regards, > > > > Rogerio > > > > 2010/5/25 akhilesh kumar &

Re: [android-porting] Hello World C program using Android Toolchain Issue

2010-05-25 Thread akhilesh kumar
m statically: > > *agcc hello.c -static -o hello* > > In this way you avoid to have wrong library links. > > Regards, > > Rogerio > > 2010/5/25 akhilesh kumar > >> >> Hi All, >> >> I have compiled my simple "hello world" application from

[android-porting] how to create create directory in android file system

2010-05-27 Thread akhilesh kumar
Hi All how to create create directory in android file system, I am getting the following error. [r...@localhost ]# adb shell #su # mkdir /lib mkdir failed for /lib, Read-only file system # -- Thanks, Patel -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.go