From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18121 invoked by alias); 20 Mar 2009 14:38:51 -0000 Received: (qmail 18112 invoked by uid 22791); 20 Mar 2009 14:38:50 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Mar 2009 14:38:43 +0000 Received: from zps36.corp.google.com (zps36.corp.google.com [172.25.146.36]) by smtp-out.google.com with ESMTP id n2KEcfRn026362; Fri, 20 Mar 2009 07:38:41 -0700 Received: from smtp.corp.google.com (spacemonkey1.corp.google.com [192.168.120.115]) by zps36.corp.google.com with ESMTP id n2KEcdlv007423 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 20 Mar 2009 07:38:39 -0700 Received: from localhost.localdomain.google.com (67-218-109-193.cust.layer42.net [67.218.109.193] (may be forged)) (authenticated bits=0) by smtp.corp.google.com (8.13.8/8.13.8) with ESMTP id n2KEcXXp025869 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Fri, 20 Mar 2009 06:38:37 -0800 To: gowrisankar loganathan Cc: Subject: Re: Gcc for V850 References: <49BE6207.9090401@wippies.com> <49BE6EAC.8090505@wippies.com> <49BFB6BC.5020106@wippies.com> From: Ian Lance Taylor Date: Fri, 20 Mar 2009 14:38:00 -0000 In-Reply-To: (gowrisankar loganathan's message of "Fri\, 20 Mar 2009 10\:45\:07 +0000") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2009-03/txt/msg00249.txt.bz2 gowrisankar loganathan writes: > I am finding the assembler and loader for the V850 has not been > generated (I didn't find V50-elf-as or V50-elf-ld) in the target > directory, what will be the correct configuration to generate this. You need the GNU binutils. http;//sourceware.org/binutils/ You may also need a C library and a debugger. gcc is only a compiler, nothing else. Ian