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
gcc flags for native library..
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
  5 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
 
Deva R  
View profile  
 More options May 5 2010, 5:22 am
From: Deva R <r.deva...@gmail.com>
Date: Wed, 5 May 2010 14:52:22 +0530
Local: Wed, May 5 2010 5:22 am
Subject: [android-porting] gcc flags for native library..
Hi,
I wish to cross check the flags passed to GCC while building a native
libarary.,
anyone know how to do it??

i'm aware of CFLAGS 'm populating, but wish to check all the flags
passed via global .mk files..
'make -d' gives dump of all steps, but still hides gcc command.,

thanks in advance.

-Deva

--
unsubscribe: android-porting+unsubscribe@googlegroups.com
website: http://groups.google.com/group/android-porting


 
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.
hedwin  
View profile  
 More options May 5 2010, 5:53 am
From: hedwin <hedwin.kon...@gmail.com>
Date: Wed, 5 May 2010 11:53:14 +0200
Local: Wed, May 5 2010 5:53 am
Subject: [android-porting] Re: gcc flags for native library..

What I normally do is add the -v flag to CC and LD. I try to put it where
gcc is defined so I sure it is not filtered out.
This will print the include paths, library paths and flags used when
compiling or linking.

--
unsubscribe: android-porting+unsubscribe@googlegroups.com
website: http://groups.google.com/group/android-porting

 
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.
Sambhav  
View profile  
 More options May 5 2010, 6:30 am
From: Sambhav <isamb...@gmail.com>
Date: Wed, 5 May 2010 16:00:17 +0530
Local: Wed, May 5 2010 6:30 am
Subject: Re: [android-porting] Re: gcc flags for native library..

This may help
http://betelco.blogspot.com/2010/01/buildingdebugging-android-native-...

--
unsubscribe: android-porting+unsubscribe@googlegroups.com
website: http://groups.google.com/group/android-porting

 
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.
Chih-Wei  
View profile  
 More options May 5 2010, 7:29 am
From: Chih-Wei <cwhu...@linux.org.tw>
Date: Wed, 5 May 2010 04:29:20 -0700 (PDT)
Local: Wed, May 5 2010 7:29 am
Subject: [android-porting] Re: gcc flags for native library..
To print all commands executed by make, add
showcommands as an additional goal:

make showcommands

On 5月5日, 下午5時22分, Deva R <r.deva...@gmail.com> wrote:

> Hi,
> I wish to cross check the flags passed to GCC while building a native
> libarary.,
> anyone know how to do it??

> i'm aware of CFLAGS 'm populating, but wish to check all the flags
> passed via global .mk files..
> 'make -d' gives dump of all steps, but still hides gcc command.,

--
unsubscribe: android-porting+unsubscribe@googlegroups.com
website: http://groups.google.com/group/android-porting

 
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.
Deva R  
View profile  
 More options May 5 2010, 7:46 am
From: Deva R <r.deva...@gmail.com>
Date: Wed, 5 May 2010 17:16:45 +0530
Local: Wed, May 5 2010 7:46 am
Subject: Re: [android-porting] Re: gcc flags for native library..
Hi Chih-Wei, hedwin, Sambhav,

got it now.,
thanks lot for the hint.. :)
-deva

--
unsubscribe: android-porting+unsubscribe@googlegroups.com
website: http://groups.google.com/group/android-porting

 
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 »