Code: Select all
mem.h:36: warning: conflicting types for built-in function 'memset'
The second is, use of "-fno-builtin" or "--no-builtin" on my gcc-command line. But this doesn't work...
My gcc/binutils are compiled as described in your wiki. I have gcc 4.3.3 with binutils 2.16.
The whole command line for this file is:
Code: Select all
/usr/cross/bin/i586-elf-gcc -Wall -nostdlib -nostartfiles -nodefaultlibs -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -fno-builtin --no-builtin -c -o mem.o mem.c