- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我的问题是我在 linux g++ 中遇到 undefined reference 错误
cpufreq.h
在usr/include
目录,我包括 #include <cpufreq.h>
.这有 cpufreq_get_freq_kernel()
的声明
但是当我调用 cpufreq_get_freq_kernel()
,它得到一个链接器错误:
undefined reference to `cpufreq_get_freq_kernel'
我正在使用 netbeans 来编译程序。
有什么解决办法吗?
最佳答案
包含 header 通常是不够的,您还需要链接到库,这可能是通过将 -lcpufreq
添加到您的链接器命令来完成的。
关于linux - 包括 cpufreq.h 但在 linux c++ 中显示链接器错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14078432/
我的问题是我在 linux g++ 中遇到 undefined reference 错误 cpufreq.h在usr/include目录,我包括 #include .这有 cpufreq_get_f
我正在尝试以编程方式设置已 root 的手机上的最小/最大时钟速度。遵循针对 this question 提出的建议,我找到了some documentation这建议我将数据写入: /sys/dev
我想知道 SAMSUNG 为我的 SAMSUNG S4 选择的 ondemand CPUFreq governor 参数的默认设置。我没有用任何自定义内核刷新我的手机。我一直在阅读 Linux 内核中
我想更改 cpufreq-* 命令的当前驱动程序以控制 Intel NUC 上的 CPU 频率。当前的驱动程序是 intel-pstate,它仅允许 performance 和 powersave 作
我是一名优秀的程序员,十分优秀!