[GCC-XML] error when building

Brad King brad.king at kitware.com
Thu Aug 16 09:57:37 EDT 2007


pradeep kumar wrote:
> running /bin/sh "/home/pradeepd/gccxml/GCC/config_cmake/gcc_platform.sh"
> "/home/pradeepd/gccxml-build/GCC/config_cmake/gcc_platform.cmake"
> "/usr/bin/cmake"  2>&1
> /home/pradeepd/gccxml/GCC/config_cmake/gcc_platform.sh:
> /home/pradeepd/gccxml/GC: bad interpreter: No such file or directory

That is strange.  For some reason the shell is trying to run
"/home/pradeepd/gccxml/GC" as if it were an interpreter.  This is as if
a script starts with the line

#!/home/pradeepd/gccxml/GC

Please try running this command by hand:

/bin/sh "/home/pradeepd/gccxml/GCC/config_cmake/gcc_platform.sh"
"/home/pradeepd/gccxml-build/GCC/config_cmake/gcc_platform.cmake"
"/usr/bin/cmake"

Thanks,
-Brad



More information about the gccxml mailing list