Danny Backx wrote: > Pedro, > > I just tried running your scripts in src/ to see whether they got me > further than mine. Both fail in a similar way, can you help me out ? > > Strange, the host's gcc is calling the target's as? > gcc -c -O -I/usr/lesstif/include -DIN_GCC -DCROSS_COMPILE -W -Wall > -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic > (...) > /home/danny/src/cegcc/svn.sf.net/cegcc/trunk/cegcc/src/gcc/gcc/cp/g++spec.c) > /opt/cegcc/bin/arm-wince-cegcc-as: unrecognized option `-Qy' > -Qy is an i386-as option. It definitely is calling the wrong as.
Are you building from src/? Maybe there is an 'as' file on PATH that is calling arm-wince-cegcc-as? What is your $PATH? Humm, I have this wrapper $build-mingw32ce/gcc/gcc/as : cat $build-mingw32ce/gcc/gcc/as #!/bin/sh exec /opt/mingw32ce/bin/arm-wince-mingw32ce-as "$@" Maybe it is being called for some reason? Maybe you could try adding a '-v' to CFLAGS, so we can understand why the wrong as is being called? Cheers, Pedro Alves ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel