Re: ARM wmmx instructions from gcc ?

2009-09-02 Thread Danny Backx
with WMMX ? Thanks, Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info

Re: ARM wmmx instructions from gcc ?

2009-08-31 Thread Danny Backx
On Sun, 2009-08-30 at 21:39 +0100, Dave Korn wrote: Danny Backx wrote: Hi, Does anyone know how well gcc-4.4 works with ARM and wmmx instructions ? I'm working on cegcc. It currently says : pavilion: {86} arm-mingw32ce-gcc -mcpu=iwmmxt t.c t.c:1: error: iwmmxt requires an AAPCS

ARM wmmx instructions from gcc ?

2009-08-30 Thread Danny Backx
in the source this message is generated. It is not clear whether this is caused by errors in my port, or whether gcc has some other problem with this. Has anyone used this ? Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info

Re: gcc 4.4.0 on ARM/WinCE float problem

2009-07-24 Thread Danny Backx
On Thu, 2009-07-23 at 15:06 +0200, Danny Backx wrote: On Thu, 2009-07-23 at 11:52 +0100, Dave Korn wrote: Danny Backx wrote: On Thu, 2009-07-23 at 10:07 +0100, Dave Korn wrote: Kai Ruottu wrote : Comparing the output from some earlier working GCC with the gcc-4.4.0 output would

Re: gcc 4.4.0 on ARM/WinCE float problem

2009-07-24 Thread Danny Backx
On Fri, 2009-07-24 at 14:51 +0200, Danny Backx wrote: On Thu, 2009-07-23 at 15:06 +0200, Danny Backx wrote: On Thu, 2009-07-23 at 11:52 +0100, Dave Korn wrote: Danny Backx wrote: On Thu, 2009-07-23 at 10:07 +0100, Dave Korn wrote: Kai Ruottu wrote : Comparing the output from

Re: gcc 4.4.0 on ARM/WinCE float problem

2009-07-24 Thread Danny Backx
On Fri, 2009-07-24 at 15:40 +0200, Danny Backx wrote: On Fri, 2009-07-24 at 14:51 +0200, Danny Backx wrote: On Thu, 2009-07-23 at 15:06 +0200, Danny Backx wrote: On Thu, 2009-07-23 at 11:52 +0100, Dave Korn wrote: Danny Backx wrote: On Thu, 2009-07-23 at 10:07 +0100, Dave Korn wrote

Re: gcc 4.4.0 on ARM/WinCE float problem

2009-07-24 Thread Danny Backx
On Fri, 2009-07-24 at 15:40 +0200, Danny Backx wrote: It turns out that different functions are used : - my 4.4 implementation takes its multiply code from dp-bit.c - the 4.1 implementation takes it from ieee754-df.S I've now tweaked gcc/config/arm/t-wince-pe (to use _arm_muldivf3

gcc 4.4.0 on ARM/WinCE float problem

2009-07-23 Thread Danny Backx
and ddd should be equal.) The latter problem is the more urgent one for me. Thanks for any help at all.. Danny P.S. All the code (tweaked gcc, binutils, etc) is in the SVN of the cegcc project at http://sf.net/projects/cegcc . -- Danny Backx ; danny.backx - at - scarlet.be ; http

Re: gcc 4.4.0 on ARM/WinCE float problem

2009-07-23 Thread Danny Backx
of this directory up at http://danny.backx.info/download/cegcc/test.tar.gz . (117686 bytes) Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info

Re: gcc 4.4.0 on ARM/WinCE float problem

2009-07-23 Thread Danny Backx
On Thu, 2009-07-23 at 15:17 +0300, Kai Ruottu wrote: Dave Korn wrote: Danny Backx wrote: On Thu, 2009-07-23 at 10:07 +0100, Dave Korn wrote: Kai Ruottu wrote : Comparing the output from some earlier working GCC with the gcc-4.4.0 output would reveal if something was wrong

Re: gcc 4.4.0 on ARM/WinCE float problem

2009-07-23 Thread Danny Backx
On Thu, 2009-07-23 at 11:52 +0100, Dave Korn wrote: Danny Backx wrote: On Thu, 2009-07-23 at 10:07 +0100, Dave Korn wrote: Kai Ruottu wrote : Comparing the output from some earlier working GCC with the gcc-4.4.0 output would reveal if something was wrong in preparing inputs

gcc-4.2.3 build problem: ASM_APP_ON undeclared

2008-03-11 Thread Danny Backx
]: *** [stage1-bubble] Error 2 gmake[1]: Leaving directory `/home/danny/src/gcc/x86-bootstrap' gmake: *** [all] Error 2 This is with a very simple configure line : ../gcc-4.2.3/configure --enable-languages=3Dc on a vanilla Mandriva 2007.0 x86 PC. Danny -- Danny Backx ; danny.backx

gcc-4.2.3 build problem: ASM_APP_ON undeclared

2008-03-10 Thread Danny Backx
]: *** [stage1-bubble] Error 2 gmake[1]: Leaving directory `/home/danny/src/gcc/x86-bootstrap' gmake: *** [all] Error 2 This is with a very simple configure line : ../gcc-4.2.3/configure --enable-languages=c on a vanilla Mandriva 2007.0 x86 PC. Danny -- Danny Backx ; danny.backx

Re: gcov in cross-compile: have a patch, seek direction

2007-05-10 Thread Danny Backx
On Fri, 2007-05-04 at 09:49 +1000, Ben Elliston wrote: On Thu, 2007-05-03 at 19:55 +0200, Danny Backx wrote: Ok, a command line option is what I have. I'll try to clean up my patch shortly, and see if it still applies cleanly in a recent gcc tree. Our current version is based on gcc-4.1.0

Re: gcov in cross-compile: have a patch, seek direction

2007-05-03 Thread Danny Backx
On Tue, 2007-05-01 at 09:27 +1000, Ben Elliston wrote: On Mon, 2007-04-23 at 22:16 +0200, Danny Backx wrote: Gcov normally puts the files where it writes profiling information in the source directory. In a cross-development environment, that directory isn't always available. So I

gcov in cross-compile: have a patch, seek direction

2007-04-23 Thread Danny Backx
-fcoverage-base=xx which can be used like this : arm-wince-cegcc-gcc -g -D_WIN32_IE=0x0400 --coverage -fcoverage-base=\ \storage card\\devel -o fibo.exe fibo.c Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitally

[Fwd: C++ cross-devel from Linux : success]

2006-07-25 Thread Danny Backx
Dave, After removing the gcc/as file as I wrote yesterday, the build does work and it is possible to cross-compile a working hello-world app. Danny Forwarded Message From: Danny Backx [EMAIL PROTECTED] To: CeGCC Development List [EMAIL PROTECTED] Subject: C++ cross

cross gcc - working gcc, but cannot compile C++

2006-07-24 Thread Danny Backx
this version because there is no recent released version of binutils that works for arm-wince-pe target. cvs -d :pserver:[EMAIL PROTECTED]:/cvs/src ... - w32api 3.7 http://prdownloads.sourceforge.net/mingw/w32api-3.7-src.tar.gz?download -- Danny Backx ; danny.backx

RE: cross gcc - working gcc, but cannot compile C++

2006-07-24 Thread Danny Backx
, (2) the exact parameters, look at settings.sh and build-gcc.sh . Thanks, Danny On Mon, 2006-07-24 at 19:33 +0100, Dave Korn wrote: On 24 July 2006 18:31, Danny Backx wrote: I can build a cross-gcc as long as I tell it to support only C. When trying to get C++ compiled as well, I

RE: cross gcc - working gcc, but cannot compile C++

2006-07-24 Thread Danny Backx
the build progress beyond my initial problem. I think this is a bug in gcc/g++. Right ? Danny On Mon, 2006-07-24 at 21:05 +0200, Danny Backx wrote: I've run ./xgcc -dumpspecs but I don't know what to look at. That one doesn't contain the string Qy. However, when I do the same with my