LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Kernel compilation error using cross compiler (https://www.linuxquestions.org/questions/linux-software-2/kernel-compilation-error-using-cross-compiler-285207/)

bond_7942 02-02-2005 12:18 AM

Kernel compilation error using cross compiler
 
Hi All,



I have trouble when doing make zImage using the cross compile.


The last few lines I got when I did "make zImage" follow:
:

:

arm_v4t_le-objcopy -O binary -R .note -R .comment -S /home/sanjoy/sanjoy/vmlinux piggy
BFD: Warning: Writing section `.init' to huge (ie negative) file offset 0xc0002cf8.
BFD: Warning: Writing section `.text' to huge (ie negative) file offset 0xc0012cf8.
BFD: Warning: Writing section `.kstrtab' to huge (ie negative) file offset 0xc0159b68.
BFD: Warning: Writing section `__ex_table' to huge (ie negative) file offset 0xc015eab8.
BFD: Warning: Writing section `__ksymtab' to huge (ie negative) file offset 0xc015f480.
BFD: Warning: Writing section `.data' to huge (ie negative) file offset 0xc0162cf8.
arm_v4t_le-objcopy: piggy: File truncated
make[2]: *** [piggy.o] Error 1
make[1]: *** [compressed/vmlinux] Error 2
make: *** [zImage] Error 2



Anybody came across the similar problem or can figure out what's the problem? Waiting for ur reply. Thanks in advance..

Regards,
Bond


All times are GMT -5. The time now is 04:52 AM.