On Sat, Dec 17, 2011 at 01:21:51PM +0800, L'oiseau de mer wrote: > This is my OS and env configure: > OS: Solaris 10 u10(10/8) x86 > Compiler: Solaris Studio 12.3 > > export CC=/opt/solarisstudio12.3/bin/cc > export CXX=/opt/solarisstudio12.3/bin/CC > > And my conf parametre is : > ./configure --enable-werror --disable-cups --disable-mozilla > --with-jdk-home=/usr/jdk/jdk1.6.0_26/ > --with-junit=/usr/jdk/jdk1.6.0_26/bin/junit-4.10.jar > > configure have succeed. and no have other need deal message. > > > I meet this problem in building, and not know how to solve this problem. > Is the file "call.s" really syntax error or this my compiler problem? > ============================================================================ > Entering /UNIX-LAB/ooo/main/bridges/source/cpp_uno/cc50_solaris_intel > > Making: all_sunpro5_uno.dpslo > Compiling: bridges/unxsoli4.pro/misc/sunpro5_uno_version.c > Compiling: bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx > Compiling: bridges/source/cpp_uno/cc50_solaris_intel/uno2cpp.cxx > Compiling: bridges/source/cpp_uno/cc50_solaris_intel/except.cxx > CC -c -o ../../../unxsoli4.pro/slo/call.o call.s && touch > ../../../unxsoli4.pro/slo/call.obj > Assembler: > "call.s", line 2 : Syntax error > Near line: " * " > "call.s", line 3 : Syntax error > Near line: " * Licensed to the Apache Software Foundation > (ASF) under one"
your compiler is complaining about the license header, it seems lines representing comments should all start with / Look at your compiler documentation, it should tell how comments should be introduced in assembly source files (the header license is a comment). Regards -- Ariel Constenla-Haile La Plata, Argentina
pgpiXDOFvEvuW.pgp
Description: PGP signature
