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]

Redboot and builtin functions


Hi,

WHen building redboot I've the followings warnings:

packages/redboot/current/src/misc_funs.c:69: warning: conflicting types for
built-in function `strcpy'
packages/redboot/current/src/misc_funs.c:127: warning: conflicting types for
built-in function `memcmp'
packages/redboot/current/src/misc_funs.c:138: warning: conflicting types for
built-in function `memset'

I can get rid of them if I build with -fno-builtin, but then i've some
"implicit declaration" warnings.

Thanks,

-- 
Fabrice Gautier
fabrice_gautier@sdesigns.com 


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