1.类QNNPing.m 第93行到103行,check_compile_time调用, error: expected parameter declarator check_compile_time(sizeof(IPHeader) == 20); .... .... 可能解决方法:check_compile_time中的参数全部添加括号,如 check_compile_time(sizeof(IPHeader) == 20); 改为 check_compile_time((sizeof(IPHeader) == 20));
2.修改check_compile_time为__Check_Compile_Time可行。
转载于:https://www.cnblogs.com/akiha/p/7614410.html
相关资源:各显卡算力对照表!