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

2006-07-24 Thread Danny Backx
Dave, I'd used some search engines for the -Qy error but never really found the solution. Your reply prompted me to do that yet again, and I found http://www.cygwin.com/ml/cygwin/1997-06/msg00457.html which basically says configure creates a softlink in gcc object directory to the new versio

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

2006-07-24 Thread Danny Backx
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 native gcc (the one I got from Mandriva), it does contain that : *asm: %{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*} You might have noted tha

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

2006-07-24 Thread Dave Korn
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 always end up getting the error > message below. > > I've tried patching gas because I had the feeling that gcc is producing > an option that g

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

2006-07-24 Thread Danny Backx
Hi, I'm trying to build a cross-development system and I'm 99% successful. My host is a standard Linux PC, target is a PDA (arm-wince-pe). Versions of all tools are below. 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 always end up get