This is the mail archive of the ecos-discuss@sources.redhat.com 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]

Re: Help! on building ecosconfigure


"Lewin A.R.W. Edwards" wrote:
> 
> >useful builtins that we do want. RedBoot's *printf routines and gets() etc.
> >will have to be renamed. Actually the *printf() routines should be merged
> >into the standard diag_ routines and those used in preference.
> 
> Can't you just work around it by changing
> 
> printf("thing")
> 
> to
> 
> printf("thing%s","")
> or
> printf("%s","thing")

Yes, but that is a workaround in the same way as -fno-builtin is a
workaround. Just a workaround, not a fix.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


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