This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: make zimage fails after applying Martin Schafner "linux-2.6.7-build_on_case_insensitive_fs-1.patch" patch


Povolotsky, Alexander wrote:
Hi Dan,

I installed Martin's patch (see below ) seems to be OK (after couple of
attempts - as everything else - the use of "patch" command is new to me ;-)
).

However make zimage fails after applying the patch (see further below) ...

apovolot@USPITLAD104868 ~/linux-2.6.7
$ patch -p1 < linux-2.6.7-build_on_case_insensitive_fs-1.patch
patching file Makefile
Reversed (or previously applied) patch detected!  Assume -R? [n] y

Hrm. I guess Martin made his patch backwards :-) That's ok, only slightly annoying.


apovolot@USPITLAD104868 ~/linux-2.6.7
$ make dep zImage
*** Warning: make dep is unnecessary now.
  CHK     include/linux/version.h
  CHK     include/asm-ppc/offsets.h
cannot open arch/ppc/kernel/asm-offsets.asm: no such file ...

May be I should manually create asm-offsets.asm file ? (by copying
asm-offsets.s to asm-offsets.asm ?)

In general, the 2.6 kernel wants you to do make prepare (or make ARCH=ppc prepare) before building. I think you forgot that. - Dan

p.s. Please don't send me questions directly; send them to the crossgcc
mailing list.

--
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]