Hi,
The steps to include fortran in gcc for Yocto 1.6 and 2.0 below works:
FORTRAN_forcevariable = ",fortran"
RUNTIMETARGET_append_pn-gcc-runtime = " libquadmath libgfortran"
IMAGE_INSTALL_append = " gfortran gfortran-symlinks libgfortran libgfortran-dev"
The above does not work for yocto 2.2. Has anyone tried out for Yocto 2.2 with RZN1?
Appreciate any help regarding the same.
Thanks and regards,
Harini