zqy199903 2022-07-22 01:50 采纳率: 50%
浏览 35

ubuntu打实时补丁,编译内核时报错

ubuntu20.05打preempt-rt实时补丁,执行sufo make modules_intall -j16后报错安装了binutils后,依旧报错,请问怎么解决

img

  • 写回答

1条回答 默认 最新

  • mzhan017 2022-07-22 06:16
    关注

    binutils安装的是32位的?

    config X86_X32
    bool "x32 ABI for 64-bit mode"
    depends on X86_64
    ---help---
    Include code to run binaries for the x32 native 32-bit ABI
    for 64-bit processors. An x32 process gets access to the
    full 64-bit register file and wide data path while leaving
    pointers at 32 bits for smaller memory footprint.

      You will need a recent binutils (2.22 or later) with
      elf32_x86_64 support enabled to compile a kernel with this
      option set.
    
    评论 编辑记录

报告相同问题?

问题事件

  • 创建了问题 7月22日