工程师你好,我程序基于BIOS系统的,现在在main函数里面,我函数部分如下
main
{
int cordId =DNUM;
prinft("hello world form cord%d\n",coreId);
int status;
status = Ipc_start();
.............................
}我debug下,8个核group下,断点只打在int cordId =DNUM;就有个别核已经打印prinft("hello world form cord%d\n",coreId);虽然运行了 Ipc_start(),且status>0;感觉其他从核运行的也不一致,没完全同步,