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.

[参考译文] CC3351:编译器问题

Guru**** 2927270 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/1649701/cc3351-compiler-issue

器件型号: CC3351

添加 config config_CFG80211_certification_onus=y 后、函数 cc33xx_debugfs_add_files_helper 定义如下  

static void cc33xx_debugfs_add_files_helper(struct dentry *moddir)
{
  DEBUGFS_ADD(radar_debug_mode, moddir);
}

和 DEBUGSS_ADD 定义如下

#define DebugFS_ADD(名称,父级)          \   

      执行{                 \     

          Debugfs_create_file (#name、0400、parent、    \           

            wl、&name#_ops);      \   

        } while (0) 

由于变量 (wl、_ops) 未定义、因此存在编译问题。  

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    大家好、能否分享这个 SDK 版本是什么?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好:

    感谢您的耐心、我正在研究这个问题。

    请避免使用 CONFIG_CFG80211_certification_onus 标志。 如果您仍有问题、请告诉我。