From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25326 invoked by alias); 19 May 2008 09:30:48 -0000 Received: (qmail 25317 invoked by uid 22791); 19 May 2008 09:30:47 -0000 X-Spam-Check-By: sourceware.org Received: from smtp.nuxit.net (HELO smtp1.nuxit.net) (195.114.18.67) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 19 May 2008 09:30:29 +0000 Received: (qmail 10624 invoked by uid 89); 19 May 2008 09:30:26 -0000 Received: from unknown (HELO peppin.cortus.com) (195.115.75.210) by smtp1.nuxit.net with ESMTP; 19 May 2008 09:30:26 -0000 Message-ID: <483146F6.2070208@cortus.com> Date: Mon, 19 May 2008 09:30:00 -0000 From: Stephane Lambert User-Agent: Thunderbird 2.0.0.9 (X11/20071031) MIME-Version: 1.0 To: gdb@sourceware.org Subject: FATAL: vmlinux is truncated Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-05/txt/msg00138.txt.bz2 Hello all, I'm porting uclinux on the Cortus Aps3 Processeur. When I compile, I obtain a FATAL error: vmlinux is truncated. I've done several tries by modifying the vmlinux script (vmlinux.lds.S) and finally I can fix the problem by removing the Heap section.So it's seems this error is a vmlinux script problem. But I would like to understand what is happening to avoid this problem after, and what this error really means, and add my Heap section correcly. Could someone help me please? Thanks in advance. Stephane Lambert _________________________________________________________________________________________ MODPOST vmlinux FATAL: vmlinux is truncated. make[2]: *** [vmlinux] Error 1 make[1]: *** [vmlinux] Error 2 make[1]: Leaving directory `/home/stephane/uClinux/uClinux-dist/linux-2.6.x' make: *** [linux] Error 1