Hi all,
I'm trying to add an odroid-c2 ethdriver implementation and I'm quite
confused bout an error im getting.
ERROR:CAmkES:CPP failed:
/home/nkem/learningHydra/projects/global-components/components/Ethdriver/Ethdriver.camkes:13:10:
fatal error: plat/eth_devices.h: No such file or directory
ERROR:CAmkES: #include
ERROR:CAmkES: ^~~~~~~~~~~~~~~~~~~~
ERROR:CAmkES:compilation terminated.
ERROR:CAmkES:
CMake Error at
/home/nkem/learningHydra/projects/camkes-tool/camkes.cmake:545 (message):
Failed to generate /home/nkem/learningHydra/build/ast.pickle
Call Stack (most recent call first):
It suggests I'm missing the eth_devices header for the odroid-c2 platform
but I think I have added all the necessary files in the correct folders. Is
there any way to know exactly what files I need or where to look to debug
this issue.
Thanks,
Nkem