This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Windows XP cross-compile problem


I am cross-compiling for powerpc-eabi target on a Windows XP host
running Cygwin. Using exactly the same cross-compile binaries, I have no
problem compiling and linking under Windows NT. I can also re-build the
cross-compile binaries fine under XP. I have carefully checked my
environment, and I think that my environment is the same on each
machine. I also selected the "Windows NT compatibility" property for
each cross-compile executable under XP. This had no effect. Below is an
example of the compilation command and the error output. I am not sure
how the cc1.exe and cc1plus.exe executables come into play, so I am
having difficulty fixing this problem. Any hints or guesses would be
much appreciated. Thanks.

/tools/H-i686-pc-cygwin/powerpc-eabi/bin/gcc  -g
-Ic:/eng/sw/lib/paragon/datatyp
e/container/ -Ic:/eng/sw/lib/paragon/datatype/ -I../../include/
-Ic:/eng/sw/incl
ude/paragon/libc/ -Ic:/eng/sw/include/ -b powerpc-eabi -mcpu=860 -fpic
-fno-rtti
 -fno-exceptions -fno-builtin  -DDEBUG=1 -DPROTOTYPE=1 -c -o
obj/avltree.o c:/en
g/sw/lib/paragon/datatype/container/avltree.cpp > obj/avltree.err 2>&1
make: *** [obj/avltree.o] Error 1
datatype>more obj/avltree.err
cc1plus.exe: c:/eng/sw/lib/paragon/datatype/container/;
c:/eng/sw/lib/paragon/da

tatype/container/; c:/eng/sw/lib/paragon/datatype/container/;
c:/eng/sw/lib/para

gon/datatype/container/; c:/eng/sw/lib/paragon/datatype/container/;
c:/eng/sw/li

b/paragon/datatype/container/;
c:/eng/sw/lib/paragon/datatype/container/; c:/eng

/sw/lib/paragon/datatype/mem/; c:/eng/sw/lib/paragon/datatype/mem/;
c:/eng/sw/li

b/paragon/datatype/; c:/eng/sw/lib/paragon/datatype/;
c:/eng/sw/include/paragon/

; c:/eng/sw/include/paragon/; c:/eng/sw/include/paragon/;
c:/eng/sw/include/para

gon/datatype/; c:/eng/sw/include/paragon/datatype/container/;
c:/eng/sw/include/

paragon/datatype/container/;
c:/eng/sw/include/paragon/datatype/container/; c:/e

ng/sw/include/paragon/datatype/container/;
c:/eng/sw/include/paragon/datatype/co

ntainer/; c:/eng/sw/include/paragon/datatype/;
c:/eng/sw/include/paragon/datatyp

e/;/ccSzu2wg.ii: No such file or directory





_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]