Re: iWMMXt/Linux EABI toolchain

2007-12-05 Thread Paul Brook
> > > > Thanks for the quick response! > > > > I'm sure it seems I like to make hard wok for myself! It gets worse, > > > > I'm porting Gentoo Linux to iWMMXt with pure EABI kernel and > > > > userspace. I'm not concerned about being able to run old binaries. > > > > So is using abi=iwmmxt really

Re: iWMMXt/Linux EABI toolchain

2007-12-05 Thread Daniel Jacobowitz
On Wed, Mar 01, 2006 at 06:20:53PM +, Steven Newbury wrote: > OK, thank-you. I'll target "arm-iwmmxt-linux-gnueabi" with --with-cpu= etc > and > --disable-multilib. The vendor string is for my build scripts and also will > help differentiate the toolchain, is that valid? Yep. -- Daniel Ja

Re: iWMMXt/Linux EABI toolchain

2006-03-20 Thread Steven Newbury
Hello again Daniel and all! I'm still working on building the iWMMXt/EABI/NPTL toolchain. I've got to the stage where I have everything built upto the final linking of glibc. Sadly despite making a lot of progress and fixing many problems I am now stuck. As I previously discovered the current g

Re: iWMMXt/Linux EABI toolchain

2006-03-01 Thread Daniel Jacobowitz
On Thu, Mar 02, 2006 at 12:27:46AM +, Steven Newbury wrote: > I've given this a go. I've successully built a stage1 cross compiler and > installed the glibc headers. However, on re-building gcc it fails to link > libgcc: > > ... ./libgcc_s.so.1.backup; else true; fi && mv ./libgcc_s.so.1.tmp

Re: iWMMXt/Linux EABI toolchain

2006-03-01 Thread Steven Newbury
--- Daniel Jacobowitz <[EMAIL PROTECTED]> wrote: > On Wed, Mar 01, 2006 at 06:20:53PM +, Steven Newbury wrote: > > OK, thank-you. I'll target "arm-iwmmxt-linux-gnueabi" with --with-cpu= etc > and > > --disable-multilib. The vendor string is for my build scripts and also > will > > help diff

Re: iWMMXt/Linux EABI toolchain

2006-03-01 Thread Daniel Jacobowitz
On Wed, Mar 01, 2006 at 06:20:53PM +, Steven Newbury wrote: > OK, thank-you. I'll target "arm-iwmmxt-linux-gnueabi" with --with-cpu= etc > and > --disable-multilib. The vendor string is for my build scripts and also will > help differentiate the toolchain, is that valid? Yep. -- Daniel Ja

Re: iWMMXt/Linux EABI toolchain

2006-03-01 Thread Steven Newbury
--- Daniel Jacobowitz <[EMAIL PROTECTED]> wrote: > On Wed, Mar 01, 2006 at 05:43:53PM +, Steven Newbury wrote: > > My reason for using the xscale-* triplets was because of the warning below > from > > gcc/config/arm/t-xscale-elf: > > > > # The iWMMXt multilibs are suppressed for now because

Re: iWMMXt/Linux EABI toolchain

2006-03-01 Thread Daniel Jacobowitz
On Wed, Mar 01, 2006 at 05:43:53PM +, Steven Newbury wrote: > My reason for using the xscale-* triplets was because of the warning below > from > gcc/config/arm/t-xscale-elf: > > # The iWMMXt multilibs are suppressed for now because gcc only > # supports generating them with the IWMMXT or AAP

Re: iWMMXt/Linux EABI toolchain

2006-03-01 Thread Steven Newbury
--- Daniel Jacobowitz <[EMAIL PROTECTED]> wrote: > On Wed, Mar 01, 2006 at 05:15:07AM +, Steven Newbury wrote: > > I have managed to build with arm-iwmmxt-linux-gnu, where iwmmxt as the > vendor > > string is picked up by my ebuild scripts to pass the iwmmxt target flags. > > Given my object

Re: iWMMXt/Linux EABI toolchain

2006-03-01 Thread Steven Newbury
--- Paul Brook <[EMAIL PROTECTED]> wrote: > On Wednesday 01 March 2006 05:05, Daniel Jacobowitz wrote: > > On Wed, Mar 01, 2006 at 04:57:03AM +, Steven Newbury wrote: > > > Thanks for the quick response! > > > I'm sure it seems I like to make hard wok for myself! It gets worse, I'm > > > port

Re: iWMMXt/Linux EABI toolchain

2006-03-01 Thread Paul Brook
On Wednesday 01 March 2006 05:05, Daniel Jacobowitz wrote: > On Wed, Mar 01, 2006 at 04:57:03AM +, Steven Newbury wrote: > > Thanks for the quick response! > > I'm sure it seems I like to make hard wok for myself! It gets worse, I'm > > porting Gentoo Linux to iWMMXt with pure EABI kernel and u

Re: iWMMXt/Linux EABI toolchain

2006-03-01 Thread Daniel Jacobowitz
On Wed, Mar 01, 2006 at 05:15:07AM +, Steven Newbury wrote: > I have managed to build with arm-iwmmxt-linux-gnu, where iwmmxt as the vendor > string is picked up by my ebuild scripts to pass the iwmmxt target flags. > Given my objective, am I wrong to try to make a tool chain that targets > xs

Re: iWMMXt/Linux EABI toolchain

2006-02-28 Thread Steven Newbury
--- Daniel Jacobowitz <[EMAIL PROTECTED]> wrote: > On Wed, Mar 01, 2006 at 04:57:03AM +, Steven Newbury wrote: > > Thanks for the quick response! > > I'm sure it seems I like to make hard wok for myself! It gets worse, I'm > > porting Gentoo Linux to iWMMXt with pure EABI kernel and userspace

Re: iWMMXt/Linux EABI toolchain

2006-02-28 Thread Daniel Jacobowitz
On Wed, Mar 01, 2006 at 04:57:03AM +, Steven Newbury wrote: > Thanks for the quick response! > I'm sure it seems I like to make hard wok for myself! It gets worse, I'm > porting Gentoo Linux to iWMMXt with pure EABI kernel and userspace. I'm not > concerned about being able to run old binaries

Re: iWMMXt/Linux EABI toolchain

2006-02-28 Thread Steven Newbury
--- Daniel Jacobowitz <[EMAIL PROTECTED]> wrote: > On Wed, Mar 01, 2006 at 04:27:48AM +, Steven Newbury wrote: > > Hi! I'm attempting to build a iWMMXt/Linux EABI toolchain using gcc HEAD. > I'm > > using the target xscale-iwmmxt-linux-gnueabi, I'

Re: iWMMXt/Linux EABI toolchain

2006-02-28 Thread Daniel Jacobowitz
On Wed, Mar 01, 2006 at 04:27:48AM +, Steven Newbury wrote: > Hi! I'm attempting to build a iWMMXt/Linux EABI toolchain using gcc HEAD. I'm > using the target xscale-iwmmxt-linux-gnueabi, I've added support for this > target to binutils and built a cross linker etc. &g

iWMMXt/Linux EABI toolchain

2006-02-28 Thread Steven Newbury
Hi! I'm attempting to build a iWMMXt/Linux EABI toolchain using gcc HEAD. I'm using the target xscale-iwmmxt-linux-gnueabi, I've added support for this target to binutils and built a cross linker etc. I've proceeded to add a suitable target in config.gcc which supports EA