|
warning "conflicting types for buit-in function" while cross-compiling
hi,
i was trying to make a simple driver for an ARM board using uClinux 2.4.20 kernel. While compiling using arm-elf-gcc i get the following warning
/usr/local/arm-elf/uClibc-0.9.19/inclusde/asm/string.h:16: warning: conflicting tyes for built-in function 'memcpy'
I get similar warnings for memset and memcpy. Can I trust the output? And how can I remove these warnings?? I've tried to find the problem by grepping but to no avail.
Thnx in advance
|