Modifying toolchain to use gLibc

Hello,

Has any converted the UcLibc toolchain to gLibc?
We have legacy apps that require gLibc and need to run the under Linux on the Connect9C board

Thanks,

Brad

Digi Embedded linux toolchains are uClibc based.
In future releases we plan to support a glibc toolchain but its not defined yet on which version.

uClibc is very compatible with glibc (of course, not 100%) and its quite rare to run into incompatibilities that can not be easily overcame.

In any case, if you need glibc and the extra weigh of glibc and the rootfs that you will get is ok for you, I would recomend you using an external project like: emdebian, OpenEmbedded, or similar.