You can fix this error go to eeprom_thread.c and find all declaration similar to "SSP_SUPPRESS_ISR_xxxxx", its looks like below #if !defined(SSP_SUPPRESS_ISR_g_i2c_xxxx) && !defined(SSP_SUPPRESS_ISR_SCI0) You should add all (except one) "SSP_SUPPRESS_ISR_xxxxx" into project settings preprocessor tab. if you multiple threads for each thread there will be .c file auto generated. you might add those as well. You must to leave out at least one (i.e. should not be added to preprocessor settings). Screenshot below to add
↧