Re: [yocto] libgfortran or cross compiling a fortran application

2017-12-21 Thread Matthias Schöpfer
Hi! Just in case, someone (else) stumbles across this: https://bugzilla.yoctoproject.org/show_bug.cgi?id=12394 http://cgit.openembedded.org/openembedded-core/commit/?id=2c2f20a9756eccafac776e45e319af7666e6da96 fixes the issue on rocko for me. Regards, Matthias On 12/20/2017 11:30 AM,

[yocto] libgfortran or cross compiling a fortran application

2017-12-20 Thread Matthias Schöpfer
Hi there, I am trying to cross compile a fortran library (lapack), which fails because it cannot find libgfortran. So I am trying to build libgfortran. I added: FORTRAN_forcevariable = ",fortran" to enable support for fortran cross compile in local conf. Anyhow, bitbake libgfortran still