[Cegcc-devel] binutils from svn wont build

2007-05-28 Thread stan lee
Hi, Im having trouble compiling binutils. I get this undefined reference to yyparse error. I have already installed flex and bison and pointed out their libraries. I also have tried downloading the latest binutils and it compiles properly for x86. How do i fix the problem when cross compiling fo

[Cegcc-devel] re cegcc from archive files

2007-05-28 Thread James Takac
Quick note here. Got it up and running. Am curious about the 2nd package, i.e. the mingw one. Same thing but mingw version I take it? James - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE ve

[Cegcc-devel] cegcc from archive files

2007-05-28 Thread James Takac
Hi guys, I tried the rpm of the latest version on my system (ubuntu 7.04) but that wont go thru :( So I thought I'd try the archive files. As the binaries appear to be in each, is it a matter of extracting them to the required directories? James cegcc newbie ---

Re: [Cegcc-devel] (partial) Mac OS X success

2007-05-28 Thread Pedro Alves
Carsten Sørensen escreveu: > Hi, > > After having tried (and failed liked others on this list) to compile > cegcc on Mac OS X, I found out what the cause of the problem is. > Bison. The one supplied by Apple is horribly outdated (like so many > other of their command line tools). > Great to know

[Cegcc-devel] (partial) Mac OS X success

2007-05-28 Thread Carsten Sørensen
Hi, After having tried (and failed liked others on this list) to compile cegcc on Mac OS X, I found out what the cause of the problem is. Bison. The one supplied by Apple is horribly outdated (like so many other of their command line tools). Install the one from MacPorts (make sure /opt/local/bin

Re: [Cegcc-devel] libstdc++ build issue

2007-05-28 Thread Pedro Alves
Danny Backx escreveu: > Pedro, > > In order to build libstdc++ successfully, I had to edit the Makefile as > indicated below. Does this patch work on your system too ? > I'll try to give it a spin tomorrow, but in the mean time, I think that if removing is the way, you should remove the whole '-

[Cegcc-devel] [ cegcc-Bugs-1727054 ] waveOutGetDevCaps problem

2007-05-28 Thread SourceForge.net
Bugs item #1727054, was opened at 2007-05-28 20:43 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=865514&aid=1727054&group_id=173455 Please note that this message will contain a full copy

[Cegcc-devel] libstdc++ build issue

2007-05-28 Thread Danny Backx
Pedro, In order to build libstdc++ successfully, I had to edit the Makefile as indicated below. Does this patch work on your system too ? Danny dannypc: {84} svn diff src/cegcc/libstdc++ Index: src/cegcc/libstdc++/Makefile =

Re: [Cegcc-devel] remote runner with stdio redirection?

2007-05-28 Thread Danny Backx
On Mon, 2007-05-28 at 11:57 +0200, Danny Backx wrote: > On Mon, 2007-05-28 at 02:12 +0100, Pedro Alves wrote: > > I'm not having much luck with telnet or ssh servers for WinCE. > > Does anyone have experience with those? > > I've occasionally used a telnet server, I didn't have much trouble with >

Re: [Cegcc-devel] remote runner with stdio redirection?

2007-05-28 Thread Danny Backx
On Mon, 2007-05-28 at 02:12 +0100, Pedro Alves wrote: > I'm not having much luck with telnet or ssh servers for WinCE. > Does anyone have experience with those? I've occasionally used a telnet server, I didn't have much trouble with it but as I said I've never used it much. One problem I had was

[Cegcc-devel] Upload of experimental versions of cegcc for linux

2007-05-28 Thread Danny Backx
I've just uploaded four different distributions, all of x86 based Linux PC's. The four files are divided as such : tar rpm cegcc a b mingw32ce c d a : http://danny.backx.info/download/cegcc-cegcc-0.14-

Re: [Cegcc-devel] missing windows.h

2007-05-28 Thread Danny Backx
The "pe" in the compiler name suggests you're using an older version of our toolset. I've just uploaded a new but experimental RPM to http://danny.backx.info/download/cegcc-cegcc-0.14-1.i586.rpm If you are on an RPM based Linux system, can you try whether this works for you ? Danny On M