It is possible. Just look at the command line options generated and
mimic that.

Now, would there be compatibility issues .... maybe.

-Ravi

On Feb 27, 4:53 am, Girish <[email protected]> wrote:
> Thanks Joe,
>
> Is it possible to link object files and 3rd party library ? I dont
> have source files available ..Is it possible to link them ?
>
> Regards
> Girish
>
> On Feb 27, 3:50 pm, Joe Petruchi <[email protected]> wrote:
>
> > Refer this
>
> >http://android-tricks.blogspot.com/
>
> > Regards
> > Joe
>
> > On Fri, Feb 27, 2009 at 2:57 PM, Girish <[email protected]> wrote:
>
> > > Hi,
>
> > > I am trying to compile a main.c  file
>
> > > main.c :
>
> > > #include <stdio.h>
> > > int main()
> > > {
>
> > > printf("Helloworld\n");
>
> > > return 0;
> > > }
>
> > > using toolchain available at
>
> > >  /home/user/foobar/mydroid/open_src/prebuilt/linux-x86/toolchain/arm-
> > > eabi-4.2.1/bin/arm-eabi-gcc-4.2.1  main.c
>
> > > But compiler throws error it cant find stdio.h and linker error for
> > > printf.
>
> > > How to resolve this problem ? any pointers ?
>
> > > Regards
> > > Girish
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to