On Wed, Feb 2, 2011 at 3:08 PM, Subramani Venkatesh
<subbu31m...@gmail.com>wrote:

> David,
> Thanks for the info..
> I tried for quite sometime but not succesful in building libstc++,
> here is the log of failure..
>
> Configure: x86-4.2.1 toolchain build
> Building : x86-4.2.1 toolchain [this can take a long time].
> Install  : x86-4.2.1 toolchain binaries.
> Copying libstdc++ prebuild binaries.
> ERROR: ERROR: Missing toolchain-specific include directory:
>
> /home/svenkat0/Projects/NDK/android-ndk-r5b/toolchains/x86-4.2.1/prebuilt/linux-x86/i686-android-linux-gnu/include/c++/4.2.1
>
> May I understand what is the real issue in here.
>
> The real issue is that the libstdc++ sources were probably not built by the
GCC build script. I don't really know why though at this point.
Try using the --verbose option (once or twice) to see what's happening.

Sorry if I can't help.


> -Subbu
>
>
> On Tue, Feb 1, 2011 at 3:46 PM, David Turner <di...@android.com> wrote:
> >
> >
> > On Tue, Feb 1, 2011 at 4:13 PM, Subramani Venkatesh <
> subbu31m...@gmail.com>
> > wrote:
> >>
> >> Hi,
> >> I am porting an application to Android x86 platform
> >
> > There is no such thing for now, though we're working on it :-)
> >
> >>
> >> , while porting I
> >> understood that my application depends on Android libsupc++ support
> >> for exception handling, I verified for this library in NDK prebuilt
> >> directory, I did not find it, may I know the procedure to build it
> >> using Android NDK?
> >>
> >
> > See docs/DEVELOPMENT.html, otherwise try the following (not tested in a
> long
> > time though)
> > build/tools/download-toolchain-sources.sh /tmp/ndk/src
> > build/tools/build-gcc.sh --copy-libstdxx /tmp/ndk/src `pwd` x86-4.2.1
> >>
> >> Regards,
> >> Subbu
> >>
> >> --
> >> unsubscribe: 
> >> android-porting+unsubscr...@googlegroups.com<android-porting%2bunsubscr...@googlegroups.com>
> >> website: http://groups.google.com/group/android-porting
> >
> >
>

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

Reply via email to