.........................................................................................................................................................................................................
 
Building modules, stage 2.
  MODPOST 7 modules
WARNING: "wl12xx_get_platform_data" [/home/fine-work/linux_debug_pro/driver/fsl/flairmicro/compat_wl18xx/drivers/net/wireless/ti/wlcore/wlcore_sdio.ko] undefined!
WARNING: "simple_open" [/home/fine-work/linux_debug_pro/driver/fsl/flairmicro/compat_wl18xx/drivers/net/wireless/ti/wlcore/wlcore.ko] undefined!
WARNING: "simple_open" [/home/fine-work/linux_debug_pro/driver/fsl/flairmicro/compat_wl18xx/drivers/net/wireless/ti/wl18xx/wl18xx.ko] undefined!
WARNING: "simple_open" [/home/fine-work/linux_debug_pro/driver/fsl/flairmicro/compat_wl18xx/drivers/net/wireless/ti/wl12xx/wl12xx.ko] undefined!
  CC      /home/fine-work/linux_debug_pro/driver/fsl/flairmicro/compat_wl18xx/compat/compat.mod.o
  LD [M]  /home/fine-work/linux_debug_pro/driver/fsl/flairmicro/compat_wl18xx/compat/compat.ko
...........................................................................................................................................................................................................
 
一.WARNING: "simple_open"
 
1. 把 compat-3.4.c compat-3.4.h 这两个文件放到wlcore 文件夹下面
 
2. 在wlcore文件夹下面。修改debugfs.h 在  #include "wlcore.h" 下面添加#include "compat-3.4.h"
 
3. 修改wlcore文件夹下面的makefile  在里面
 
wlcore-objs = main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \
  boot.o init.o debugfs.o scan.o 
 
后面添加  compat-3.4.o 
 
 wlcore-objs = main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \
  boot.o init.o debugfs.o scan.o  compat-3.4.o 
 
二:WARNING: "wl12xx_get_platform_data" 
 
定义 CONFIG_WL12XX_PLATFORM_DATA
 
 
 
 

wl18xx编译的时候出现WARNING: "simple_open" WARNING: "wl12xx_get_platform_data"的更多相关文章

  1. 解决Undefined symbols for architecture x86_64: 报错 和 ld: warning: ld: warning: ignoring file警告

    出现这种错误的情况: 用iphone5模拟器编译程序正常, 用iphone5s以上的模拟器编译出现Undefined symbols for architecture x86_64: 报错 和 ld: ...

  2. Starting php-fpm [18-Jun-2019 12:56:59] NOTICE: PHP message: PHP Warning: Version warning提示报错解决

    php-fpm在命令行重启时出现如下提示信息在终端上,虽然不影响使用,但是不够干净利落,参考了一篇国外博客得以解决,参考链接:https://community.centminmod.com/thre ...

  3. 解决编译warning:warning: ‘MeteringUnit::voltage_gain_’ will be initialized after [-Wreorder]

    问题: 环境:ubuntu 12.04,g++版本4.6.3,编译目标文件时出现warnings: u1204@u1204-zhw:~/hwsvn/2sw/4prj_mips/UCP_rt5350/s ...

  4. vue 编译大量空格警告问题总结 warning: Replace `↹↹` with `··`

    1.vue开发中发现最后越来越多的编译警告,如 warning: Replace `↹↹` with `··` (prettier/prettier) at src/views/shebei/shou ...

  5. Android Studio3.1.2编译时Java Compiler出错:Warning: Failed to parse host proxy3.bj...

    删除gradle.properties中的代理设置... #移除下面配置systemProp.http.proxyHost=proxy3.bj.petrochina systemProp.http.p ...

  6. #pragma warning (default : n)

    参考链接:http://www.cnblogs.com/JCSU/articles/1996483.html 在VC2013中编译以下win32 C++ 控制台程序,会产生2个告警warnings # ...

  7. [WARNING] Warning: selected war files include a WEB-INF/web.xml which will be ignored (webxml attribute is missing from war task, or ignoreWebxml attribute is specified as 'true')

    WARNING] Warning: selected war files include a WEB-INF/web.xml which will be ignored (webxml attribu ...

  8. android -------- 混淆打包报错(warning - InnerClass annotations are missing corresponding EnclosingMember annotations)

    最近做Android混淆打包遇到一些问题,Android Sdutio 3.1 版本打包的 错误如下: Android studio warning - InnerClass annotations ...

  9. 关于warning: Clock skew detected. Your build may be incomplete. 的解决方法

    今天发现电脑的系统时间不对,因此将时钟进行了改动,回头编译Linux kernel的时候,提演示样例如以下的warning: warning:  Clock skew detected.  Your ...

随机推荐

  1. HDU 1532 Drainage Ditches

    网络最大流模版题,用了(Ford-Fulkerson算法)  代码不贴了,模版见我博客 http://www.cnblogs.com/zufezzt/p/4585752.html  

  2. Git回退到服务器某个版本正确姿势

    背景: Git协作中,成员不可避免地会提交一些错误的版本,由于Git相比SVN引入了本地仓库,操作会相对复杂,以下为姿势分解 找一个源文件RspUtils.java,加上一行注释 //测试回退git服 ...

  3. 3、Data对象

    1.创建part1.html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "htt ...

  4. 如何理解CSS中的浮动 :其实他就像乘坐扶梯一样

    只要你用过自动扶梯,你就能很快的理解CSS中的浮动(Float). 你肯定遇到过这样的情况:       做好了,你想用CSS浮动来调整元素间的位置关系. 在写完代码之后,你发现浮动元素没出现在你设想 ...

  5. Django中使用ModelForm实现Admin功能

    接上一篇<Django中使用Bootstrap> ModelForm 可以将数据库中的信息展示在一个表中,因此我们在查询数据库信息时可以使用ModelForm在前端展示查询到的信息. 在上 ...

  6. openwrt 汉化

    make menuconfig 添加luci LuCI--->Collections----- <*> luci 添加luci的中文语言包 LuCI--->Translatio ...

  7. JVM基础02-class文件

    一.class文件结构 介绍之前,请下载一个Bytecode工具,例如byte code viewer或者Java Bytecode Editor,我用的是后者Java Bytecode Editor ...

  8. poj 3278 Catch That Cow bfs

    Description Farmer John has been informed of the location of a fugitive cow and wants to catch her i ...

  9. sublime 3 最新 LICENSE

    http://blog.sina.com.cn/s/blog_68e267e10102v76h.html

  10. 基于Flash与window平台本地程序通信实现媒体流发布

    0 Web场景下的媒体流发布可以采用Flash原生API实现,但是Flash H264视频压缩参数不可控.音频无法AAC编码,所以一般采用浏览器插件方式,但是浏览器插件有版本兼容问题.不稳定,所以可以 ...