From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: 23.0.60 bootstrap fails for maemo Date: Mon, 18 Feb 2008 09:50:12 -0800 Message-ID: <200802181750.m1IHoDrl007281@sallyv1.ics.uci.edu> References: <200802111729.m1BHTcim015149@sallyv1.ics.uci.edu> <5070.1202763499@norvel.baumann-gauting.site> <200802181610.m1IGALGP025874@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203357143 26497 80.91.229.12 (18 Feb 2008 17:52:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Feb 2008 17:52:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thomas Baumann Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 18 18:52:46 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JRAAX-0003RZ-J0 for ged-emacs-devel@m.gmane.org; Mon, 18 Feb 2008 18:52:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRAA3-0003aI-3u for ged-emacs-devel@m.gmane.org; Mon, 18 Feb 2008 12:52:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JRA9y-0003Z9-FI for emacs-devel@gnu.org; Mon, 18 Feb 2008 12:52:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JRA9x-0003YY-H9 for emacs-devel@gnu.org; Mon, 18 Feb 2008 12:52:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRA9x-0003YS-Ay for emacs-devel@gnu.org; Mon, 18 Feb 2008 12:52:09 -0500 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JRA9x-0006Mp-38 for emacs-devel@gnu.org; Mon, 18 Feb 2008 12:52:09 -0500 X-ICS-MailScanner-Watermark: 1203961813.43@gWA8JOyv+5g4iMo1ueOjZQ Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m1IHoDrl007281; Mon, 18 Feb 2008 09:50:13 -0800 (PST) In-Reply-To: (Thomas Baumann's message of "Mon, 18 Feb 2008 17:57:19 +0100") Original-Lines: 54 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:89504 Archived-At: Thomas Baumann writes: > Dan Nicolaescu writes: > > > Thomas Baumann writes: > > > > > > Dan Nicolaescu wrote: > > > > > > > >> Thomas Baumann writes: > > > >> > > > >> > I'm trying to compile emacs23 for os2008 using the maemo-4.0 sdk but > > > >> > somehow the bootstrap fails. I'm working with a fresh copy of the cvs > > > >> > files checked out today. > > > >> > > > > >> > The problem looks very much like the emacs23/cygwin problem discussed > > > >> > earlier, but I was not able to test all of the possible solutions > > > >> > mentioned there. > > > >> > > > > >> > Any help is highly appreciated. > > > >> > > > >> Not sure if this helps, but first try to bootstrap on the host so that > > > >> you have all the .elc files, and then configure for the target again and > > > >> just run make. (If the problem you are facing is the byte compiler > > > >> encoding bug that's been discussed here, you might be able to get over > > > >> it this way)... > > > >> > > > > > > > > I think I tried this before - configure with CHINOOK_X86 and compile > > > > (works ok). configure with CHINOOK_ARMEL... and a new error... > > > > > > > > if i delete and recompile pre-crt0.o for the target I get the same error > > > > as before > > > > > > > > > > After days of testing and trying to debug the bootstrap I finally > > > compiled the byte-compile parts of bootstrap directly on the N810: and > > > it works :-) Strange and not a permanent solution, though. > > > > > [snip] > > > 3. compilation is possible on the target itself: the build directory has > > > to be mounted with nfs and make has to be installed on the > > > device. Compile emacs until the first error occurs, continue on the > > > target and finally make install and build the package on the host. > > > > So it seems that building works on real hardware, but it fails when > > using the cross-compiler + simulator. That would point out to a problem > > in that setup, maybe a bug in the simulator. > > I think the latter, as the setup was installed from scratch. Debugging, > however, is beyond my current debbuging skills. All I can offer is to > test possible solutions. Then, probably the best option is to forward this to the simulator's maintainers.