[GCC-XML] Facing problem to build gccxml_plus on Linux

Brad King brad.king at kitware.com
Wed Sep 15 08:57:48 EDT 2010


On 09/15/2010 01:03 AM, satarupa pal wrote:
> Please find the gcc_platform.cmake attached here .

That seems to have some remnants of CRLF newlines in it:

SET(target )
SET(cpu_type )
SET(tm_defines ^M)
SET(tm_file )
SET(xm_defines ^M)
SET(xm_file )
SET(host_xm_defines )
SET(host_xm_file )
SET(build_xm_defines )
SET(build_xm_file )
SET(tm_p_file )
SET(extra_modes )
SET(extra_objs  ^M)
SET(c_target_objs ^M)
SET(cxx_target_objs ^M)
SET(target_cpu_default ^M)

Did you copy this source tree from a Windows machine?
Please try a fresh checkout from cvs using a Linux client.

-Brad



More information about the gccxml mailing list