要包含什么文件?
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.
#include <kernel/dpl/CpuIdP.h>
#include <drivers/hw_include/cslr_soc.h>
void ipc_recv_task_main(void *args)
{
int32_t status;
char recvMsg[IPC_RPMESSAGE_MAX_MSG_SIZE+1]; /* +1 for NULL char in worst case */
uint16_t recvMsgSize, remoteCoreId;
uint32_t remoteCoreEndPt;
RPMessage_Object *pRpmsgObj = (RPMessage_Object *)args;
CSL_ArmR5CPUInfo cpuInfo;
/* Get Core ID Info */
CSL_armR5GetCpuID(&cpuInfo); <-------
编译出错