This is the mail archive of the ecos-bugs@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]

[Bug 1001468] eCos GNU tools 4.6.2


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001468

--- Comment #22 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2012-02-26 16:28:30 GMT ---
(In reply to comment #21)
> I have built i386-elf toolchain, but not tested it yet. As I used the
> latest mpfr/mpc/gmp,  I shall rebuild the tools with your set of the
> libraries, and then I will test got eCos executables on Qemu. I hope I
> will finish testing this weekend.

Go flop. The first issue is a built RedBoot (4.6.2) could not assist to
run built eCos tests (4.6.2) under GDB (7.3.1). I have no ideas what was
wrong with that as the same RedBoot sources are built with (GCC-4.3.2)
provide GDB support for new eCos tests (built with GCC-4.6.2) in GDB
7.3.1, and the second issue is that the build tests (with GDB-4.6.2) had
.text segments more bloat (1.1 ~ 1.2) than the same builds are built
with GCC-4.3.2. Though one patch was applied to config/i386/i386elf.h

  ---
   gcc-4.6.2/gcc/config/i386/i386elf.h |    4 ----
   1 file changed, 4 deletions(-)

  --- a/gcc-4.6.2/gcc/config/i386/i386elf.h
  +++ b/gcc-4.6.2/gcc/config/i386/i386elf.h
  @@ -20,10 +20,6 @@
   along with GCC; see the file COPYING3.  If not see
   <http://www.gnu.org/licenses/>.  */

  -/* Use stabs instead of DWARF debug format.  */
  -#undef  PREFERRED_DEBUGGING_TYPE
  -#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
  -
   #define TARGET_VERSION fprintf (stderr, " (i386 bare ELF target)");

   /* The ELF ABI for the i386 says that records and unions are returned

It seems to me that I cannot propose to s/4.3.2/4.6.2/ for i386 :-( BTW,
mpfr/mpc/gmp versions were not an issue (I had the same results with the
newest libraries and with stable ones).

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


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