> Anyways, I found a mistake in my sysroot and these messages seem to have
> vanished I had a symlink pointing to my local (linux) /lib instead of
> the sysroot's /lib (oops)
That would indeed explain the problem you were having.
--
Eric Botcazou
- Original Message -
From: "Markus Trippelsdorf" <[EMAIL PROTECTED]>
To: "Mark Cuss" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>;
Sent: Tuesday, November 08, 2005 9:29 AM
Subject: Re: Skipping incompatable libaries on a SPARC cross compile
On
On Tue, Nov 08, 2005 at 09:17:10AM -0700, Mark Cuss wrote:
> Hi Eric
>
> sparc-sun-solaris2.9-objdump -f returns the following:
> libc.so:
> start address 0x
> ...
Congratulations, this must be the longest top-post ever.
--
Markus
> I get the following errors:
> /cdl/apps/.software/linux/gcc-3.4.4-x86-sparc/lib/gcc/sparc-sun-solaris2.9/
>3.4.4/../../../../sparc-sun-solaris2.9/bin/ld: skipping incompatible
> /cdl/apps/.software/linux/gcc-3.4.4-x86-sparc-build/sysroot/lib/libm.so
> when searching for -lm
> /cdl/apps/.software/
Calgary, AB, Canada
T2L 2K7
Phone 403 289 1733 ext 226
Fax 403 289 3967
[EMAIL PROTECTED]
www.cdlsystems.com
- Original Message -
From: "Mark Cuss" <[EMAIL PROTECTED]>
To:
Sent: Monday, November 07, 2005 3:25 PM
Subject: Skipping incompatable libaries on a SPARC cross compil
Hi All
I'm hoping one of the experts here can help me out with this problem...
I've built a Linux to Sun cross compiler using gcc-3.4.4. I've done this
before and had it work, but some problems have cropped up In the past
I've been able to build simple programs (ie - "Hello World") on li