Skip to content

undefined reference to `fiq_fix_enable' #112

Closed
@srcshelton

Description

@srcshelton

When building with a custom config, the kernel build-process fails with:

  LD      vmlinux.o
  MODPOST vmlinux.o
  GEN     .version
  CHK     include/generated/compile.h
  UPD     include/generated/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
arch/arm/mach-bcm2708/built-in.o: In function `bcm2708_init':
:(.init.text+0x27c): undefined reference to `fiq_fix_enable'
make: *** [.tmp_vmlinux1] Error 1

... and has done for several weeks now. The standard RPi configurations do still build correctly, however, so it must be due some code-path the custom configuration (below) adds or leaves out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions