Anonymous | Login | Signup for a new account | 11-10-2008 11:22 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0001598 | [buildroot] Architecture Specific | major | always | 11-20-07 13:42 | 01-08-08 04:59 | |||||||
Reporter | lga | View Status | public | |||||||||
Assigned To | uClibc | |||||||||||
Priority | normal | Resolution | open | |||||||||
Status | assigned | Product Version | ||||||||||
Summary | 0001598: armeb-linux-uclibc-objcopy convert 2.8MB vmlinuz file into >3000MB Image file | |||||||||||
Description |
uclibc-0.9.29 It seems to me that it is the same bug as discussed concerning OpenEmbedded. (http://article.gmane.org/gmane.comp.handhelds.openembedded.user/67) [^] My buildroot config (br.config) and kernel config (kern.config) is attached. The patch suggested in link above make Image file of good size (<1MB). But I haven't run it yet. Patch (by Philip Balister <philip <at> balister.org>): diff --git a/arch/arm/kernel/vmlinux.lds.S b/arch/arm/kernel/vmlinux.lds.S index 5ff5406..538fcb5 100644 --- a/arch/arm/kernel/vmlinux.lds.S +++ b/arch/arm/kernel/vmlinux.lds.S @@ -94,6 +94,7 @@ SECTIONS TEXT_TEXT SCHED_TEXT LOCK_TEXT + *(.note.*) #ifdef CONFIG_MMU *(.fixup) #endif |
|||||||||||
Additional Information | ||||||||||||
Attached Files |
![]() ![]() |
|||||||||||
|
![]() |
|
(0003434) vanokuten 01-08-08 04:59 |
Also fixed by commit in git kernel tree: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1e621a8e3752367d4aae78a8ab00a18fb2793f34 [^] |
Copyright © 2000 - 2006 Mantis Group |