I am trying build an application based on enet_io example. In this we also need to have field update for this project. So I tried to copy the code from boot_demo _emac_flash. In this process I noticed that utils fplder in the project has a file swupdate.c. However I could not copy the same to enet_io example. Then I noticed that the same folder is empty while accessing through window file explorer but displayed in CCS. So I included #include "utils/swupdate.h" in enet_io.c code.
When I try to compile enet_io project I get this error
undefined first referenced
symbol in file
--------- ----------------
SoftwareUpdateInit ./enet_io.obj
How to solve this?
Regards,
Ramesh