linux - ubuntu 13.10 中的 linsched 错误

标签 linux ubuntu linux-kernel kernel ubuntu-13.10

运行 linsched 时出现以下错误,原因是什么?

ld: Warning: size of symbol `sched_clock' changed from 8 in ../../../tools/linsched/hrtimer.o to 28 in ../../../kernel/sched/clock.o
ld: Warning: size of symbol `linsched_test_main' changed from 60 in ../../../tools/linsched/test_lib.o to 287 in linsched_rand_test.o
ld: Relocatable linking with relocations from format elf64-x86-64 (../../../tools/linsched/linux_linsched.o) to format elf32-i386 (linsched_rand_test.percpu) is not supported
make[1]: *** [linsched_rand_test] Error 1
make[1]: Leaving directory `/home/mojtaba/00/tools/linsched/tests'
make: *** [all] Error 2

最佳答案

您应该在 X86_64 架构上运行它。

关于linux - ubuntu 13.10 中的 linsched 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24859034/

相关文章:

bash - OCI 运行时创建失败 : container_linux. go:380

linux - RODBC 无法识别我的 odbc 设置

linux - 无法测量的 CPU 使用率?

php - 如果打开时出现这样的php文件,如何解决?

linux - root 到 git pull 作为另一个用户的脚本

linux - ftrace:仅打印 trace_printk() 的输出

c - 在内核空间中检索未对齐的网络链接消息大小

linux - 我可以修改 SIGKILL 的信号处理程序的代码吗

php - 通过inode查找文件的路径

c++ - 将 Win32 DLL Hook 移植到 Linux