Run-Time Loader Build Failures

Chris Johns chrisj at rtems.org
Thu Nov 6 01:32:53 UTC 2014


On 6/11/2014 11:08 am, Joel Sherrill wrote:
>
> I just thought I would post a summary after the recent updates
> and include all targets in one easy to track email.  Overall about
> 50% of the architectures fail to build for some reason or another.
>
> + Unrecognized symbol type from a .s file
>
> bfin (all BSPs), i386 (all BSPs), powerpc (all BSPs)
>

The i386 is now building. You need to update your rtems-tools to get a 
fixed rtems-syms. It seems some assemblers do not handle the .type 
statement while other do, or there are some variants that the rtems-syms 
did not handle. I have removed inserting a .type statement.

The bfin tools are not build for me. I get:

/opt/work/rtems/rsb/chris/rtems-source-builder.master/rtems/build/bfin-rtems4.11-gcc-4.9.2-newlib-9b9f839addfe16ab0fd11f09a30a28139bfae6d5-1/build/./gcc/xgcc 
-B/opt/work/rtems/rsb/chris/rtems-source-builder.master/rtems/build/bfin-rtems4.11-gcc-4.9.2-newlib-9b9f839addfe16ab0fd11f09a30a28139bfae6d5-1/build/./gcc/ 
-nostdinc 
-B/opt/work/rtems/rsb/chris/rtems-source-builder.master/rtems/build/bfin-rtems4.11-gcc-4.9.2-newlib-9b9f839addfe16ab0fd11f09a30a28139bfae6d5-1/build/bfin-rtems4.11/newlib/ 
-isystem 
/opt/work/rtems/rsb/chris/rtems-source-builder.master/rtems/build/bfin-rtems4.11-gcc-4.9.2-newlib-9b9f839addfe16ab0fd11f09a30a28139bfae6d5-1/build/bfin-rtems4.11/newlib/targ-include 
-isystem 
/opt/work/rtems/rsb/chris/rtems-source-builder.master/rtems/build/bfin-rtems4.11-gcc-4.9.2-newlib-9b9f839addfe16ab0fd11f09a30a28139bfae6d5-1/gcc-4.9.2/newlib/libc/include 
-B/opt/work/rtems/4.11/bfin-rtems4.11/bin/ 
-B/opt/work/rtems/4.11/bfin-rtems4.11/lib/ -isystem 
/opt/work/rtems/4.11/bfin-rtems4.11/include -isystem 
/opt/work/rtems/4.11/bfin-rtems4.11/sys-include    -g -O2 -O2 
-I../../../gcc-4.9.2/libgcc/../newlib/libc/sys/rtems/include -g -O2 
-DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wno-narrowing 
-Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition  -isystem ./include   -g -DIN_LIBGCC2 
-fbuilding-libgcc -fno-stack-protector -Dinhibit_libc  -I. -I. 
-I../.././gcc -I../../../gcc-4.9.2/libgcc -I../../../gcc-4.9.2/libgcc/. 
-I../../../gcc-4.9.2/libgcc/../gcc 
-I../../../gcc-4.9.2/libgcc/../include  -DHAVE_CC_TLS -DUSE_EMUTLS -o 
_ge_sf.o -MT _ge_sf.o -MD -MP -MF _ge_sf.dep -DFINE_GRAINED_LIBRARIES 
-DL_ge_sf -DFLOAT  -c ../../../gcc-4.9.2/libgcc/fp-bit.c 
-fvisibility=hidden -DHIDE_EXPORTS
../../../gcc-4.9.2/libgcc/fp-bit.c: In function '__divsf3':
../../../gcc-4.9.2/libgcc/fp-bit.c:1082:1: internal compiler error: in 
cfg_layout_initialize, at cfgrtl.c:4233
  }
  ^

Chris


More information about the devel mailing list