Re: [Cegcc-devel] Compiling thumb code

2009-12-24 Thread Pedro Alves
As I had no device to test it on, I've never actually tried anything thumb/WinCE related myself. I'm not at all surprised to see effects of bitrot in the thumb/pe support across the toolchain. -- Pedro Alves -- This SF.

Re: [Cegcc-devel] Compiling thumb code

2009-12-23 Thread Vincent R.
On Wed, 23 Dec 2009 11:53:53 +, "Hywel B. Richards" wrote: > Does anyone routinely use cegcc to compile in thumb mode? > > I thought I would give it a try, but I'm having problems. > > If I try: > arm-wince-cegcc-g++ -mthumb -mcpu=xscale -c trivial.c > > on some trivial code it appears to

[Cegcc-devel] Compiling thumb code

2009-12-23 Thread Hywel B. Richards
Does anyone routinely use cegcc to compile in thumb mode? I thought I would give it a try, but I'm having problems. If I try: arm-wince-cegcc-g++ -mthumb -mcpu=xscale -c trivial.c on some trivial code it appears to work fine, but then if I try on some real code (that works fine without the -m