All of lore.kernel.org
 help / color / mirror / Atom feed
* gcc enable-languages
@ 2013-06-03 20:33 Edward Vidal
  2013-06-14  4:04 ` Dat Tran
  0 siblings, 1 reply; 22+ messages in thread
From: Edward Vidal @ 2013-06-03 20:33 UTC (permalink / raw)
  To: yocto@yoctoproject.org; +Cc: dtran11

[-- Attachment #1: Type: text/plain, Size: 1100 bytes --]

*Dat Tran* dtran11 at
gmail.com<yocto%40yoctoproject.org?Subject=Re%3A%20%5Byocto%5D%20gcc%20enable-languages&In-Reply-To=%3Cloom.20130603T205457-413%40post.gmane.org%3E>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

[-- Attachment #2: Type: text/html, Size: 1368 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread
* gcc enable-languages
@ 2013-08-31  7:16 Larry Baker
  0 siblings, 0 replies; 22+ messages in thread
From: Larry Baker @ 2013-08-31  7:16 UTC (permalink / raw)
  To: yocto; +Cc: mvalleavila, dtran11, paul.eggleton, vidal.develone

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
baker@usgs.gov






^ permalink raw reply	[flat|nested] 22+ messages in thread
* gcc enable-languages
@ 2013-04-05 15:51 Edward Vidal
  2013-04-05 17:00 ` Khem Raj
  0 siblings, 1 reply; 22+ messages in thread
From: Edward Vidal @ 2013-04-05 15:51 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 771 bytes --]

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?
/home/vidal/POKY/build032713_panda/poky/meta/recipes-devtools/gcc/gcc-configure-common.inc
I changed the following

< LANGUAGES ?= "c,c++,fortran${JAVA}"

---

> LANGUAGES ?= "c,c++${FORTRAN}${JAVA}"
I am currently testing on a build for the  beagleboard and beaglebone
Any and all help will be appreciated.

[-- Attachment #2: Type: text/html, Size: 1405 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread
* gcc enable-languages
@ 2013-04-04 17:28 Edward Vidal
  2013-06-03 18:56 ` Dat Tran
  0 siblings, 1 reply; 22+ messages in thread
From: Edward Vidal @ 2013-04-04 17:28 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 500 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 674 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2013-08-31  7:16 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-03 20:33 gcc enable-languages Edward Vidal
2013-06-14  4:04 ` Dat Tran
2013-06-14 16:35   ` Paul Eggleton
2013-06-14 17:53     ` Dat Tran
2013-06-14 18:00       ` Khem Raj
2013-06-14 18:03         ` Dat Tran
2013-07-24 11:39           ` Marcelo Valle
2013-08-26 12:23             ` Javi Roman
2013-08-27 16:25               ` Khem Raj
  -- strict thread matches above, loose matches on Subject: below --
2013-08-31  7:16 Larry Baker
2013-04-05 15:51 Edward Vidal
2013-04-05 17:00 ` Khem Raj
2013-04-05 21:02   ` Edward Vidal
2013-04-05 21:06     ` Khem Raj
2013-04-05 22:35       ` Edward Vidal
2013-04-05 23:00         ` Khem Raj
2013-04-05 23:07           ` Edward Vidal
2013-04-05 23:49             ` Edward Vidal
2013-04-06 11:30               ` Edward Vidal
2013-04-06 14:51                 ` Khem Raj
2013-04-04 17:28 Edward Vidal
2013-06-03 18:56 ` Dat Tran

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.