Re: [Cegcc-devel] LLVM vs gcc

2008-11-15 Thread janrinze
On Fri, 2008-11-14 at 11:10 +0100, mosfet wrote: > Hi, > > I wanted to know if some people have already tried the llvm compiler that > may be the next open source compiler. > Do you know if we can compile arm platform ? > I am asking because from what I read, tllvm would have a clean architecture

Re: [Cegcc-devel] mingw32ce profiling

2008-08-22 Thread janrinze
On Sat, 2008-08-23 at 04:55 +1000, John Wharington wrote: > Well, that's the version I downloaded, the tarball is called 4.1.2 > (found a link to a build someone made earlier this year). > > But in any case, I also tried it with 0.51 and it didn't work then > either. Could it be that profiling on

Re: [Cegcc-devel] Trouble porting Rockbox

2008-08-02 Thread janrinze
On Fri, 2008-08-01 at 21:28 -0700, Mike . wrote: > Hello. > > I'd like to port the rockbox digital audio player software to WinCE > using cegcc + sdl. I've made the needed changes to compile rockbox as > an SDL application and can do so nicely on a Linux machine, but am now > getting stuck with t

Re: [Cegcc-devel] Dealing with 320x320 resolution

2008-07-29 Thread janrinze
Hi Eric, On Tue, 2008-07-29 at 14:19 -0700, Eric House wrote: > My app, built with cegcc, is pretty broken on WinMo devices with > 320x320 resolution. Turns out the OS is telling me the screen is > 240x240, and doing a horrible job of translating between coordinate > spaces when drawing. > mayb

Re: [Cegcc-devel] cegcc-mingw32ce build fails while building gdb

2008-07-05 Thread janrinze
On Sat, 2008-07-05 at 17:36 +0200, janrinze wrote: > Hi all, > > after a lot of help from both Vincent and Danny I have gotten my Ubuntu > 8.04 install updated to be able to compile cegcc-mingw32ce. > > Apparently I need flex, bison and libncurses5-dev .. > > So far so

[Cegcc-devel] cegcc-mingw32ce build fails while building gdb

2008-07-05 Thread janrinze
Hi all, after a lot of help from both Vincent and Danny I have gotten my Ubuntu 8.04 install updated to be able to compile cegcc-mingw32ce. Apparently I need flex, bison and libncurses5-dev .. So far so good, but there are new errors in the compile now: gcc -c -I/home/janrinze/Desktop/src

Re: [Cegcc-devel] cegcc-mingw32ce build errors

2008-07-05 Thread janrinze
, it solves the error but a new one appeared: checking for library containing waddstr... no checking for library containing tgetent... no configure: error: no termcap library found make[1]: *** [configure-gdb] Error 1 make[1]: Leaving directory `/home/janrinze/Desktop/src/cegcc/cegcc/cegcc/src

[Cegcc-devel] cegcc-mingw32ce build errors

2008-07-05 Thread janrinze
Hi all, somehow building cegcc-mingw32ce fails at the folowing error: *** BFD does not support target arm-unknown-mingw32ce. *** Look in bfd/config.bfd for supported targets. make[1]: *** [configure-bfd] Error 1 make[1]: Leaving directory `/home/janrinze/Desktop/src/cegcc/cegcc/cegcc/src/build

Re: [Cegcc-devel] building cegcc on ubuntu 64bit hardy

2008-07-05 Thread janrinze
On Sat, 2008-07-05 at 15:54 +0200, janrinze wrote: > On Sat, 2008-07-05 at 14:22 +0200, janrinze wrote: > > Hi all, > > > > I have switched to a new PC. Installed Ubuntu 8.04 64 bit and would like > > to know the best starting point for compiling/installing cegcc.

Re: [Cegcc-devel] building cegcc on ubuntu 64bit hardy

2008-07-05 Thread janrinze
On Sat, 2008-07-05 at 14:22 +0200, janrinze wrote: > Hi all, > > I have switched to a new PC. Installed Ubuntu 8.04 64 bit and would like > to know the best starting point for compiling/installing cegcc. > On the sourceforge site there is a 0.51 version for cygwin and one for >

[Cegcc-devel] building cegcc on ubuntu 64bit hardy

2008-07-05 Thread janrinze
Hi all, I have switched to a new PC. Installed Ubuntu 8.04 64 bit and would like to know the best starting point for compiling/installing cegcc. On the sourceforge site there is a 0.51 version for cygwin and one for mandriva. the 0.50 has a src.tgz version which seems platform independant. Should

Re: [Cegcc-devel] Script does't compile on ubuntu : posix enhancement

2008-06-23 Thread janrinze
Maybe a little off topic but would it not be better to change the script #!/bin/sh into #!/bin/bash ? Just a thought.. Jan Rinze. On Mon, 2008-06-23 at 10:14 +0200, Mosfet wrote: > I will check but actually it seems more complicated and finally I have > > changed the link sh->dash into sh->bash

Re: [Cegcc-devel] compilation of directdraw programs with cegcc

2008-03-12 Thread janrinze
Hi Vincent, On Wed, 2008-03-12 at 10:13 +0100, Vincent Torri wrote: > Hey, > > I would like to use directdraw for a graphic library and I have some > problems during the compilation of a test program. > > That program is here: > > http://www.maths.univ-evry.fr/pages_perso/vtorri/files/ddraw.cp

Re: [Cegcc-devel] Anybody packaging cegcc for Debian?

2008-02-16 Thread janrinze
Hi Eric, On Fri, 2008-02-15 at 20:44 -0800, [EMAIL PROTECTED] wrote: > If not, I'll volunteer. > > --Eric that would be great! I am using Ubuntu 7.10 now on my Desktop and have not been able to compile anything for the PocketPC since.. Been a bit too busy to try and build it myself. Jan Rinze.

Re: [Cegcc-devel] DLLs still need _initstdio() when linked to MSVC exe

2008-02-11 Thread janrinze
Hi, On Mon, 2008-02-11 at 10:55 +, Hywel B. Richards wrote: > Quite a while ago when I first started using cegcc I ran into a problem > when using cegcc-compiled DLLs with microsoft-compiled executables: > > > > My workaround was to add a call to _initstdio() in a special init > > > function

Re: [Cegcc-devel] How to build cegcc?

2007-02-15 Thread janrinze
Pedro Alves <[EMAIL PROTECTED]> schrijft: > [EMAIL PROTECTED] escreveu: > > Aldo Calpini <[EMAIL PROTECTED]> schrijft: > >> [EMAIL PROTECTED] wrote: > >>> My build crashes here: > >>> > >>> [...] > >>> [..] > > same here. > > i have added some more tools and libraries to my cygwin setup

Re: [Cegcc-devel] Loosing the fight (but not the war), AKA: The dreaded missing errno.

2007-02-15 Thread janrinze
Hi Pedro, et al.. [EMAIL PROTECTED] schrijft: > Hi guys, > > Hi have for the past week been trying to build the VLC player with > mingw32ce. This has been serving me to get a feeling for what is > needed/lacking in mingw32ce. I have successfully ported/built a bunch > of stuff, like zlib

Re: [Cegcc-devel] How to build cegcc?

2007-02-14 Thread janrinze
Aldo Calpini <[EMAIL PROTECTED]> schrijft: > [EMAIL PROTECTED] wrote: > > My build crashes here: > > > > [...] > > > > This is with the buildscript build-cegcc.sh > > strange, everything went just fine for me. both build-cegcc.sh and > build-mingw32ce.sh finished without an error. may be you

Re: [Cegcc-devel] How to build cegcc?

2007-02-13 Thread janrinze
r.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o buc omm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a arlex.o: In function `main': /home/JanRinze/cegcc/trunk/cegcc/src/build-cegcc/binutils/binutils/arlex.c:1: mu ltiple definition of `_main' arparse.o:/h

Re: [Cegcc-devel] How to build cegcc?

2007-02-13 Thread janrinze
Aldo Calpini <[EMAIL PROTECTED]> schrijft: > Danny Backx wrote: > > Attached is a first adaptation. Does this help ? > > it does indeed. funny how I didn't noticed the two scripts :-) Which one to use is beyond me.. I have also a fresh cygwin installation on my pc. This should enable me to

[Cegcc-devel] MingW environment or Cygwin

2007-02-06 Thread janrinze
Hi all, I have been using cegcc under Linux to build some project for the pocket-pc. This was compiled from the sources from SVN. Next to that I am using Cygwin with the cegcc 0.03 i think under WinXP. Some time ago my second windows machine had a major harddisk crash and I have recently reinsta

[Cegcc-devel] MingW environment or Cygwin

2007-02-06 Thread janrinze
Hi all, I have been using cegcc under Linux to build some project for the pocket-pc. This was compiled from the sources from SVN. Next to that I am using Cygwin with the cegcc 0.03 i think under WinXP. Some time ago my second windows machine had a major harddisk crash and I have recently reinsta

Re: [Cegcc-devel] Brutally kicked out of cegcc development

2006-11-08 Thread janrinze
Hi Pedro and mailinglist followers.. I have asked before to keep personal futes out of the mailing list and be more professional. Due to the way Pedro is managing things I have not even considered getting involved in this project. It would have been nice to have a gcc compiler that compiles we