From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B4AC5E013A8 for ; Thu, 13 Jun 2013 21:04:25 -0700 (PDT) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UnLFO-0007Il-8Y for yocto@yoctoproject.org; Fri, 14 Jun 2013 06:04:22 +0200 Received: from c-68-51-81-31.hsd1.il.comcast.net ([68.51.81.31]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Jun 2013 06:04:22 +0200 Received: from dtran11 by c-68-51-81-31.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Jun 2013 06:04:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: yocto@yoctoproject.org From: Dat Tran Date: Fri, 14 Jun 2013 04:04:07 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 68.51.81.31 (Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36) Subject: Re: gcc enable-languages X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jun 2013 04:04:30 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Anyone know of any clues that will help us? Thanks. Edward Vidal writes: > > > > Dat Tran > dtran11 at gmail.com wrote > Hello, > > I want to add support for FORTRAN in my image. > > On target gcc -v shows --enable-languages=c,c++ > > This needs to --enable-languages=c,c++,fortran.based on my host system. > > How does the variable FORTRAN in > /home/vidal/POKY/build032813_panda/poky/meta/recipes-devtools/gcc/gcc- > configure-common.inc get set?  Can this be done in the local.conf file? > > > > Does the FORTRAN ?= ",f77" this need to be FORTRAN ?= ",fortran" since we > are building gcc4.7? > > Any and all help will be appreciated. > > Thanks > > Hi Edward, > > I am having the same problem as you. Did you solve this issue. I am looking > for gfortran recipe but I don't see it. > > thanks > They had recommended adding libgfortran to poky/meta/recipes- devtools/gcc/gcc-configure-runtime.incRUNTIMETARGET = "libssp libstdc++-v3 libgomp".  This did not work either, > If you find a solution I would be interested in getting the fix. > Thanks > > >
>
>
Dat Tran > dtran11 at gmail.com wrote
> Hello, > > I want to add support for FORTRAN in my image. > > On target gcc -v shows --enable-languages=c,c++ > > This needs to --enable-languages=c,c++,fortran.based on my host system. > > How does the variable FORTRAN in > /home/vidal/POKY/build032813_panda/poky/meta/recipes-devtools/gcc/gcc- > configure-common.inc get set?  Can this be done in the local.conf file? > > > > Does the FORTRAN ?= ",f77" this need to be FORTRAN ?= ",fortran" since we > are building gcc4.7? > > Any and all help will be appreciated. > > Thanks > > Hi Edward, > > I am having the same problem as you. Did you solve this issue. I am looking > for gfortran recipe but I don't see it. > > thanks > They had recommended adding libgfortran to poky/meta/recipes- devtools/gcc/gcc-configure-runtime.inc
RUNTIMETARGET = "libssp libstdc++- v3 libgomp".  This did not work either,
>
If you find a solution I would be interested in getting the fix.
>
Thanks

>
>