[Cegcc-devel] cegcc 0.50 for cygwin?

2007-08-05 Thread Jan Rinze
Hi all, I have been using an old version of cegcc on cygwin. Apparently the cegcc site on sourceforge only has versions for mandriva or plain rpms.. How should I get cegcc 0.50 working under cygwin? Should I download all the sources and try to recompile? Jan Rinze.

Re: [Cegcc-devel] cegcc 0.50 for cygwin?

2007-08-05 Thread Pedro Alves
Jan Rinze wrote: > > I have been using an old version of cegcc on cygwin. > > Apparently the cegcc site on sourceforge only has versions for mandriva > or plain rpms.. > > How should I get cegcc 0.50 working under cygwin? > > Should I download all the sources and try to recompile? > This i

Re: [Cegcc-devel] WinCE Exception handling support in gcc

2007-08-05 Thread Danny Backx
On Sat, 2007-08-04 at 08:08 +0200, Danny Backx wrote: > On Tue, 2007-07-31 at 01:25 +0100, Pedro Alves wrote: > > Danny Backx wrote: > > > I've been digging in gcc internals and succeeded in implementing stuff > > > that allows us to write code such as > > > int main(int argc, char *argv[]) > > >

Re: [Cegcc-devel] LoadLibrary on DLL returns null (Check SYSGEN ?? )

2007-08-05 Thread Pedro Alves
Radu Poenaru wrote: > > Hi ! I've managed to compile a new set of DLLs using 0.50 under Linux. > > Now I get 2 missing references durring linkage: > One to _ftime and one to _lseeki64 . > > Both of these are defined in platform specific .h files, so I am pretty sure > they are not part o

Re: [Cegcc-devel] rshd patch

2007-08-05 Thread Pedro Alves
Danny Backx wrote: > > I've hacked rshd.c a bit so it has a UI, this has the benefit of making > the process visible in the WinCE process list. The UI is only half done, > it has toggles to set the command line options that you had in the > source, but I've not hooked the toggles to the variables

[Cegcc-devel] Cab file support.

2007-08-05 Thread Pedro Alves
Hi guys, I've just learned about lcab and the pocketpc-cab debian package. http://coding.wooyayhoopla.be/lcab/ http://packages.debian.org/unstable/otherosfs/pocketpc-cab/ I've given them a quick test, but I couldn't get pocket-cab to work, and my perl mojo is currently too low to follow the code

Re: [Cegcc-devel] WinCE Exception handling support in gcc

2007-08-05 Thread Pedro Alves
Danny Backx wrote: > FYI I've just committed the code (changed as Pedro suggested). > Great. But, you've missed bullet 1. I guess you have to go through the upstream submission process to see the value of doing it early... sigh... Cheers, Pedro Alves

Re: [Cegcc-devel] WinCE Exception handling support in gcc

2007-08-05 Thread Danny Backx
On Sun, 2007-08-05 at 12:00 +0100, Pedro Alves wrote: > Danny Backx wrote: > > > FYI I've just committed the code (changed as Pedro suggested). > > > > Great. But, you've missed bullet 1. I guess you have to go > through the upstream submission process to see the value of doing > it early... s

Re: [Cegcc-devel] WinCE Exception handling support in gcc

2007-08-05 Thread Jan Rinze
Hi Pedro and Danny, > -Original Message- > From: [EMAIL PROTECTED] [mailto:cegcc-devel- > [EMAIL PROTECTED] On Behalf Of Danny Backx > Sent: zondag 5 augustus 2007 13:45 > To: Pedro Alves > Cc: CeGCC Development List > Subject: Re: [Cegcc-devel] WinCE Exception handling support in gcc > >

Re: [Cegcc-devel] WinCE Exception handling support in gcc

2007-08-05 Thread Pedro Alves
Danny Backx wrote: > > Actually I did several modifications to try to follow the GNU coding > standards. That is what you're referring to, isn't it? > > Please tell me where exactly do I not follow one now ? I'll fix. > Bummer, this really makes me sound a nitpicker. I would have preferred you

Re: [Cegcc-devel] WinCE Exception handling support in gcc

2007-08-05 Thread Danny Backx
On Sun, 2007-08-05 at 16:08 +0100, Pedro Alves wrote: > Danny Backx wrote: > > > > Actually I did several modifications to try to follow the GNU coding > > standards. That is what you're referring to, isn't it? > > > > Please tell me where exactly do I not follow one now ? I'll fix. > > > > Bum

Re: [Cegcc-devel] WinCE Exception handling support in gcc

2007-08-05 Thread Pedro Alves
Danny Backx escreveu: > On Sun, 2007-08-05 at 16:08 +0100, Pedro Alves wrote: >> Danny Backx wrote: >>> Actually I did several modifications to try to follow the GNU coding >>> standards. That is what you're referring to, isn't it? >>> >>> Please tell me where exactly do I not follow one now ? I'll

Re: [Cegcc-devel] WinCE Exception handling support in gcc

2007-08-05 Thread Danny Backx
On Sun, 2007-08-05 at 16:08 +0100, Pedro Alves wrote: >Please move the attribute implementation into either arm.c, or better > yet, reuse the SUBTARGET_ATTRIBUTE_TABLE mechanism already implemented > for the "selectany" attribute. Since this is a target specific > attribute it has no place in

Re: [Cegcc-devel] cegcc 0.50 for cygwin?

2007-08-05 Thread Jan Rinze
Hi Pedro (and the rest :-) ) > -Original Message- > From: Pedro Alves [mailto:[EMAIL PROTECTED] On Behalf Of Pedro Alves > Sent: zondag 5 augustus 2007 11:54 > To: Jan Rinze > Cc: cegcc-devel@lists.sourceforge.net > Subject: Re: [Cegcc-devel] cegcc 0.50 for cygwin? > > Jan Rinze wrote: >

Re: [Cegcc-devel] cegcc 0.50 for cygwin?

2007-08-05 Thread Pedro Alves
Jan Rinze wrote: >Pedro Alves wrote: >> Jan Rinze wrote: >>> Apparently the cegcc site on sourceforge only has versions for >> mandriva >>> or plain rpms.. >>> >>> How should I get cegcc 0.50 working under cygwin? >>> >> >> I would really appreciate that someone would built it, and it would be >> u

Re: [Cegcc-devel] WinCE Exception handling support in gcc

2007-08-05 Thread Pedro Alves
Danny Backx wrote: > On Sun, 2007-08-05 at 16:08 +0100, Pedro Alves wrote: >>Please move the attribute implementation into either arm.c, or better >> yet, reuse the SUBTARGET_ATTRIBUTE_TABLE mechanism already implemented >> for the "selectany" attribute. Since this is a target specific >> attr

Re: [Cegcc-devel] cegcc 0.50 for cygwin?

2007-08-05 Thread Jan Rinze
Hi Pedro, > -Original Message- > From: Pedro Alves [mailto:[EMAIL PROTECTED] On Behalf Of Pedro Alves > Sent: maandag 6 augustus 2007 0:10 > To: Jan Rinze > Cc: cegcc-devel@lists.sourceforge.net > Subject: Re: [Cegcc-devel] cegcc 0.50 for cygwin? > > Jan Rinze wrote: > >Pedro Alves wrote:

Re: [Cegcc-devel] WinCE Exception handling support in gcc

2007-08-05 Thread Danny Backx
On Sun, 2007-08-05 at 23:23 +0100, Pedro Alves wrote: > Danny Backx wrote: > > On Sun, 2007-08-05 at 16:08 +0100, Pedro Alves wrote: > >>Please move the attribute implementation into either arm.c, or better > >> yet, reuse the SUBTARGET_ATTRIBUTE_TABLE mechanism already implemented > >> for the