[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: building kernel modules packages



> > ld: cannot open linker script file
> > /usr/src/linux-headers-2.6.18-4-amiga/arch/m68k/kernel/module.lds: No such file or directory
>
> That's an old problem, I think a bug was filed already. This might be due to
> the cross-compiling of the kernel, but I am not sure. It would be great
> though, if you, or somebody else, could offer a fix for it...

My arch/m68k/kernel/module.lds:

SECTIONS {
        .m68k_fixup : {
                __start_fixup = .;
                *(.m68k_fixup)
                __stop_fixup = .;
        }
}

I'd have thought it gets created from scratch, but no mention of it in the
makefiles...

	Michael



Reply to: