This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

gcc-2.95-2 for i386-vxworks


All:
    I compile gcc-2.95-2 for i386-vxworks under linux and error
as following:
  .
  .
  .
  .
make[1]: Leaving directory `/home/gcc-2.95.2/etc'
make[1]: Entering directory `/home/gcc-2.95.2/gcc'
(cd intl && make all)
make[2]: Entering directory `/home/gcc-2.95.2/gcc/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/gcc-2.95.2/gcc/intl'
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; \
do \
  echo ${name}; \
  /home/gcc-2.95.2/gcc/xgcc -B/home/gcc-2.95.2/gcc/ -B/home/vxworks/bin/i386-wrs-vxworks/bin/ -I/home/vxworks/bin/i386-wrs-vxworks/include -O2  -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include   -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I./config -I./../include -c -DL${name} \
       ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  i386-wrs-vxworks-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
make[1]: Leaving directory `/home/gcc-2.95.2/gcc'
/tmp/ccg5qpUI :Assembler message:
/tmp/ccg5qpUI : Alignment not  a power of 2
make[1]: *** [libgcc2.a] Error 1
make:  [all-gcc] Error 2

     How to do?
     Thanks a lot!
                                                      cimsroom

______________________________________

===================================================================
新浪免费电子邮箱 (http://mail.sina.com.cn)
网里寻她千百度!没有"聊友速配",怎能"成双成对"? (http://newchat.sina.com.cn)

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


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