This is the mail archive of the libc-help@sourceware.org mailing list for the glibc 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: ftstc implementation


On Tue, Aug 12, 2014 at 6:03 AM, Suhas Chakravarty
<suhas.chakravarty@gmail.com> wrote:
> I am actually trying to create a semihosting enabled version of uboot
> so that I can bring it up on my custom ARM simulator, which doesn't
> have a UART in it right now. Therefore function definitions (printf,
> tstc etc) in console.c (one of the uboot sources), which rely on the
> target UART driver, need to be commented out and their definitions in
> newlib applied. It is in this context that I was searching for a
> newlib implementation of tstc/ftstc.

This makes sense. In which case I would suggesting reimplementing
implementing these two functions yourself to satisfy whatever
references you have that requires them or removing those references.

Cheers,
Carlos.


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