This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Can't build 4.1 branch on Linux x86


I am trying to build 4.1 branch but make profiledbootstrap stops here:

stage1/xgcc -Bstage1/ -B/usr/gcc_4.1/i486-slackware-linux/bin/ -c   -O2 -g 
-fomit-frame-pointer -fprofile-use -freorder-blocks-and-partition -DIN_GCC   
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic 
-Wno-long-long -Wno-variadic-macros -Wold-style-definition 
-Wmissing-format-attribute     -DHAVE_CONFIG_H -I. -I. 
-I../../gcc-4_1-branch/gcc -I../../gcc-4_1-branch/gcc/. 
-I../../gcc-4_1-branch/gcc/../include 
-I../../gcc-4_1-branch/gcc/../libcpp/include     ../../gcc-4_1-branch/gcc/attribs.c 
-o attribs.o
/tmp/ccdVBwIk.s: Assembler messages:
/tmp/ccdVBwIk.s:1280: Error: invalid sections for operation on `.LCFI71' and 
`.LCFI70'
make[2]: *** [attribs.o] Error 1
make[2]: Leaving directory `/root/SVN/GCC/build/gcc'
make[1]: *** [stagefeedback_build] Error 2
make[1]: Leaving directory `/root/SVN/GCC/build/gcc'
make: *** [profiledbootstrap] Error 2

This is on x86 Linux system.

binutils 2.16.91.0.4
gcc 4.0.3 20051103

and with the following flags:

export CFLAGS="-O2 -march=pentium-m -mfpmath=sse -msse2"
export CXXFLAGS="-O2 -march=pentium-m -mfpmath=sse -msse2"
export LDFLAGS="-Wl,--as-needed -z combreloc -Wl,-O1 -Wl,--enable-new-dtags"

Could anyone help?

Regards

	Papadakos Panagiotis


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