Re: [yocto] How do I enabled Fortran support in Sumo?

2018-11-15 Thread Mike Worster
Thanks for your input. Unfortunately adding your suggested line: RUNTIMETARGET_append_pn-gcc-runtime = " libquadmath" doesn't seem to change the build error for me. Odd thing is when I look at the output of the RUNTIMETARGET variable it doesn't appear to be set: $ bitbake -e libgfortran | grep

Re: [yocto] How do I enabled Fortran support in Sumo?

2018-11-15 Thread akuster808
On 11/15/18 1:31 PM, Mike Worster wrote: > I'm trying to get Fortran support (gfortran and libgfortran) enabled > in a Yocto Sumo build. > > Based on advice I got from this site: > https://jumpnowtek.com/yocto/Add-Fortran-support-to-a-Yocto-build.html > > I have enabled fortran in my local.conf

[yocto] How do I enabled Fortran support in Sumo?

2018-11-15 Thread Mike Worster
I'm trying to get Fortran support (gfortran and libgfortran) enabled in a Yocto Sumo build. Based on advice I got from this site: https://jumpnowtek.com/yocto/Add-Fortran-support-to-a-Yocto-build.html I have enabled fortran in my local.conf via adding: FORTRAN_forcevariable = ",fortran"