Messages in this thread |  | | | Subject | Re: [PATCH] 2.5.42: UML build error | | From | Olaf Dietsche <olaf.dietsche#> | | Date | Sat, 12 Oct 2002 20:23:30 +0200 |
| |
Kai Germaschewski <kai-germaschewski@uiowa.edu> writes:
> On Sat, 12 Oct 2002, Olaf Dietsche wrote: > >> When building 2.5.42 UML it fails with: >> [...] > > Okay, so here's a patch which fixes the UML build for me (i386) - > generally, UML could use some more kbuild work, but I'll leave that for > post-freeze ;) > > --Kai > > > Pull from http://linux-isdn.bkbits.net/linux-2.5.make > > (Merging changesets omitted for clarity) > > ----------------------------------------------------------------------------- > ChangeSet@1.784, 2002-10-12 11:47:37-05:00, kai@tp1.ruhr-uni-bochum.de > kbuild: Fix UML build > > Not perfectly clean yet, but uses the standard way to descend into subdirs > and gives me working vmlinux and linux targets without spurious rebuilds. > > ---------------------------------------------------------------------------- > Makefile | 33 ++++++++++++++++++++------------- > Makefile-i386 | 35 ++++++++++++++++------------------- > sys-i386/util/Makefile | 14 ++++++++------ > util/Makefile | 18 +++++++++--------- > 4 files changed, 53 insertions(+), 47 deletions(-) > > ============================================================================= > unified diffs follow for reference > ============================================================================= [...]
Thanks! I was still trying to figure out, how all this is supposed to work :-).
Though, it still gives one error right at the beginning:
gcc -E -Wp,-MD,arch/um/.uml.lds.s.d_ -D__ASSEMBLY__ -D__KERNEL__ -Iinclude -nostdinc -iwithprefix include -Ui386 -DSTART=$((0xc0000000 - ((0 + 1) * 0x20000000))) -DELF_ARCH=i386 -DELF_FORMAT=\"elf32-i386\" -P -C -Uum -o arch/um/uml.lds.s arch/um/uml.lds.S /bin/sh: scripts/fixdep: No such file or directory make: *** [arch/um/uml.lds.s] Error 1 Regards, Olaf. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |