From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32702 invoked by alias); 19 Mar 2009 22:08:20 -0000 Received: (qmail 32691 invoked by uid 22791); 19 Mar 2009 22:08:20 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_43,J_CHICKENPOX_93,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Mar 2009 22:08:13 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n2JM8A2v001114; Thu, 19 Mar 2009 18:08:11 -0400 Received: from omfg.slc.redhat.com (vpn-13-76.rdu.redhat.com [10.11.13.76]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n2JM8CeI017898; Thu, 19 Mar 2009 18:08:12 -0400 Message-ID: <49C2C1D9.5060306@redhat.com> Date: Thu, 19 Mar 2009 22:08:00 -0000 From: Jeff Law User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: gowrisankar loganathan CC: gcc-help@gcc.gnu.org Subject: Re: Gcc for V850 References: <49BE6207.9090401@wippies.com> <49BE6EAC.8090505@wippies.com> <49BFB6BC.5020106@wippies.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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/msg00236.txt.bz2 gowrisankar loganathan wrote: > Hello All, > I build the tool chain for v850 with following command > > $ ../../gcc_source/gcc-4.3.0/configure --target=v850-elf -prefix=/tools --exec- > prefix=/tools/Gnu-i686-V850 --with-gnu-as --with-gnu-ld --with-newlib -v 2>&1 | > tee configure.out > > $ make -w all-gcc install-gcc LANGUAGE="c c++" 2>&1 | tee make.out > > > and then try to compile test file as follows > [ ... ] > > > $ v850-elf-gcc -Wall test.c -o test > test.c: In function 'main': > test.c:16: warning: 'return' with no value, in function returning non-void > /cygdrive/c/DOKUME~1/SECOND~1/LOKALE~1/Temp/ccI33e2q.s: Assembler messages: > Note it says "assembler messages". Have you built and installed a v850 assembler? jeff