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 08:10:20 -0800 Message-ID: <200802181610.m1IGALGP025874@sallyv1.ics.uci.edu> References: <200802111729.m1BHTcim015149@sallyv1.ics.uci.edu> <5070.1202763499@norvel.baumann-gauting.site> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203351218 3691 80.91.229.12 (18 Feb 2008 16:13:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Feb 2008 16:13:38 +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 17:14:02 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 1JR8cy-0006uQ-Ti for ged-emacs-devel@m.gmane.org; Mon, 18 Feb 2008 17:14:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JR8cU-00014q-Ad for ged-emacs-devel@m.gmane.org; Mon, 18 Feb 2008 11:13:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JR8cK-0000wj-NI for emacs-devel@gnu.org; Mon, 18 Feb 2008 11:13:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JR8cJ-0000vO-Vc for emacs-devel@gnu.org; Mon, 18 Feb 2008 11:13:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JR8cJ-0000v2-H0 for emacs-devel@gnu.org; Mon, 18 Feb 2008 11:13:19 -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 1JR8cJ-0004Jv-C1 for emacs-devel@gnu.org; Mon, 18 Feb 2008 11:13:19 -0500 X-ICS-MailScanner-Watermark: 1203955823.20253@LeRRe+XM82osIomzQie1nA 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 m1IGALGP025874; Mon, 18 Feb 2008 08:10:21 -0800 (PST) In-Reply-To: (Thomas Baumann's message of "Sun, 17 Feb 2008 19:55:30 +0100") Original-Lines: 43 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:89490 Archived-At: 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.