NOTE:This is a read only archive of threads posted to the FreeRTOS support forum. Use these archive pages to search previous posts. New forum support threads can be started at the
FreeRTOS forums.
FreeRTOS Support Archive
The FreeRTOS support forum can be used for active support both from Amazon Web Services and the community. In return for using our software for free, we request you play fair and do your bit to help others! Sign up for an account and receive notifications of new support topics then help where you can.

This is a read only archive of threads posted to the FreeRTOS support forum. Use these archive pages to search previous posts. New forum support threads can be started at the FreeRTOS forums.
[FreeRTOS Home]
[Live FreeRTOS Forum]
[FAQ]
[Archive Top]
[February 2018 Threads]
eventLogging.h not found
Posted by
kat123 on 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?
eventLogging.h not found
Posted by
rtel on 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.
eventLogging.h not found
Posted by
kat123 on February 27, 2018
I’m comping FreeRTOS and FreeRTOS+TCP without any addtional code.
phyHandling.c is found in “..FreeRTOS-PlusSourceFreeRTOS-Plus-TCPportableNetworkInterfaceCommon”
eventLogging.h not found
Posted by
rtel on 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?
eventLogging.h not found
Posted by
heinbali01 on 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()
.
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.