Compile error using make or Eclipse
Posted: Fri Dec 22, 2017 2:55 am
				
				While trying to compile the source code, I get this error;
Has anyone seen this before?  This happens with regardless invoking make from command or in Eclipse; windoze or Linux.
			Code: Select all
Compiling chschd.c
ChibiOS3/os/rt/src/chschd.c: In function 'wakeup':
ChibiOS3/os/rt/src/chschd.c:290:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
     chSemFastSignalI(tp->p_u.wtsemp);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ChibiOS3/os/rt/src/chschd.c:294:3: note: here
   case CH_STATE_WTCOND:
   ^~~~
cc1.exe: all warnings being treated as errors
make: *** [ChibiOS3/os/common/ports/ARMCMx/compilers/GCC/rules.mk:218: build/obj/chschd.o] Error 1