From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12910 invoked by alias); 25 Feb 2007 19:37:53 -0000 Received: (qmail 12901 invoked by uid 22791); 25 Feb 2007 19:37:52 -0000 X-Spam-Check-By: sourceware.org Received: from wx-out-0506.google.com (HELO wx-out-0506.google.com) (66.249.82.224) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 25 Feb 2007 19:37:43 +0000 Received: by wx-out-0506.google.com with SMTP id t13so1090425wxc for ; Sun, 25 Feb 2007 11:37:41 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=bQLTsI8qPIHreMdFRfPMTIeOooDL45HZ/vIJwV6JAgfi2hwTzn6d0EnH+eR3hMfibdurgPPQeKV6/SBLUFTIp7agGyjTITaV2jV35I2/wJ2+/Q188z+Ouf+UiqCc8y6JX0M45n3vtGxkVsEPd48Y864ZbvqtecEIt7gzr4/zf1w= Received: by 10.90.90.16 with SMTP id n16mr4180595agb.1172432261831; Sun, 25 Feb 2007 11:37:41 -0800 (PST) Received: by 10.90.66.11 with HTTP; Sun, 25 Feb 2007 11:37:41 -0800 (PST) Message-ID: <81c474d20702251137j3e65f89aidf58a2e4cf019252@mail.gmail.com> Date: Sun, 25 Feb 2007 19:37:00 -0000 From: "Michael Ambrus" To: sid@sourceware.org Subject: Building SID MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact sid-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sourceware.org X-SW-Source: 2007-q1/txt/msg00024.txt.bz2 Hi, I'm new to sid and I'm having some problems building the project from CVS sources. My first attempt was with a cross-compiler which worked. except that the I couldn't get the simulation to work properly (when setting CPU registers in the simulated code and then queried the same with GDB, the registers would still have the value 0). I thought if not setting --target, it would make it work better. The documentation says that if --target is not set, sid will try to build all the available CPU's. What I'm not clear about is if one needs a cross compilers or not, and in the case one does - would that be for every possible CPU sid supports? If cross compilers are meant to be used, which name should one use for --target? I'm confused over that the canonical name for an x86 tool-chain normally would be i[[3456789]]86-*-*, but sid seems to use the name x86 (or at least for the component i.e.). A list of supported main architectures would be helpful. Hers comes the lines where the build breaks: make[4]: Entering directory `/home/ambrmi09/projects/sid/_BUILD/sid/bsp' make[4]: *** No rule to make target `sh64-elf-sid', needed by `all-am'. Stop. make[4]: Leaving directory `/home/ambrmi09/projects/sid/_BUILD/sid/bsp' The directory is there, but there's no trace of sh64. The ones existing: arm-elf-sid i386-elf-sid m32r-elf-sid m68k-elf-sid mt-elf-sid xstormy16-elf-sid The ChangeLog mentions 'sh-elf-sid,sh5-elf-sid,sh64-elf-sid: New files' so I'm guessing the files were just not committed yet. Regards /Michael Anbrus