| Summary: | kexec doesn't build: Missing regdef.h file | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Andy Kennedy <andy.kennedy> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | andy.kennedy, buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Andy Kennedy
2010-12-22 23:20:23 UTC
After further playing, I have found that for kexec to build properly, one needs to bring the regdef.h file from the Linux Kernel (in the case of mips that would be: arch/mips/include/asm/regdef.h) There are some interesting ifdef's around sections of the one that is under the toolchain included files. There are about 3 different versions of this file -- the one in the kernel source is the only one I can make work with kexec. Andy Fixed by kexec version bump in git, thanks |