This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: Cannot find GMP version 4.1.3 or higher


Hi Jeff, All,

I got PPL to configure and compile. libstdc++.so.6 in /usr/lib pointed to libstdc++.so.6.0.10. I had a later version, libstdc++.so.6.0.14, in /usr/local/lib. Pointing /usr/lib/libstdc++.so.6 to this newer version solved the problem here. Apparently the GMP lib in the older version of the libstdc++ lib is not the correct version. Hope that helps you.

Regards,
Ralph

----- Original Message ----- From: "Jeff Andre" <embedded.dev@gmail.com>
To: "Ralph Birt" <rdbirt@rogers.com>
Cc: <crossgcc@sources.redhat.com>
Sent: Saturday, March 06, 2010 8:21 PM
Subject: Re: Cannot find GMP version 4.1.3 or higher



Ralph,


I'm fairly certain it's an issue in the PPL libraries 'configure'
script that sets up the cross compiling.

I'm building the same compiler twice, one to the Linux developers and
the same compiler as a Canadian-cross with a mingw host for the
Windows types; the Linux version builds fine every time.

When I look at the 'config.log' for the mingw version the CPPFLAGS,
LIBGMP and LIBGMPXX variables are not set; for the native compiler
every variable is set correctly.  Tried to follow the logic in
'configure' with respect to the 'cross_compiling' variable but it's
not obvious as to what's happening,

I really need the PPL working because we'll be living with this
compiler for a number of years and I'd like to be using 4.4.3 for the
duration.

Going to continue to flog this on Monday.

Thanks,

Jeff

On Sat, Mar 6, 2010 at 10:15 AM, Ralph Birt <rdbirt@rogers.com> wrote:

Hi Jeff, All,


Sorry, no solution yet. I have been able to build a toolchain, however, by disabling PPL in 'Companion libraries'.

Regards,
Ralph

----- Original Message ----- From: "Jeff Andre" <embedded.dev@gmail.com>
To: <crossgcc@sources.redhat.com>
Sent: Friday, March 05, 2010 11:17 AM
Subject: Re: Cannot find GMP version 4.1.3 or higher


Ralph Birt <rdbirt <at> rogers.com> writes:


Hi All,


I'm building the ARM samples; the bare metal builds work but the linux
samples all break with the error: "Cannot find GMP version 4.1.3 or higher".
Does anyone know how to remedy this?



Did you find a solution to this issue? I just hit it too with a custom configuration.

Thanks,

Jeff






-- For unsubscribe information see http://sourceware.org/lists.html#faq



-- For unsubscribe information see http://sourceware.org/lists.html#faq


-- For unsubscribe information see http://sourceware.org/lists.html#faq


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