Re: Cross Compiler for Python?

2008-07-09 Thread Hendrik van Rooyen
"norseman" wrote: 8< - > dreaded Yep! I know the feeling. Got lots of those T-Shirts. ;) > > > I re-read your original post. I got the feeling the eBox is running a > stripped down Linux. Is that so? If it is, then: Correct

Re: Cross Compiler for Python?

2008-07-08 Thread norseman
Hendrik van Rooyen wrote: norseman wrote: == In case all else fails: This is not a cookbook answer, but: 1) gnu's gcc will compile to 16,32 or 64 bit intel architectures OK, the 32 bit version compiles to 16 or 32 & the 64 shoul

Re: Cross Compiler for Python?

2008-07-08 Thread Hendrik van Rooyen
norseman wrote: >== >In case all else fails: > >This is not a cookbook answer, but: >1) gnu's gcc will compile to 16,32 or 64 bit intel architectures > OK, the 32 bit version compiles to 16 or 32 & the 64 should. >The 64

Re: Cross Compiler for Python?

2008-07-08 Thread Hendrik van Rooyen
Jorgen Grahn wrote: >This is a special case of a more general, non-Python problem which you >will have to address if you want to build an industrial controller. > >If your target has no C compiler[1], you have to set up a cross-compiling >environment. I'd be surprised if the eBox doesn't come wit

Re: Cross Compiler for Python?

2008-07-07 Thread norseman
I think I should have not used the 'reply' button but rather sent it back through the [EMAIL PROTECTED] So here here goes. === Hendrik van Rooyen wrote: Up to now, I have been innocently using the vanilla python that comes with the Linux distribution (Suse in my case). For the

Re: Cross Compiler for Python?

2008-07-07 Thread Jorgen Grahn
On Mon, 7 Jul 2008 10:15:59 +0200, Hendrik van Rooyen <[EMAIL PROTECTED]> wrote: > Up to now, I have been innocently using the vanilla python > that comes with the Linux distribution (Suse in my case). > > For the past few days, I have been playing with a little > device called an eBox - it is basi

Re: Cross Compiler for Python

2008-07-07 Thread Hendrik van Rooyen
Dan Upton wrote: >If you don't have a 32 bit system to build it on, you could always set >up a VMWare machine... but that might be more effort than necessary. >You can probably just run configure on your normal machine and then >edit the makefile to add -m32 to the compiler or linker flags--that >

Re: Cross Compiler for Python?

2008-07-07 Thread Dan Upton
On Mon, Jul 7, 2008 at 4:15 AM, Hendrik van Rooyen <[EMAIL PROTECTED]> wrote: > Up to now, I have been innocently using the vanilla python > that comes with the Linux distribution (Suse in my case). > > For the past few days, I have been playing with a little > device called an eBox - it is basical

Re: Cross Compiler for Python?

2008-07-07 Thread Diez B. Roggisch
Hendrik van Rooyen wrote: > Up to now, I have been innocently using the vanilla python > that comes with the Linux distribution (Suse in my case). > > For the past few days, I have been playing with a little > device called an eBox - it is basically a 486 with 128Mb > memory, and a 1Gig pcmcia fl

Cross Compiler for Python?

2008-07-07 Thread Hendrik van Rooyen
Up to now, I have been innocently using the vanilla python that comes with the Linux distribution (Suse in my case). For the past few days, I have been playing with a little device called an eBox - it is basically a 486 with 128Mb memory, and a 1Gig pcmcia flash drive. We want to try to use this