Forum Discussion
Altera_Forum
Honored Contributor
21 years agowarning: conflicting types
Hi, http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/huh.gif Is there a way of getting around the errror of multiple conflicting types when compiling with NIOS2-ELF-GCC? I recei...
Altera_Forum
Honored Contributor
21 years agocygwin is just a unix environment for windoze. Any good unix book will give you
lots of helpful information. However, when I have trouble falling asleep, I browse: http://man.he.net/ (http://man.he.net/) I find that I always learn something new ... just before insomnia turns to narcolepsy ;-) You can also use the 'man' command from a shell prompt for info on a specific command. E.g.: $ man gcc --Scott