|
Re: kernel build dependency on gcc-4.0?: msg#00005linux.debian.ports.hppa
On Tue 05 Sep 2006, Paul Slootman wrote: > It's naively running that kernel just fine now :-) Oh yeah, I did need to tweak arch/alpha/kernel/vmlinux.lds.S a bit, as I got a warning about a symbol being in the discard section or something like that. I replaced: /DISCARD/ : { *(.exit.text) *(.exit.data) *(.exitcall.exit) } with: . = ALIGN(64); __exit_start = .; .exit : { *(.exit) } __exit_end = .; Note that I haven't a clue whether what I did makes sense, but at least it compiled and runs. Paul Slootman |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: kernel build dependency on gcc-4.0?: 00005, Paul Slootman |
|---|---|
| Next by Date: | Re: Best Job No Experience Needed: 00005, Dino Allison |
| Previous by Thread: | Re: kernel build dependency on gcc-4.0?i: 00005, Paul Slootman |
| Next by Thread: | Re: Best Job No Experience Needed: 00005, Dino Allison |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |