Leo Ngatia - 2002-08-27

I'm trying to compile a programfor my Dreamcast but I keep getting the same error message:

"declaration of [blah blah] in kos/include conflicts with previous declaration in sh-elf/include"

I think it's because the -nostdlib flag is not being executed even if I've included it in my Makefile.

Basically all kos declarations that have similar names in the sh-elf-g++ library are conflicting eg strncasecmp, FILE, etc

Please help.