binutils-2.15.90.0.3 problem on cygwin?

Dan Kegel dank@kegel.com
Thu May 13 15:40:00 GMT 2004


Gernot.Frisch wrote:
> What I'm trying to do is a win32 hosted compiler that can compile this script:
> 
> g++  -I/usr/include/SDL -I/home/gf/GeFr/Classes/GeneralSrcn -IHidden -L../Lib -O3 -w -DWANT_SDL -fvtable-thunks linux_wrapper.cpp -lGLBasicSDL -lSDL -lGL -lpthread -lSDL_mixer -o Output.linux
> 
> Where GLBasic.a consists only of my own code and glibc (fopen, fread, ...)

OK.  (You do need to match the gcc version of the target system, then.)

> I tried compiling the gcc3.3.3, but now I get this one:
> 
> /bin/sh /crosstool-0.28-rc13/build/i686-unknown-linux-gnu/gcc-3.3.3-glibc-2.3.2/binutils-2.14.90.0.5/binutils/../ylwrap "" /crosstool-0.28-rc13/build/i686-unknown-linux-gnu/gcc-3.3.3-glibc-2.3.2/binutils-2.14.90.0.5/binutils/arparse.y y.tab.c arparse.c y.tab.h arparse.h --  -d
> -d: not found
> make[3]: *** [arparse.c] Error 1 
> make[3]: Leaving directory `/crosstool-0.28-rc13/build/i686-unknown-linux-gnu/gcc-3.3.3-glibc-2.3.2/build-binutils/binutils'

Here are two messages describing the problem, with proposed fixes:
http://groups.google.com/groups?selm=65ee8e47.0405041918.52da1f06%40posting.google.com
http://sources.redhat.com/ml/binutils/2003-09/msg00099.html

Can you make sure you have bison and flex installed?
Also, can you make sure there are no spaces in any directory names
in PATH?
- Dan

-- 
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com



More information about the crossgcc mailing list