Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Native C, dynamically linked and shared library "Hello World" run.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
motz  
View profile  
 More options Dec 8 2007, 3:22 pm
From: motz <motoya.kuro...@gmail.com>
Date: Sat, 8 Dec 2007 12:22:06 -0800 (PST)
Local: Sat, Dec 8 2007 3:22 pm
Subject: Native C, dynamically linked and shared library "Hello World" run.
I managed to run two types of native C "Hello world!" on Android.

 1) Dynamically linked executable.
      This is an executable dynamically linked with system libc.so

 2) Dynamically linked executable linked with user's shared library.
      This is an executable dynamically linked not only with system
libc.so
      but also with the shared library user made.

See below if you are interested.

http://honeypod.blogspot.com/2007/12/dynamically-linked-hello-world-f...
http://honeypod.blogspot.com/2007/12/shared-library-hello-world-for-a...

motz


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
fry  
View profile  
 More options Dec 9 2007, 3:42 am
From: fry <bender...@gmail.com>
Date: Sun, 9 Dec 2007 00:42:13 -0800 (PST)
Local: Sun, Dec 9 2007 3:42 am
Subject: Re: Native C, dynamically linked and shared library "Hello World" run.
Very interesting - the next step is to hook to your native app from
java layer with IBinder implementation (as far as I understand this is
android's java native call mechanism). Please let me know if you will
have a chance to do it.

On Dec 8, 11:22 pm, motz <motoya.kuro...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
motz  
View profile  
 More options Dec 9 2007, 9:32 am
From: motz <motoya.kuro...@gmail.com>
Date: Sun, 9 Dec 2007 06:32:19 -0800 (PST)
Local: Sun, Dec 9 2007 9:32 am
Subject: Re: Native C, dynamically linked and shared library "Hello World" run.
Hi, fry,

> Very interesting - the next step is to hook to your native app from
> java layer with IBinder implementation (as far as I understand this is
> android's java native call mechanism). Please let me know if you will
> have a chance to do it.

I'm not posivite now. I think we need SDK for C/C++ to develop
a native apps/stacks fitting to Android framework.

motz


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »