Alignment not a power of 2

Hansjörg Petriffer hpetriffer@grips.com
Wed Mar 21 02:23:00 GMT 2001


I work with cygwin 1.1.8.
By making an cross assembler for i286-coff I receive the following error
message

bash-2.04$ /src/gcc/gcc-2.95.2/configure --target=i386-coff --prefix=/tools
--w
ith-gnu-as --with-gnu-ld --with-newlib -v 2>&1 | tee configure.out

PATH=/tools/bin:$PATH ; export PATH
make -w all install 2>&1 | tee make.out

${name} \
       /src/gcc/gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  i386-coff-ar rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
_divdi3
_moddi3
_udivdi3
_umoddi3
_negdi2
_lshrdi3
_ashldi3
_ashrdi3
_ffsdi2
_udiv_w_sdiv
_udivmoddi4
_cmpdi2
_ucmpdi2
_floatdidf
/tmp/ccKOIPkR.s: Assembler messages:
/tmp/ccKOIPkR.s:113: Error: Alignment not a power of 2
make[1]: *** [libgcc2.a] Error 1
make[1]: Leaving directory `/tmp/build/gcc/gcc'
make: *** [all-gcc] Error 2
make: Leaving directory `/tmp/build/gcc'


Have anyone an idea what can cause this?

Regards
Hansjoerg

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



More information about the crossgcc mailing list