This is the mail archive of the ecos-maintainers@sourceware.org mailing list for the eCos 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]

Re: eCos 3.0 beta 1 punch list #1


>>>>> "John" == John Dallaway <john@dallaway.org.uk> writes:

    John> b) CDL changes to split compiler warning flags out into a
    John> separate CDL option. (bartv)

This is now complete. I have now finished in the hal/ directory, so I
have no objection to people checking in more changes in there.

There are an awful lot of platforms which fail to build.

ARM
   AEB, all SA1110: cxxsupp fails to link because of .gcc_except_table.
   XSEngine, mcp50: 
     /work/projects/update_cflags/arm/build/install/include/cyg/hal/hal_cache.h:63:10: error: #include expects "FILENAME" or <FILENAME>
   iq80310:
     /work/projects/update_cflags/arm/build/install/include/cyg/hal/hal_platform_setup.h:124: Error: Macro `delay_for' was already defined
     /work/projects/update_cflags/arm/build/install/include/cyg/hal/hal_platform_setup.h:131: Error: Macro `cpwait' was already defined
   npwr:
     /work/projects/update_cflags/arm/build/install/include/cyg/hal/hal_platform_setup.h:126: Error: Macro `delay_for' was already defined
     /work/projects/update_cflags/arm/build/install/include/cyg/hal/hal_platform_setup.h:133: Error: Macro `cpwait' was already defined
     /work/projects/update_cflags/arm/build/install/include/cyg/hal/hal_platform_setup.h:140: Error: Macro `fl_section_entry' was already defined
     /work/projects/update_cflags/arm/build/install/include/cyg/hal/hal_platform_setup.h:146: Error: Macro `fl_pt_entry' was already defined
     /work/projects/update_cflags/arm/build/install/include/cyg/hal/hal_platform_setup.h:154: Error: Macro `sl_smpage_entry' was already defined
     /work/projects/update_cflags/arm/build/install/include/cyg/hal/hal_platform_setup.h:160: Error: Macro `sl_xsmpage_entry' was already defined

MIPS
   atlas_mips64_5kc:
   malta_mips64_5kc:
     Warnings for everything virtual-vector related.
     Errors because casts from pointer to CYG_WORD lose precision.
   jmr3904:
   tx39_sim:
     Still uses mips-tx39-elf-gcc, which I don't have lying around.
   refidt334:
   ocelot:
     cxxsupp fails to build, .gcc_except_table
   ref4955:
     Still uses mips-tx49-elf-gcc, which I don't have lying around.
   vrc4373:
   vrc4375:
     Still uses mips64vr4300-elf-gcc, which...

PowerPC
    cma28x:
    fads:
      /work/ecos/trunk/packages/hal/powerpc/mpc8xx/current/src/var_misc.c:57:34: error: cyg/hal/quicc/ppc8xx.h: No such file or directory
    mbx:
      /work/ecos/trunk/packages/hal/powerpc/mbx/current/tests/mbxtime.cxx:103: undefined reference to `thread2'
      /work/ecos/trunk/packages/hal/powerpc/mbx/current/tests/mbxtime.cxx:103: undefined reference to `thread2'
    viper:
      /work/ecos/trunk/packages/hal/powerpc/viper/current/tests/vipertime.cxx:103: undefined reference to `thread2'
      /work/ecos/trunk/packages/hal/powerpc/viper/current/tests/vipertime.cxx:103: undefined reference to `thread2'
    ts1000:
      /work/ecos/trunk/packages/hal/powerpc/ts1000/current/cdl/hal_powerpc_ts1000.cdl, component CYGPKG_REDBOOT_HAL_OPTIONS: error
          Option `CYGSEM_REDBOOT_HAL_LINUX_BOOT' cannot be loaded.
          The name is already in use.
SH
    All platforms fail to build cxxsupp


i386, cortexm, and m68k all build fine.

I have not tried anything with the calmrisc16, calmrisc32, coldfire,
fr30, frv, h8300, mn10300, openrisc, sparc, sparclite or v85x targets.

The synthetic target builds fine, but there is a run-time problem with
cxxsupp. It appears that libgcc now assumes that glibc has done some
initialization, setting up the %gs register to point at per-thread
data. This came up previously in the context of the -fstack-protector
flag, see the mailing list archives, but at the time we decided we
could live with the problem. It looks like there are now more
dependencies on getting this sorted - which I suspect will prove
challenging.

Bart     
     
-- 
Bart Veer                                   eCos Configuration Architect
eCosCentric Limited    The eCos experts      http://www.ecoscentric.com/
Barnwell House, Barnwell Drive, Cambridge, UK.      Tel: +44 1223 245571
Registered in England and Wales: Reg No 4422071.


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