Conversation
Signed-off-by: Yang Hongbo <yanghongbo@iotpi.io>
The build error is fixed after I edited "dma.h", but it comes out another error while executing cFS. OS_ModuleLoad_Impl():111:Error loading shared library: ./cf/mipea.so: undefined symbol: _mbox_fd OS_ModuleLoad_Impl():111:Error loading shared library: ./cf/gpio_demo.so: undefined symbol: gpio_clr So the gpio_demo can't be executed because of these two errors. |
Signed-off-by: Yang Hongbo <yanghongbo@iotpi.io>
My bad, try the latest commit. I forgot to add declaration of mbox_id in dma.c |
Thanks a lot. It work. |
Fixed build error, mostly format specifier errors.
Only one is
int _mbox_fd;caused each#include "dma.h"will create an instance of_mbox_id