public inbox for ecos-maintainers@sourceware.org
 help / color / mirror / Atom feed
From: Bart Veer <bartv@ecoscentric.com>
To: John Dallaway <john@dallaway.org.uk>
Cc: ecos-maintainers@ecos.sourceware.org
Subject: Re: eCos 3.0 beta 1 punch list #1
Date: Tue, 03 Feb 2009 22:10:00 -0000	[thread overview]
Message-ID: <pn7i47f9z2.fsf@delenn.bartv.net> (raw)
In-Reply-To: <4985E0F9.5020809@dallaway.org.uk> (message from John Dallaway on 	Sun, 01 Feb 2009 17:50:49 +0000)

>>>>> "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.

  reply	other threads:[~2009-02-03 22:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-01 17:51 John Dallaway
2009-02-03 22:10 ` Bart Veer [this message]
2009-02-04  0:56   ` Jonathan Larmour
2009-02-04  6:47   ` Andrew Lunn
2009-02-04 10:08     ` Bart Veer
2009-02-04  9:22   ` Target-specific build failures [ was Re: eCos 3.0 beta 1 punch list #1 ] John Dallaway

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=pn7i47f9z2.fsf@delenn.bartv.net \
    --to=bartv@ecoscentric.com \
    --cc=ecos-maintainers@ecos.sourceware.org \
    --cc=john@dallaway.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).