Cygwin GCC help
Posted: Mon May 28, 2007 6:16 pm
Hey everyone,
I've been using djgpp for a while and decided that it's finally time to switch to cygwin.
When I compile some of my files I get the following error:
Why is this happening? it worked in djgpp (is that because djgpp sucks?)
Thanks,
--t0xic
I've been using djgpp for a while and decided that it's finally time to switch to cygwin.
When I compile some of my files I get the following error:
Code: Select all
drivers/video.c:92: error: conflicting types for 'putc'
drivers/video.c:56: error: previous implicit declaration of 'putc' was here
drivers/timer.c:60: error: conflicting types for 'timer_wait'
drivers/timer.c:56: error: previous implicit declaration of 'timer_wait' was here
etc, etc
Thanks,
--t0xic