Re: cross compiling for s390

2011-05-20 Thread Shumate, Scott
I ran into something interesting today with zFCP disk. I've assigned a LUN to a linux server and it worked great. I did the following. 1. Set the adapter on line with chccwdev -e command 2. Added target port to FCP adapter by echoing port_add into wwpn. ex. echo

Re: cross compiling for s390

2011-04-05 Thread Carsten Otte
by: Linux on LINUX-390@vm.marist.edu 390 Port cc linux-...@vm.mar ist.edu Subject cross compiling for s390

Re: cross compiling for s390

2011-04-05 Thread Rob van der Heij
On Tue, Apr 5, 2011 at 8:52 AM, Carsten Otte co...@de.ibm.com wrote: Note that mainframes tend to have more CPU cores than laptops, which is good for compiler performance when using make -j number ;-) The tiny geeky part in me could enjoy using a full z196 to cross compile for an ARM phone

Re: cross compiling for s390

2011-04-05 Thread Harold Grovesteen
Adam, if you run into any problems, I monitor both this and the crosstool-NG list. I contributed the s390 samples to crosstool-NG. Harold Grovesteen James Tison wrote: There is a next gen release of this package out, called crosstool-NG. It has a Mercurial repository available at

cross compiling for s390

2011-04-04 Thread adam shea
I would like to set up gcc on my laptop to cross compile for s390 architecture. Has anyone attempted this? Pointers and words of wisdom would be appreciated greatly. -ajs -- Intelligence is the ability to avoid doing work, yet getting the work done. -Linus Torvalds

Re: cross compiling for s390

2011-04-04 Thread Rob van der Heij
On Mon, Apr 4, 2011 at 9:01 PM, adam shea ajsheam...@gmail.com wrote: I would like to set up gcc on my laptop to cross compile for s390 architecture. Has anyone attempted this? Pointers and words of wisdom would be appreciated greatly. It takes a lot of patience and a steady hand. Look into

Re: cross compiling for s390

2011-04-04 Thread James Tison
There is a next gen release of this package out, called crosstool-NG. It has a Mercurial repository available at http://ymorin.is-a-geek.org/hg/crosstool-ng It is much nicer and requires much less knowledge to operate than the old crosstool. Regards, --Jim--