All of lore.kernel.org
 help / color / mirror / Atom feed
* Xilinx cygwin linux cross recommendations ?
@ 2009-03-19 23:59 David H. Lynch Jr.
  2009-03-20  0:16 ` Grant Likely
  2009-03-23 17:17 ` John Linn
  0 siblings, 2 replies; 5+ messages in thread
From: David H. Lynch Jr. @ 2009-03-19 23:59 UTC (permalink / raw)
  To: linuxppc-dev

    Does anyone have experience sugestions for building ppc/linux apps
or even ppc kernels under windows.

    I work (and live) under Linux. I am very happy to work under Linux. 
I only spend about 20 minutes a week in windows anymore.

    But I have coworkers, and clients that live under windows.
    Mostly I have them working under coLinux, but even that seems to be
too much for many of them.

    I have been able to mangle my build environment to  work under msys
and use the xilinx edk cross compiler to build standalone PPC apps,
    But the libraries do not seem to be present for linux applications.

    I build my own uclibc crosscompiler under linux from buildroot.
       Has anyone got experience doing that under windows ?

    Can I just copy the appropriate library binaries and use them with
the xilinx EDK cross compiler ? Presumably I need to match versions of GCC.

    Other suguestions ?

    Thanks.




-- 
Dave Lynch 					  	    DLA Systems
Software Development:  				         Embedded Linux
717.627.3770 	       dhlii@dlasys.net 	  http://www.dlasys.net
fax: 1.253.369.9244 			           Cell: 1.717.587.7774
Over 25 years' experience in platforms, languages, and technologies too numerous to list.

"Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction."
Albert Einstein

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Xilinx cygwin linux cross recommendations ?
  2009-03-19 23:59 Xilinx cygwin linux cross recommendations ? David H. Lynch Jr.
@ 2009-03-20  0:16 ` Grant Likely
  2009-03-20  0:58   ` David H. Lynch Jr.
  2009-03-23 17:17 ` John Linn
  1 sibling, 1 reply; 5+ messages in thread
From: Grant Likely @ 2009-03-20  0:16 UTC (permalink / raw)
  To: dhlii; +Cc: linuxppc-dev

On Thu, Mar 19, 2009 at 5:59 PM, David H. Lynch Jr. <dhlii@dlasys.net> wrot=
e:
> =A0 =A0Does anyone have experience sugestions for building ppc/linux apps
> or even ppc kernels under windows.

I hear rumors that there is a Windows version of ELDK.

--=20
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Xilinx cygwin linux cross recommendations ?
  2009-03-20  0:16 ` Grant Likely
@ 2009-03-20  0:58   ` David H. Lynch Jr.
  2009-03-20 11:17     ` Gary Thomas
  0 siblings, 1 reply; 5+ messages in thread
From: David H. Lynch Jr. @ 2009-03-20  0:58 UTC (permalink / raw)
  To: Grant Likely, linuxppc-dev

    I have no experience with ELDK.
    Have you used it ? Do you like it ?

    When I started I mostly did a roll my own environment using crosstool.
    I would have stuck to that except I can not get uclibc and it has
not been updated in a long time.
    Crosstool-ng did not support the ppc last time I looked.
    Today I use buildroot - mostly just to build a toolchain - I have
never been able to get it to do many of the other things it is capable of.

    I am not particularly fond (serious understatement)  of "integrated
solve all the problems of the world" environments, they rarely work, and
you must think inside their box.
   
    I would be ecstatic with just a cygwin-linux-ppc-uclibc tool chain.

   
   
   

Grant Likely wrote:
> On Thu, Mar 19, 2009 at 5:59 PM, David H. Lynch Jr. <dhlii@dlasys.net> wrote:
>   
>>    Does anyone have experience sugestions for building ppc/linux apps
>> or even ppc kernels under windows.
>>     
>
> I hear rumors that there is a Windows version of ELDK.
>
>   


-- 
Dave Lynch 					  	    DLA Systems
Software Development:  				         Embedded Linux
717.627.3770 	       dhlii@dlasys.net 	  http://www.dlasys.net
fax: 1.253.369.9244 			           Cell: 1.717.587.7774
Over 25 years' experience in platforms, languages, and technologies too numerous to list.

"Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction."
Albert Einstein

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Xilinx cygwin linux cross recommendations ?
  2009-03-20  0:58   ` David H. Lynch Jr.
@ 2009-03-20 11:17     ` Gary Thomas
  0 siblings, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2009-03-20 11:17 UTC (permalink / raw)
  To: dhlii; +Cc: linuxppc-dev

David H. Lynch Jr. wrote:
>     I have no experience with ELDK.
>     Have you used it ? Do you like it ?
> 
>     When I started I mostly did a roll my own environment using crosstool.
>     I would have stuck to that except I can not get uclibc and it has
> not been updated in a long time.
>     Crosstool-ng did not support the ppc last time I looked.

Look again - PowerPC is quite well supported by CrossTool-ng

>     Today I use buildroot - mostly just to build a toolchain - I have
> never been able to get it to do many of the other things it is capable of.
> 
>     I am not particularly fond (serious understatement)  of "integrated
> solve all the problems of the world" environments, they rarely work, and
> you must think inside their box.
>    
>     I would be ecstatic with just a cygwin-linux-ppc-uclibc tool chain.
> 

Why not just skip the torture (CygWin) and just run a virtual machine
on Windows [I assume you _have_ to have Windows].  Both VM-Ware and VirtualBox
handle this problem beautifully.  Then you have *Linux* for your development
environment, not some cobbled set of pieces...

> 
> Grant Likely wrote:
>> On Thu, Mar 19, 2009 at 5:59 PM, David H. Lynch Jr. <dhlii@dlasys.net> wrote:
>>   
>>>    Does anyone have experience sugestions for building ppc/linux apps
>>> or even ppc kernels under windows.
>>>     
>> I hear rumors that there is a Windows version of ELDK.
>>
>>   
> 
> 


-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: Xilinx cygwin linux cross recommendations ?
  2009-03-19 23:59 Xilinx cygwin linux cross recommendations ? David H. Lynch Jr.
  2009-03-20  0:16 ` Grant Likely
@ 2009-03-23 17:17 ` John Linn
  1 sibling, 0 replies; 5+ messages in thread
From: John Linn @ 2009-03-23 17:17 UTC (permalink / raw)
  To: dhlii, linuxppc-dev

I agree that VmWare is a reasonable solution.

Some of our field guys, that don't do Linux everyday, use the ELDK in a
VmWare appliance and this seems reasonable.  We never had great luck
with cygwin stuff in this area.

-- John

> -----Original Message-----
> From: linuxppc-dev-bounces+john.linn=3Dxilinx.com@ozlabs.org
[mailto:linuxppc-dev-
> bounces+john.linn=3Dxilinx.com@ozlabs.org] On Behalf Of David H. Lynch
Jr.
> Sent: Thursday, March 19, 2009 5:59 PM
> To: linuxppc-dev@ozlabs.org
> Subject: Xilinx cygwin linux cross recommendations ?
> =

> =

>     Does anyone have experience sugestions for building ppc/linux apps
> or even ppc kernels under windows.
> =

>     I work (and live) under Linux. I am very happy to work under
Linux.
> I only spend about 20 minutes a week in windows anymore.
> =

>     But I have coworkers, and clients that live under windows.
>     Mostly I have them working under coLinux, but even that seems to
be
> too much for many of them.
> =

>     I have been able to mangle my build environment to  work under
msys
> and use the xilinx edk cross compiler to build standalone PPC apps,
>     But the libraries do not seem to be present for linux
applications.
> =

>     I build my own uclibc crosscompiler under linux from buildroot.
>        Has anyone got experience doing that under windows ?
> =

>     Can I just copy the appropriate library binaries and use them with
> the xilinx EDK cross compiler ? Presumably I need to match versions of
GCC.
> =

>     Other suguestions ?
> =

>     Thanks.
> =

> =

> =

> =

> --
> Dave Lynch 					  	    DLA Systems
> Software Development:
Embedded Linux
> 717.627.3770 	       dhlii@dlasys.net 	  http://www.dlasys.net
> fax: 1.253.369.9244 			           Cell: 1.717.587.7774
> Over 25 years' experience in platforms, languages, and technologies
too numerous to list.
> =

> "Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a
> lot of courage to move in the opposite direction."
> Albert Einstein
> =

> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev


This email and any attachments are intended for the sole use of the named r=
ecipient(s) and contain(s) confidential information that may be proprietary=
, privileged or copyrighted under applicable law. If you are not the intend=
ed recipient, do not read, copy, or forward this email message or any attac=
hments. Delete this email message and any attachments immediately.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-03-23 17:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-19 23:59 Xilinx cygwin linux cross recommendations ? David H. Lynch Jr.
2009-03-20  0:16 ` Grant Likely
2009-03-20  0:58   ` David H. Lynch Jr.
2009-03-20 11:17     ` Gary Thomas
2009-03-23 17:17 ` John Linn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.