Re: [Cegcc-devel] how to build cegcc

2009-02-20 Thread Eric House
> From: "Hywel B. Richards" > [...] > mike johnson wrote: > > ... > > Then I got another error about: > > > > make[3]: Entering directory `/opt/cegcc/newlib/etc' > > /opt/t/src/newlib/missing makeinfo --split-size=500 > > --split-size=500 --no-split -I/opt/t/src/newlib/etc -o > > standar

Re: [Cegcc-devel] how to build cegcc

2009-02-20 Thread Vincent R.
On Thu, 19 Feb 2009 23:19:23 -0800, mike johnson wrote: > I feel pretty stupid right now that I cannot make heads or tails out of > the building instructions, so either I'm loosing it or they don't make > sense. > > Here are my steps: > > First I get the repo: > > svn co https://cegcc.svn.sou

[Cegcc-devel] (no subject)

2009-02-20 Thread ENEKO FERNANDEZ
-- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source par

[Cegcc-devel] gcc on x86 Windows CE

2009-02-20 Thread ENEKO FERNANDEZ
Hello, I have just started working with mingw and cygwin, knowing that the "official" support of cegcc and mingw32ce projects are for ARM proccesors. Isn´´t it? But is very important for me to put working a simple gcc (C) compiler on a x86 based Windows CE system. I need to compile by a gcc na

Re: [Cegcc-devel] how to build cegcc

2009-02-20 Thread Hywel B. Richards
mike johnson wrote: > ... > Then I got another error about: > > make[3]: Entering directory `/opt/cegcc/newlib/etc' > /opt/t/src/newlib/missing makeinfo --split-size=500 > --split-size=500 --no-split -I/opt/t/src/newlib/etc -o > standards.info /opt/t/src/newlib/etc/standards.texi > WARNIN

[Cegcc-devel] how to build cegcc

2009-02-20 Thread mike johnson
I feel pretty stupid right now that I cannot make heads or tails out of the building instructions, so either I'm loosing it or they don't make sense. Here are my steps: First I get the repo: svn co https://cegcc.svn.sourceforge.net/svnroot/cegcc/trunk/cegcc cegcc I was kinda assuming that th