腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
4
回答
c
++
timer
linux
、
、
、
我需要知道如何在
linux
环境中创建一个计时器或在
C
++中测量500ms。我尝试过使用gettimeofday和使用时间结构,但无法获得毫秒的正确精度。
浏览 0
提问于2012-03-20
得票数 0
回答已采纳
1
回答
无法在eclipse上交叉编译
linux
内核
、
在
C
/
C
++构建中,我用下面的命令替换了make Invoking: GCC
C
Compiler /home/poky&
浏览 0
提问于2015-10-30
得票数 0
1
回答
如何修复错误:函数‘setup_
timer
’的隐式声明
、
、
、
、
/配置 生成错误: line6
linux
-code-r1108/driver/trunk/driver.
c
:169:2: error: implicit declaration of function
C
函数setup_
timer
()在
linux
-headers包中声明。当前是
linux
-headers-4.18.0-16,当然它安装在默认位置/usr/src/ 产生错误的代码(driver.
c
): #
浏览 394
提问于2019-03-25
得票数 2
回答已采纳
3
回答
如何在
Linux
内核设备驱动程序中使用计时器?
、
、
、
、
我想在
Linux
设备驱动程序中实现一个计数器,它在每一个固定的时间间隔之后递增。我想在定时器的帮助下做这件事。一个示例代码片段将非常有用。
浏览 9
提问于2012-05-30
得票数 9
1
回答
为什么在
Linux
上在"time.h“中定义"
timer
_t”而不是OS
、
、
在读取
C
源代码文件时,我发现了这些声明。(这个源代码是为
linux
系统程序编写的。出于好奇,我在我的“mac”计算机中搜索并打开了'time.h‘
c
标准库文件(如您所知,/usr/include文件夹存储
c
标准库文件)。但是这个文件和之前的googled文件是一样的。最后,我使用虚拟机打开我的
linux
操作系统(Ubuntu),打开
linux
c
标准库文件夹中的“time.h”(文件夹路径与OSX相同)。正如我所预期的,
linux<
浏览 0
提问于2015-04-05
得票数 13
回答已采纳
1
回答
mali450 GPU内核驱动程序前4.15定时器代码在ARM64上的移植
、
、
、
我应该澄清我不是
linux
开发人员,我甚至不是
C
开发人员.我敢说,我知道的足够危险,而且我很有动力。不过,我的日常交易是
C
#,所以我或多或少知道我在做什么。目前我遇到的问题是使用马里/
linux
/马里_osk_timers.
c
。这是原始代码: * Copyright (
C
) 2010-2014, 2016 ARM Limited./media/hugo/7d79
c
22a-4ac8-4fcb-ae1<em
浏览 2
提问于2018-12-15
得票数 0
回答已采纳
2
回答
通过内核模块轮询循环设备
、
、
、
提前谢谢你:d#include <
linux
/module.h>#include<
linux
/fs.h>#include <asm/segment.h> #include <asm/uac
浏览 0
提问于2013-06-30
得票数 1
2
回答
友好臂qtopia错误的编译
、
、
、
obj/menu_main.o menu_main.
c
-I./gcc -
c
-o obj/cmdin.o cmdin.
c
-I/librt.a(
timer
_create.o): In function `
timer
_create':
timer
_create.
c</e
浏览 14
提问于2014-04-25
得票数 1
回答已采纳
2
回答
Linux
中内核计时器实现的示例(在内核2.6.32中)
、
、
你能给出一些内核计时器(start_ktimer)在
Linux
中实现的基本例子吗?
浏览 0
提问于2010-10-28
得票数 2
回答已采纳
2
回答
未定义对` `vtable for DigitalClock‘的引用-未定义对’DigitalClock::staticMetaObject‘- Qt的引用
、
、
、
anisha@
linux
-dopx:~/Desktop/notes/pomodoro> lsanisha@
linux
-dopx:~/Desktop/notes/pomodoro> qmake anisha@
linux
-dopx:~/Desktop
浏览 0
提问于2012-02-14
得票数 3
回答已采纳
1
回答
初始化Fedora 28上的VMware Player 14 :无法编译虚拟机监视器
、
成功编译了vmnet,但是对于vmmon,它会发生以下错误:/tmp/modconfig-rBg8Xn/vmmon-only/
linux
/hostif.
c
:1779:4: error: implicit declaration of function ‘init
浏览 0
提问于2018-05-25
得票数 0
回答已采纳
2
回答
Windows代码破坏了
C
++构建,因为缺少标头意味着函数未定义
、
、
、
、
我正在使用在
C
++中开发一个软件。从一开始,我就希望它能同时在Windows和
Linux
上运行。显然,我不会在Windows机器上编译
Linux
二进制文件,但我仍然希望使用Visual编写代码。一个非常基本和简单的例子:#ifndef PLATFORM_
TIMER
_H #elif __
lin
浏览 2
提问于2017-12-21
得票数 0
回答已采纳
2
回答
Linux
内核中的hrtimer重复任务
、
、
我的目标是使用hrtimer结构在
linux
内核中创建一个循环任务。我希望它每隔500毫秒重现一次。但是,我对hrtimer在
linux
内核中的工作原理(请参阅
linux
/hrtimer.h)感到有点困惑。以下是我到目前为止拥有的代码:{ printk(KERN_ERR "
浏览 3
提问于2012-11-04
得票数 8
回答已采纳
1
回答
在Ubuntu 18.04.4上安装双波段USB适配器2.4/5 5GHz时出现问题
、
、
、
、
.cmd *.kocd os_dep/
linux
; rm -fr *.mod.
c
*.mod *.o .’; did you mean ‘_init_
timer
’?-fr *.mod.
c
*.mod *.o .*.cmd *.kocd os_dep/
linux
浏览 0
提问于2020-06-09
得票数 1
回答已采纳
2
回答
需要帮助安装TP tl-wn821n v6的wifi驱动程序
、
_25633.20171222_COEX20171113-0047/include/osdep_service_
linux
.h:299:8: error: ‘_
timer
{aka struct
timer
_list:2: error: implicit declaration of function ‘init_
timer
’; did you mean ‘_init_
timer
’?[-Werror=implicit-function-declaration] init_
t
浏览 0
提问于2018-12-09
得票数 0
1
回答
posix
timer
_delete核心转储
、
我读了手册页,也读了
linux
-kernel-posix代码,但还是找不到方法。#0 __
timer
_delete_new (timerid=0x1edb770) at ../nptl/sysdeps/unix/sysv/
linux
/
timer</
浏览 5
提问于2019-01-14
得票数 1
1
回答
在raspberry pi 3上编译xenomai v2代码(使用xenomai v3编译的内核v4.y )
、
、
、
我试图在Raspberry PI 3(用xenomai v3.0.3编译的
Linux
v4.1.21 )上编译这段代码,但是我得到了多个编译器错误make[1]: Entering directory '/home/pi/
linux
' CC [M]/home
浏览 4
提问于2017-05-02
得票数 0
1
回答
在amd64上使用debian
linux
测试timerfd_create
、
、
、
我已经安装了包
linux
-headers-2.6.26-1-amd64和
linux
-headers-2.6.26-1-common。但是我得到了下面的链接器错误:
C
:(.text+0x1e5):对timerfd_settime的引用未定义 我的构建命令是gcc-o slave.
c
-L..我尝试过-lrt,因为
timer
_create和
timer
_settimer需要它,即使它不在手册页中。使用
浏览 2
提问于2008-10-25
得票数 2
回答已采纳
1
回答
Ubuntu 18.04 - Tp链路dongle -故障连接网络( TL-WN821N型)
、
、
、
、
.mod *.o .*.cmd *.kocd os_dep ; rm -fr *.mod.
c
_25633.20171222_COEX20171113-0047/include/osdep_service_
linux
.h: In function ‘_init_
timer
’: /home/guy:299:8: error: ‘_
timer<
浏览 0
提问于2018-05-18
得票数 1
2
回答
使用"cc“代替”臂-无-eabi-as“。
、
: In function `
timer
0_user_interrupt':
timer
_example.
c
:(.text+0x258): undefined reference to `ea3131_board_init'
timer
_example.
浏览 3
提问于2011-04-11
得票数 2
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Timer PCB
Speed Stack 计时器连接CS Timer教程
Linux C/C+调试的那些“歪门邪道”
linux下安装oracle12c
分享:C语言编程——LINUX 多线程
热门
标签
更多标签
云服务器
ICP备案
实时音视频
对象存储
即时通信 IM
活动推荐
运营活动
广告
关闭
领券