zoukankan      html  css  js  c++  java
  • error: dereferencing pointer to incomplete type

    /*******************************************************************************
     *              error: dereferencing pointer to incomplete type
     * 说明:
     *     调试显示驱动,打印of_node信息出现的错误;
     *
     *                                          2019-5-31 深圳 宝安西乡 曾剑锋
     ******************************************************************************/
    
    一、参考文档
        1. 解决编译错误:dereferencing pointer to incomplete type 的办法
            https://www.cnblogs.com/qunxuan/p/4080730.html
        
    二、解决方法
        1. 问题: printk("%s: of_node->name: %s
    , of_node->full_name: %s
    ", __func__, master_dev->of_node->name, master_dev->of_node->full_name);
        2. 加入头文件:#include <linux/of.h>
  • 相关阅读:
    UIautomator Python测试
    selenium提供了三种模式的断言:assert,verify,waitfor
    编译标志
    模块级函数
    执行匹配
    反斜杠
    正则表达式
    重复
    字符匹配
    贪婪 vs 不贪婪
  • 原文地址:https://www.cnblogs.com/zengjfgit/p/10954253.html
Copyright © 2011-2022 走看看