Tool/software:
Hi,
I am trying to use enet example and extend it further to include ipc stuff as well. I have added the necessary ipc source files to the enet example folder and updated the makefile to compile them as well.
Now, there is an expected problem with the Linker, i.e, missing symbols from ipc library, as it is not included anywhere in my setup.
Now the question is, how can I include either the built ipc library(ipc.aer5f) or build the library from source?
Do I need to point to the drv/ipc/src and build the library or how is it?
Thank you.
Best,
Moses