Help with compiling (gcc-cygwin)
Posted: Sun Jun 10, 2007 10:47 am
Hey everyone,
While using gcc (cygwin) to compile my kernel, I often run into these errors:
Here is the command line I'm using
Could someone tell me what I'm doing wrong?
Thanks,
--t0xic
While using gcc (cygwin) to compile my kernel, I often run into these errors:
Code: Select all
lib/stdio.c:164: error: conflicting types for 'itoa'
lib/stdio.c:33: error: previous implicit declaration of 'itoa' was here
Code: Select all
gcc -O -w --strength-reduce --omit-frame-pointer --no-leading-underscore --inline-functions -nostdinc --no-builtin -c *.c
Thanks,
--t0xic