mipsel-linux-gcc正在抛出' timer_create'''即使提到-lrt,也会链接错误

时间:2017-04-25 08:12:38

标签: c ubuntu gcc mips32

我正在使用' timer_create',' timer_settime' apis在我的程序中。我的PC环境是Ubuntu,我正在为我的智能设备构建应用程序,其架构是MIPS 32位。

以下是我在构建程序时遇到的链接错误:

  

' MyProgram.c :(。text + 0x178):对timer_create' MyProgram.c:(.text+0x1c8): undefined reference to timer_settime'的未定义引用   collect2:ld返回1退出状态'。

这是我用来构建程序的命令:

mipsel-linux-gcc MyProgram.c -L/home/buildroot-gcc342/lib -lrt -o MyProgram.o

' mipsel体系-Linux的GCC'是MIPS 32平台的编译器。

0 个答案:

没有答案