This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

8168 vfcc组件申请出错



在GetHandle函数中申请VFCC组件失败,经过添加打印信息调试后,发现在去component table中查找该组件时未找到,请问该在哪里添加配置该组件的支持?

  • 请确认组件是否包含进来了.

  • 您好,这个问题解决了,是我在makefile中没有添加vfcc组件,并且需要在app_cfg.h中添加#define _BUILD_VFCC_,这样就可以正常申请出handler。

    现在这个问题解决了,但是我在sendcmd状态到idle后,申请outbuffer,申请结束后一直无法收到eventHandler返回的状态转换成功信号量,也就是一直阻塞在waitForState上,在原本的程序中有inputbuffer,现在我是VFCC组件,就没有申请该组件,请问是不是在这里出了问题?谢谢