[yocto] gcc enable-languages

2013-08-31 Thread Larry Baker
See core-fortran.patch, Fixes to build a gfortran cross compiler and the gfortran runtime libraries, which is an attachment at https://bugzilla.yoctoproject.org/show_bug.cgi?id=5091. My bbappend files are there too. Larry Baker US Geological Survey 650-329-5608 ba...@usgs.gov

Re: [yocto] gcc enable-languages

2013-08-27 Thread Khem Raj
On Aug 26, 2013, at 5:23 AM, Javi Roman javiro...@kernel-labs.org wrote: $ cat recipes-devtools/libtool/libtool-cross_2.4.2.bbappend export FC = ${CCACHE}${HOST_PREFIX}gfortran ${HOST_CC_ARCH} --sysroot=${STAGING_DIR_HOST} can you submit this as a patch to OE-Core libtool recipe please ?

Re: [yocto] gcc enable-languages

2013-08-26 Thread Javi Roman
I had the same issue. The problem seems the variable FC (Fortran Compiler) is not properly setup (in meta/conf/bitbake.conf). The libtool-cross recipe shows QA problems with wrong include paths when uses x86_64-poky-linux-gfortran tests. This workaround works for me: recipes-devtools/gcc └──

Re: [yocto] gcc enable-languages

2013-07-24 Thread Marcelo Valle
Dat Tran dtran11@... writes: This is the error I get: configure: WARNING: unrecognized options: --disable-silent-rules, --with- sysroot DEBUG: Shell function do_configure finished DEBUG: Executing python function do_qa_configure NOTE: Checking autotools environment for common

Re: [yocto] gcc enable-languages

2013-06-14 Thread Dat Tran
Paul Eggleton paul.eggleton@... writes: On Friday 14 June 2013 04:04:07 Dat Tran wrote: Anyone know of any clues that will help us? Thanks. Edward Vidal vidal.develone at ... writes: Dat Tran dtran11 at gmail.com wrote Hello, I want to add support for FORTRAN in my

Re: [yocto] gcc enable-languages

2013-06-14 Thread Khem Raj
On Jun 14, 2013, at 10:53 AM, Dat Tran dtra...@gmail.com wrote: Paul, thanks for your suggestions. I think you are right in that there are more settings we need to set. Here is what I had done with no success: diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-

Re: [yocto] gcc enable-languages

2013-06-13 Thread Dat Tran
Anyone know of any clues that will help us? Thanks. Edward Vidal vidal.develone@... 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

Re: [yocto] gcc enable-languages

2013-06-03 Thread Dat Tran
Edward Vidal vidal.develone@... writes: 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

[yocto] gcc enable-languages

2013-06-03 Thread Edward Vidal
*Dat Tran* dtran11 at gmail.comyocto%40yoctoproject.org?Subject=Re%3A%20%5Byocto%5D%20gcc%20enable-languagesIn-Reply-To=%3Cloom.20130603T205457-413%40post.gmane.org%3Ewrote * Hello,** I want to add support for FORTRAN in my image.** On target gcc -v shows --enable-languages=c,c++** This needs to

[yocto] gcc enable-languages

2013-04-05 Thread Edward Vidal
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

Re: [yocto] gcc enable-languages

2013-04-05 Thread Khem Raj
On Apr 5, 2013, at 8:51 AM, Edward Vidal vidal.devel...@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

Re: [yocto] gcc enable-languages

2013-04-05 Thread Edward Vidal
Thanks now I get Summary: 1 task failed: /home/vidal/POKY/build032713/poky/meta/recipes-devtools/gcc/ gcc-runtime_4.7.bb, do_configure Summary: There were 2 ERROR messages shown, returning a non-zero exit code. In the log this is what I see ERROR: This autoconf log indicates errors, it looked at

Re: [yocto] gcc enable-languages

2013-04-05 Thread Edward Vidal
I believe that the error was in gcc-configure-common.inc it should of been f95 not fortran. I am do a clean build now for beagleboard and beaglebone. On Fri, Apr 5, 2013 at 3:06 PM, Khem Raj raj.k...@gmail.com wrote: On Apr 5, 2013, at 2:02 PM, Edward Vidal vidal.devel...@gmail.com wrote:

Re: [yocto] gcc enable-languages

2013-04-05 Thread Khem Raj
On Apr 5, 2013, at 3:35 PM, Edward Vidal vidal.devel...@gmail.com wrote: I believe that the error was in gcc-configure-common.inc it should of been f95 not fortran. I am do a clean build now for beagleboard and beaglebone. No, f95 is old and deprecated 'fortran' is

Re: [yocto] gcc enable-languages

2013-04-05 Thread Edward Vidal
I went back to fortran but also changed FORTRAN ?= fortran 14,15c14,15 FORTRAN ?= ,fortran LANGUAGES ?= c,c++,fortran${JAVA} --- FORTRAN ?= ,f77 LANGUAGES ?= c,c++${FORTRAN}${JAVA} On Fri, Apr 5, 2013 at 5:00 PM, Khem Raj raj.k...@gmail.com wrote: On Apr 5, 2013, at 3:35 PM, Edward Vidal

[yocto] gcc enable-languages

2013-04-04 Thread Edward Vidal
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