kat123 wrote on Tuesday, February 27, 2018:
eventLogging.h is included in phyHandling.c. When compiling I got an error saying the file could not be found and I haven’t been able to find it in the file structure. Where is it normally located?
kat123 wrote on Tuesday, February 27, 2018:
eventLogging.h is included in phyHandling.c. When compiling I got an error saying the file could not be found and I haven’t been able to find it in the file structure. Where is it normally located?
rtel wrote on Tuesday, February 27, 2018:
Can you please give some context as to what you are compiling as I don’t recognise either of those file names.
kat123 wrote on Tuesday, February 27, 2018:
I’m comping FreeRTOS and FreeRTOS+TCP without any addtional code.
phyHandling.c is found in “…\FreeRTOS-Plus\Source\FreeRTOS-Plus-TCP\portable\NetworkInterface\Common”
rtel wrote on Tuesday, February 27, 2018:
I don’t think that file is included in any projects we provide. Did you
create the project yourself? If not, which project are you building?
heinbali01 wrote on Wednesday, February 28, 2018:
Oops, my fault, sorry for that.
I use that module for debugging and tuning the drivers.
You can take the header away and remove the calls to eventLogAdd()
.