This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC 4.9.2 Build Fails at cc1


On Thu, Dec 4, 2014 at 3:48 AM, Andrew Haley <aph@redhat.com> wrote:
> On 03/12/14 18:24, Cyd Haselton wrote:
>> On Wed, Dec 3, 2014 at 12:12 PM, Andrew Haley <aph@redhat.com> wrote:
>>> On 12/03/2014 05:37 PM, Cyd Haselton wrote:
>>>> ../gcc-4.9.2/configure --prefix=/usr/gcc-4.9
>>>> --build=arm-linux-androideabi --host=arm-linux-androideabi
>>>> --target=arm-linux-androideabi
>>>
>>> You're building this GCC on an Android machine?  So this isn't
>>> an Android cross compiler, but an Android native compiler?
>>>
>>> Andrew.
>>>
>> Correct.  This is an Android native compiler, being built on an Android device.
>
> Try this:
>
> nm <objdir>/gmp/.libs/libgmp.a|grep gmpn_tdiv_qr
>
> Andrew.
>


Here's the output:

         U __gmpn_tdiv_qr
         U __gmpn_tdiv_qr
         U __gmpn_tdiv_qr
         U __gmpn_tdiv_qr
         U __gmpn_tdiv_qr
         U __gmpn_tdiv_qr
         U __gmpn_tdiv_qr
         U __gmpn_tdiv_qr
         U __gmpn_tdiv_qr
         U __gmpn_tdiv_qr


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]