Re: eCos GNU tools 4.6.2-20120125 ready for testing [Was Re: Gnutools: consideration for upgrade to GCC 4.6]
Ilija Kocho <[email protected]> Mon, 20 Feb 2012 21:45:14 +0100
| Newsgroups | gmane.os.ecos.devel |
|---|---|
| Message-ID | <[email protected]> |
On 20.02.2012 16:59, Alex Schuilenburg wrote: > Hi Ilija, > > On 2012-02-13 22:02, Ilija Kocho wrote: >> Hi Alex >> >> eCos GNU tools 4.6.2-20120125 (arm_eabi) binaries are ready for testing. >> John has placed them on FTP and by now most of the mirrors should have >> updated. >> >> I guess this one is closest to you: >> http://www.mirrorservice.org/sites/sourceware.org/pub/ecos/gnutools/i386linux/test/ecos-gnutools-arm-eabi-20120125.i386linux.tar.bz2 >> >> And here are the patches: >> http://www.mirrorservice.org/sites/sourceware.org/pub/ecos/gnutools/src/test/ecos-gnutools-20120125-patches.tar.bz2 >> >> The specific feature of public eCos is that it uses uSTL rather than >> stdlibc++. Would it be possible for you to add ustl with fileio tests? >> Should I be of any help please contact me. > Yes - should be no problem. Just send me a minimal config/export of the > configuration setting you want and I will add that to the perm list. > > -- Alex Thank you Alex. Please find attached ecm file. Ilija
ustl_with_fileio.ecm
(text/plain, 124 B)
cdl_configuration eCos {
template default ;
package CYGPKG_USTL current ;
package CYGPKG_IO_FILEIO current ;
};